@pulumi/oci 3.13.0-alpha.1766212844 → 3.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (191) hide show
  1. package/containerengine/cluster.d.ts +1 -0
  2. package/containerengine/cluster.js +1 -0
  3. package/containerengine/cluster.js.map +1 -1
  4. package/core/computeHost.d.ts +28 -8
  5. package/core/computeHost.js +6 -0
  6. package/core/computeHost.js.map +1 -1
  7. package/core/computeHostGroup.d.ts +1 -0
  8. package/core/computeHostGroup.js +1 -0
  9. package/core/computeHostGroup.js.map +1 -1
  10. package/core/getComputeHost.d.ts +8 -0
  11. package/core/getComputeHost.js.map +1 -1
  12. package/core/getFirmwareBundle.d.ts +93 -0
  13. package/core/getFirmwareBundle.js +54 -0
  14. package/core/getFirmwareBundle.js.map +1 -0
  15. package/core/getFirmwareBundles.d.ts +83 -0
  16. package/core/getFirmwareBundles.js +46 -0
  17. package/core/getFirmwareBundles.js.map +1 -0
  18. package/core/getShape.d.ts +3 -0
  19. package/core/getShape.js +2 -0
  20. package/core/getShape.js.map +1 -1
  21. package/core/getShapes.d.ts +11 -0
  22. package/core/getShapes.js +4 -0
  23. package/core/getShapes.js.map +1 -1
  24. package/core/index.d.ts +6 -0
  25. package/core/index.js +12 -6
  26. package/core/index.js.map +1 -1
  27. package/database/autonomousDatabase.d.ts +42 -12
  28. package/database/autonomousDatabase.js.map +1 -1
  29. package/database/getAutonomousDatabasesEstimateCostSavings.d.ts +86 -0
  30. package/database/getAutonomousDatabasesEstimateCostSavings.js +60 -0
  31. package/database/getAutonomousDatabasesEstimateCostSavings.js.map +1 -0
  32. package/database/index.d.ts +3 -0
  33. package/database/index.js +9 -6
  34. package/database/index.js.map +1 -1
  35. package/datascience/getMlApplicationImplementationVersion.d.ts +134 -0
  36. package/datascience/getMlApplicationImplementationVersion.js +54 -0
  37. package/datascience/getMlApplicationImplementationVersion.js.map +1 -0
  38. package/datascience/getMlApplicationImplementationVersions.d.ts +89 -0
  39. package/datascience/getMlApplicationImplementationVersions.js +60 -0
  40. package/datascience/getMlApplicationImplementationVersions.js.map +1 -0
  41. package/datascience/index.d.ts +6 -0
  42. package/datascience/index.js +9 -3
  43. package/datascience/index.js.map +1 -1
  44. package/datascience/modelDeployment.d.ts +0 -87
  45. package/datascience/modelDeployment.js +0 -87
  46. package/datascience/modelDeployment.js.map +1 -1
  47. package/disasterrecovery/drPlanExecution.d.ts +8 -0
  48. package/disasterrecovery/drPlanExecution.js +2 -0
  49. package/disasterrecovery/drPlanExecution.js.map +1 -1
  50. package/disasterrecovery/drProtectionGroup.d.ts +4 -0
  51. package/disasterrecovery/drProtectionGroup.js +4 -0
  52. package/disasterrecovery/drProtectionGroup.js.map +1 -1
  53. package/disasterrecovery/getDrPlanExecution.d.ts +4 -0
  54. package/disasterrecovery/getDrPlanExecution.js.map +1 -1
  55. package/generativeai/getDedicatedAiCluster.d.ts +15 -3
  56. package/generativeai/getDedicatedAiCluster.js.map +1 -1
  57. package/generativeai/getDedicatedAiClusters.d.ts +3 -0
  58. package/generativeai/getDedicatedAiClusters.js.map +1 -1
  59. package/generativeai/getEndpoint.d.ts +19 -1
  60. package/generativeai/getEndpoint.js.map +1 -1
  61. package/generativeai/getEndpoints.d.ts +8 -2
  62. package/generativeai/getEndpoints.js +2 -2
  63. package/generativeai/getEndpoints.js.map +1 -1
  64. package/generativeai/getImportedModel.d.ts +82 -0
  65. package/generativeai/getImportedModel.js +54 -0
  66. package/generativeai/getImportedModel.js.map +1 -0
  67. package/generativeai/getImportedModels.d.ts +123 -0
  68. package/generativeai/getImportedModels.js +76 -0
  69. package/generativeai/getImportedModels.js.map +1 -0
  70. package/generativeai/getModel.d.ts +0 -54
  71. package/generativeai/getModel.js.map +1 -1
  72. package/generativeai/getModels.d.ts +0 -15
  73. package/generativeai/getModels.js.map +1 -1
  74. package/generativeai/importedModel.d.ts +270 -0
  75. package/generativeai/importedModel.js +131 -0
  76. package/generativeai/importedModel.js.map +1 -0
  77. package/generativeai/index.d.ts +9 -0
  78. package/generativeai/index.js +13 -2
  79. package/generativeai/index.js.map +1 -1
  80. package/identity/domainsMappedAttribute.d.ts +719 -0
  81. package/identity/domainsMappedAttribute.js +125 -0
  82. package/identity/domainsMappedAttribute.js.map +1 -0
  83. package/identity/getDomainsMappedAttribute.d.ts +187 -0
  84. package/identity/getDomainsMappedAttribute.js +74 -0
  85. package/identity/getDomainsMappedAttribute.js.map +1 -0
  86. package/identity/getDomainsMappedAttributes.d.ts +160 -0
  87. package/identity/getDomainsMappedAttributes.js +88 -0
  88. package/identity/getDomainsMappedAttributes.js.map +1 -0
  89. package/identity/index.d.ts +9 -0
  90. package/identity/index.js +19 -8
  91. package/identity/index.js.map +1 -1
  92. package/integration/getIntegrationInstance.d.ts +6 -0
  93. package/integration/getIntegrationInstance.js.map +1 -1
  94. package/integration/integrationInstance.d.ts +55 -10
  95. package/integration/integrationInstance.js +21 -1
  96. package/integration/integrationInstance.js.map +1 -1
  97. package/loganalytics/getLogAnalyticsEntityAssociationsList.d.ts +94 -0
  98. package/loganalytics/getLogAnalyticsEntityAssociationsList.js +64 -0
  99. package/loganalytics/getLogAnalyticsEntityAssociationsList.js.map +1 -0
  100. package/loganalytics/index.d.ts +9 -0
  101. package/loganalytics/index.js +15 -2
  102. package/loganalytics/index.js.map +1 -1
  103. package/loganalytics/logAnalyticsEntityAssociationsAdd.d.ts +106 -0
  104. package/loganalytics/logAnalyticsEntityAssociationsAdd.js +84 -0
  105. package/loganalytics/logAnalyticsEntityAssociationsAdd.js.map +1 -0
  106. package/loganalytics/logAnalyticsEntityAssociationsRemove.d.ts +106 -0
  107. package/loganalytics/logAnalyticsEntityAssociationsRemove.js +84 -0
  108. package/loganalytics/logAnalyticsEntityAssociationsRemove.js.map +1 -0
  109. package/oci/batchBatchContext.d.ts +290 -0
  110. package/oci/batchBatchContext.js +140 -0
  111. package/oci/batchBatchContext.js.map +1 -0
  112. package/oci/batchBatchJobPool.d.ts +201 -0
  113. package/oci/batchBatchJobPool.js +102 -0
  114. package/oci/batchBatchJobPool.js.map +1 -0
  115. package/oci/batchBatchTaskEnvironment.d.ts +254 -0
  116. package/oci/batchBatchTaskEnvironment.js +121 -0
  117. package/oci/batchBatchTaskEnvironment.js.map +1 -0
  118. package/oci/batchBatchTaskProfile.d.ts +210 -0
  119. package/oci/batchBatchTaskProfile.js +108 -0
  120. package/oci/batchBatchTaskProfile.js.map +1 -0
  121. package/oci/getBatchBatchContext.d.ts +132 -0
  122. package/oci/getBatchBatchContext.js +54 -0
  123. package/oci/getBatchBatchContext.js.map +1 -0
  124. package/oci/getBatchBatchContextShapes.d.ts +83 -0
  125. package/oci/getBatchBatchContextShapes.js +60 -0
  126. package/oci/getBatchBatchContextShapes.js.map +1 -0
  127. package/oci/getBatchBatchContexts.d.ts +113 -0
  128. package/oci/getBatchBatchContexts.js +70 -0
  129. package/oci/getBatchBatchContexts.js.map +1 -0
  130. package/oci/getBatchBatchJobPool.d.ts +109 -0
  131. package/oci/getBatchBatchJobPool.js +54 -0
  132. package/oci/getBatchBatchJobPool.js.map +1 -0
  133. package/oci/getBatchBatchJobPools.d.ts +127 -0
  134. package/oci/getBatchBatchJobPools.js +74 -0
  135. package/oci/getBatchBatchJobPools.js.map +1 -0
  136. package/oci/getBatchBatchTaskEnvironment.d.ts +122 -0
  137. package/oci/getBatchBatchTaskEnvironment.js +54 -0
  138. package/oci/getBatchBatchTaskEnvironment.js.map +1 -0
  139. package/oci/getBatchBatchTaskEnvironments.d.ts +113 -0
  140. package/oci/getBatchBatchTaskEnvironments.js +70 -0
  141. package/oci/getBatchBatchTaskEnvironments.js.map +1 -0
  142. package/oci/getBatchBatchTaskProfile.d.ts +113 -0
  143. package/oci/getBatchBatchTaskProfile.js +54 -0
  144. package/oci/getBatchBatchTaskProfile.js.map +1 -0
  145. package/oci/getBatchBatchTaskProfiles.d.ts +113 -0
  146. package/oci/getBatchBatchTaskProfiles.js +70 -0
  147. package/oci/getBatchBatchTaskProfiles.js.map +1 -0
  148. package/oci/getMulticloudExternalLocationsMetadata.d.ts +52 -13
  149. package/oci/getMulticloudExternalLocationsMetadata.js +14 -2
  150. package/oci/getMulticloudExternalLocationsMetadata.js.map +1 -1
  151. package/oci/getMulticloudMulticloudsubscriptions.d.ts +86 -0
  152. package/oci/getMulticloudMulticloudsubscriptions.js +62 -0
  153. package/oci/getMulticloudMulticloudsubscriptions.js.map +1 -0
  154. package/oci/getMulticloudNetworkAnchor.d.ts +15 -0
  155. package/oci/getMulticloudNetworkAnchor.js +4 -0
  156. package/oci/getMulticloudNetworkAnchor.js.map +1 -1
  157. package/oci/getMulticloudNetworkAnchors.d.ts +49 -27
  158. package/oci/getMulticloudNetworkAnchors.js +14 -4
  159. package/oci/getMulticloudNetworkAnchors.js.map +1 -1
  160. package/oci/getMulticloudOmHubMultiCloudsMetadata.d.ts +4 -2
  161. package/oci/getMulticloudOmHubMultiCloudsMetadata.js +4 -2
  162. package/oci/getMulticloudOmHubMultiCloudsMetadata.js.map +1 -1
  163. package/oci/getMulticloudOmHubMulticloudResources.d.ts +122 -0
  164. package/oci/getMulticloudOmHubMulticloudResources.js +74 -0
  165. package/oci/getMulticloudOmHubMulticloudResources.js.map +1 -0
  166. package/oci/getMulticloudResourceAnchor.d.ts +23 -4
  167. package/oci/getMulticloudResourceAnchor.js +4 -0
  168. package/oci/getMulticloudResourceAnchor.js.map +1 -1
  169. package/oci/getMulticloudResourceAnchors.d.ts +42 -28
  170. package/oci/getMulticloudResourceAnchors.js +16 -10
  171. package/oci/getMulticloudResourceAnchors.js.map +1 -1
  172. package/oci/index.d.ts +45 -0
  173. package/oci/index.js +59 -5
  174. package/oci/index.js.map +1 -1
  175. package/ocvp/cluster.d.ts +12 -0
  176. package/ocvp/cluster.js +2 -0
  177. package/ocvp/cluster.js.map +1 -1
  178. package/ocvp/esxiHost.d.ts +18 -0
  179. package/ocvp/esxiHost.js +2 -0
  180. package/ocvp/esxiHost.js.map +1 -1
  181. package/ocvp/getCluster.d.ts +6 -0
  182. package/ocvp/getCluster.js.map +1 -1
  183. package/ocvp/getExsiHost.d.ts +6 -0
  184. package/ocvp/getExsiHost.js.map +1 -1
  185. package/ocvp/getSddc.d.ts +3 -0
  186. package/ocvp/getSddc.js.map +1 -1
  187. package/ocvp/sddc.d.ts +6 -0
  188. package/ocvp/sddc.js.map +1 -1
  189. package/package.json +2 -2
  190. package/types/input.d.ts +845 -43
  191. package/types/output.d.ts +3324 -608
@@ -0,0 +1,125 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.DomainsMappedAttribute = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * ## Example Usage
10
+ *
11
+ * ## Import
12
+ *
13
+ * MappedAttributes can be imported using the `id`, e.g.
14
+ *
15
+ * ```sh
16
+ * $ pulumi import oci:Identity/domainsMappedAttribute:DomainsMappedAttribute test_mapped_attribute "idcsEndpoint/{idcsEndpoint}/mappedAttributes/{mappedAttributeId}"
17
+ * ```
18
+ */
19
+ class DomainsMappedAttribute extends pulumi.CustomResource {
20
+ /**
21
+ * Get an existing DomainsMappedAttribute resource's state with the given name, ID, and optional extra
22
+ * properties used to qualify the lookup.
23
+ *
24
+ * @param name The _unique_ name of the resulting resource.
25
+ * @param id The _unique_ provider ID of the resource to lookup.
26
+ * @param state Any extra arguments used during the lookup.
27
+ * @param opts Optional settings to control the behavior of the CustomResource.
28
+ */
29
+ static get(name, id, state, opts) {
30
+ return new DomainsMappedAttribute(name, state, { ...opts, id: id });
31
+ }
32
+ /**
33
+ * Returns true if the given object is an instance of DomainsMappedAttribute. This is designed to work even
34
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
35
+ */
36
+ static isInstance(obj) {
37
+ if (obj === undefined || obj === null) {
38
+ return false;
39
+ }
40
+ return obj['__pulumiType'] === DomainsMappedAttribute.__pulumiType;
41
+ }
42
+ constructor(name, argsOrState, opts) {
43
+ let resourceInputs = {};
44
+ opts = opts || {};
45
+ if (opts.id) {
46
+ const state = argsOrState;
47
+ resourceInputs["attributeMappings"] = state?.attributeMappings;
48
+ resourceInputs["attributeSets"] = state?.attributeSets;
49
+ resourceInputs["attributes"] = state?.attributes;
50
+ resourceInputs["authorization"] = state?.authorization;
51
+ resourceInputs["compartmentOcid"] = state?.compartmentOcid;
52
+ resourceInputs["deleteInProgress"] = state?.deleteInProgress;
53
+ resourceInputs["direction"] = state?.direction;
54
+ resourceInputs["domainOcid"] = state?.domainOcid;
55
+ resourceInputs["idcsCreatedBies"] = state?.idcsCreatedBies;
56
+ resourceInputs["idcsEndpoint"] = state?.idcsEndpoint;
57
+ resourceInputs["idcsLastModifiedBies"] = state?.idcsLastModifiedBies;
58
+ resourceInputs["idcsLastUpgradedInRelease"] = state?.idcsLastUpgradedInRelease;
59
+ resourceInputs["idcsPreventedOperations"] = state?.idcsPreventedOperations;
60
+ resourceInputs["idcsResourceType"] = state?.idcsResourceType;
61
+ resourceInputs["mappedAttributeId"] = state?.mappedAttributeId;
62
+ resourceInputs["metas"] = state?.metas;
63
+ resourceInputs["ocid"] = state?.ocid;
64
+ resourceInputs["refResourceId"] = state?.refResourceId;
65
+ resourceInputs["refResourceType"] = state?.refResourceType;
66
+ resourceInputs["resourceTypeSchemaVersion"] = state?.resourceTypeSchemaVersion;
67
+ resourceInputs["schemas"] = state?.schemas;
68
+ resourceInputs["tags"] = state?.tags;
69
+ resourceInputs["tenancyOcid"] = state?.tenancyOcid;
70
+ }
71
+ else {
72
+ const args = argsOrState;
73
+ if (args?.direction === undefined && !opts.urn) {
74
+ throw new Error("Missing required property 'direction'");
75
+ }
76
+ if (args?.idcsEndpoint === undefined && !opts.urn) {
77
+ throw new Error("Missing required property 'idcsEndpoint'");
78
+ }
79
+ if (args?.idcsResourceType === undefined && !opts.urn) {
80
+ throw new Error("Missing required property 'idcsResourceType'");
81
+ }
82
+ if (args?.mappedAttributeId === undefined && !opts.urn) {
83
+ throw new Error("Missing required property 'mappedAttributeId'");
84
+ }
85
+ if (args?.refResourceId === undefined && !opts.urn) {
86
+ throw new Error("Missing required property 'refResourceId'");
87
+ }
88
+ if (args?.refResourceType === undefined && !opts.urn) {
89
+ throw new Error("Missing required property 'refResourceType'");
90
+ }
91
+ if (args?.schemas === undefined && !opts.urn) {
92
+ throw new Error("Missing required property 'schemas'");
93
+ }
94
+ resourceInputs["attributeMappings"] = args?.attributeMappings;
95
+ resourceInputs["attributeSets"] = args?.attributeSets;
96
+ resourceInputs["attributes"] = args?.attributes;
97
+ resourceInputs["authorization"] = args?.authorization;
98
+ resourceInputs["direction"] = args?.direction;
99
+ resourceInputs["idcsEndpoint"] = args?.idcsEndpoint;
100
+ resourceInputs["idcsResourceType"] = args?.idcsResourceType;
101
+ resourceInputs["mappedAttributeId"] = args?.mappedAttributeId;
102
+ resourceInputs["ocid"] = args?.ocid;
103
+ resourceInputs["refResourceId"] = args?.refResourceId;
104
+ resourceInputs["refResourceType"] = args?.refResourceType;
105
+ resourceInputs["resourceTypeSchemaVersion"] = args?.resourceTypeSchemaVersion;
106
+ resourceInputs["schemas"] = args?.schemas;
107
+ resourceInputs["tags"] = args?.tags;
108
+ resourceInputs["compartmentOcid"] = undefined /*out*/;
109
+ resourceInputs["deleteInProgress"] = undefined /*out*/;
110
+ resourceInputs["domainOcid"] = undefined /*out*/;
111
+ resourceInputs["idcsCreatedBies"] = undefined /*out*/;
112
+ resourceInputs["idcsLastModifiedBies"] = undefined /*out*/;
113
+ resourceInputs["idcsLastUpgradedInRelease"] = undefined /*out*/;
114
+ resourceInputs["idcsPreventedOperations"] = undefined /*out*/;
115
+ resourceInputs["metas"] = undefined /*out*/;
116
+ resourceInputs["tenancyOcid"] = undefined /*out*/;
117
+ }
118
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
119
+ super(DomainsMappedAttribute.__pulumiType, name, resourceInputs, opts);
120
+ }
121
+ }
122
+ exports.DomainsMappedAttribute = DomainsMappedAttribute;
123
+ /** @internal */
124
+ DomainsMappedAttribute.__pulumiType = 'oci:Identity/domainsMappedAttribute:DomainsMappedAttribute';
125
+ //# sourceMappingURL=domainsMappedAttribute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domainsMappedAttribute.js","sourceRoot":"","sources":["../../identity/domainsMappedAttribute.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,187 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This data source provides details about a specific Mapped Attribute resource in Oracle Cloud Infrastructure Identity Domains service.
5
+ *
6
+ * Get Attribute Mappings for a Mapped Attribute
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testMappedAttribute = oci.Identity.getDomainsMappedAttribute({
15
+ * idcsEndpoint: testDomain.url,
16
+ * mappedAttributeId: testMappedAttributeOciIdentityDomainsMappedAttribute.id,
17
+ * attributeSets: ["all"],
18
+ * attributes: "",
19
+ * authorization: mappedAttributeAuthorization,
20
+ * resourceTypeSchemaVersion: mappedAttributeResourceTypeSchemaVersion,
21
+ * });
22
+ * ```
23
+ */
24
+ export declare function getDomainsMappedAttribute(args: GetDomainsMappedAttributeArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsMappedAttributeResult>;
25
+ /**
26
+ * A collection of arguments for invoking getDomainsMappedAttribute.
27
+ */
28
+ export interface GetDomainsMappedAttributeArgs {
29
+ /**
30
+ * A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
31
+ */
32
+ attributeSets?: string[];
33
+ /**
34
+ * A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
35
+ */
36
+ attributes?: string;
37
+ /**
38
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
39
+ */
40
+ authorization?: string;
41
+ /**
42
+ * The basic endpoint for the identity domain
43
+ */
44
+ idcsEndpoint: string;
45
+ /**
46
+ * ID of the resource
47
+ */
48
+ mappedAttributeId: string;
49
+ /**
50
+ * An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
51
+ */
52
+ resourceTypeSchemaVersion?: string;
53
+ }
54
+ /**
55
+ * A collection of values returned by getDomainsMappedAttribute.
56
+ */
57
+ export interface GetDomainsMappedAttributeResult {
58
+ /**
59
+ * A list of attribute mappings between Oracle Identity Cloud Service Resource Type and Account Object Class
60
+ */
61
+ readonly attributeMappings: outputs.Identity.GetDomainsMappedAttributeAttributeMapping[];
62
+ readonly attributeSets?: string[];
63
+ readonly attributes?: string;
64
+ readonly authorization?: string;
65
+ /**
66
+ * Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
67
+ */
68
+ readonly compartmentOcid: string;
69
+ /**
70
+ * A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
71
+ */
72
+ readonly deleteInProgress: boolean;
73
+ /**
74
+ * Direction of the attribute mapping. inbound indicates mapping is from source ManagedObjectClass to Oracle Identity Cloud Service ResourceType. outbound indicates mapping is from Oracle Identity Cloud Service Resource Type to target ManagedObjectClass.
75
+ */
76
+ readonly direction: string;
77
+ /**
78
+ * Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
79
+ */
80
+ readonly domainOcid: string;
81
+ /**
82
+ * Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
83
+ */
84
+ readonly id: string;
85
+ /**
86
+ * The User or App who created the Resource
87
+ */
88
+ readonly idcsCreatedBies: outputs.Identity.GetDomainsMappedAttributeIdcsCreatedBy[];
89
+ readonly idcsEndpoint: string;
90
+ /**
91
+ * The User or App who modified the Resource
92
+ */
93
+ readonly idcsLastModifiedBies: outputs.Identity.GetDomainsMappedAttributeIdcsLastModifiedBy[];
94
+ /**
95
+ * The release number when the resource was upgraded.
96
+ */
97
+ readonly idcsLastUpgradedInRelease: string;
98
+ /**
99
+ * Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
100
+ */
101
+ readonly idcsPreventedOperations: string[];
102
+ /**
103
+ * The Oracle Identity Cloud Service Resource Type for which the mapping is being done
104
+ */
105
+ readonly idcsResourceType: string;
106
+ readonly mappedAttributeId: string;
107
+ /**
108
+ * A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
109
+ */
110
+ readonly metas: outputs.Identity.GetDomainsMappedAttributeMeta[];
111
+ /**
112
+ * Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
113
+ */
114
+ readonly ocid: string;
115
+ /**
116
+ * Soft Reference to store Resource ID that holds the mapping
117
+ */
118
+ readonly refResourceId: string;
119
+ /**
120
+ * The Reference Resource Type that holds the mapping
121
+ */
122
+ readonly refResourceType: string;
123
+ readonly resourceTypeSchemaVersion?: string;
124
+ /**
125
+ * REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
126
+ */
127
+ readonly schemas: string[];
128
+ /**
129
+ * A list of tags on this resource.
130
+ */
131
+ readonly tags: outputs.Identity.GetDomainsMappedAttributeTag[];
132
+ /**
133
+ * Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
134
+ */
135
+ readonly tenancyOcid: string;
136
+ }
137
+ /**
138
+ * This data source provides details about a specific Mapped Attribute resource in Oracle Cloud Infrastructure Identity Domains service.
139
+ *
140
+ * Get Attribute Mappings for a Mapped Attribute
141
+ *
142
+ * ## Example Usage
143
+ *
144
+ * ```typescript
145
+ * import * as pulumi from "@pulumi/pulumi";
146
+ * import * as oci from "@pulumi/oci";
147
+ *
148
+ * const testMappedAttribute = oci.Identity.getDomainsMappedAttribute({
149
+ * idcsEndpoint: testDomain.url,
150
+ * mappedAttributeId: testMappedAttributeOciIdentityDomainsMappedAttribute.id,
151
+ * attributeSets: ["all"],
152
+ * attributes: "",
153
+ * authorization: mappedAttributeAuthorization,
154
+ * resourceTypeSchemaVersion: mappedAttributeResourceTypeSchemaVersion,
155
+ * });
156
+ * ```
157
+ */
158
+ export declare function getDomainsMappedAttributeOutput(args: GetDomainsMappedAttributeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDomainsMappedAttributeResult>;
159
+ /**
160
+ * A collection of arguments for invoking getDomainsMappedAttribute.
161
+ */
162
+ export interface GetDomainsMappedAttributeOutputArgs {
163
+ /**
164
+ * A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
165
+ */
166
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
167
+ /**
168
+ * A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
169
+ */
170
+ attributes?: pulumi.Input<string>;
171
+ /**
172
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
173
+ */
174
+ authorization?: pulumi.Input<string>;
175
+ /**
176
+ * The basic endpoint for the identity domain
177
+ */
178
+ idcsEndpoint: pulumi.Input<string>;
179
+ /**
180
+ * ID of the resource
181
+ */
182
+ mappedAttributeId: pulumi.Input<string>;
183
+ /**
184
+ * An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
185
+ */
186
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
187
+ }
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDomainsMappedAttributeOutput = exports.getDomainsMappedAttribute = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides details about a specific Mapped Attribute resource in Oracle Cloud Infrastructure Identity Domains service.
10
+ *
11
+ * Get Attribute Mappings for a Mapped Attribute
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testMappedAttribute = oci.Identity.getDomainsMappedAttribute({
20
+ * idcsEndpoint: testDomain.url,
21
+ * mappedAttributeId: testMappedAttributeOciIdentityDomainsMappedAttribute.id,
22
+ * attributeSets: ["all"],
23
+ * attributes: "",
24
+ * authorization: mappedAttributeAuthorization,
25
+ * resourceTypeSchemaVersion: mappedAttributeResourceTypeSchemaVersion,
26
+ * });
27
+ * ```
28
+ */
29
+ function getDomainsMappedAttribute(args, opts) {
30
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
31
+ return pulumi.runtime.invoke("oci:Identity/getDomainsMappedAttribute:getDomainsMappedAttribute", {
32
+ "attributeSets": args.attributeSets,
33
+ "attributes": args.attributes,
34
+ "authorization": args.authorization,
35
+ "idcsEndpoint": args.idcsEndpoint,
36
+ "mappedAttributeId": args.mappedAttributeId,
37
+ "resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
38
+ }, opts);
39
+ }
40
+ exports.getDomainsMappedAttribute = getDomainsMappedAttribute;
41
+ /**
42
+ * This data source provides details about a specific Mapped Attribute resource in Oracle Cloud Infrastructure Identity Domains service.
43
+ *
44
+ * Get Attribute Mappings for a Mapped Attribute
45
+ *
46
+ * ## Example Usage
47
+ *
48
+ * ```typescript
49
+ * import * as pulumi from "@pulumi/pulumi";
50
+ * import * as oci from "@pulumi/oci";
51
+ *
52
+ * const testMappedAttribute = oci.Identity.getDomainsMappedAttribute({
53
+ * idcsEndpoint: testDomain.url,
54
+ * mappedAttributeId: testMappedAttributeOciIdentityDomainsMappedAttribute.id,
55
+ * attributeSets: ["all"],
56
+ * attributes: "",
57
+ * authorization: mappedAttributeAuthorization,
58
+ * resourceTypeSchemaVersion: mappedAttributeResourceTypeSchemaVersion,
59
+ * });
60
+ * ```
61
+ */
62
+ function getDomainsMappedAttributeOutput(args, opts) {
63
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
64
+ return pulumi.runtime.invokeOutput("oci:Identity/getDomainsMappedAttribute:getDomainsMappedAttribute", {
65
+ "attributeSets": args.attributeSets,
66
+ "attributes": args.attributes,
67
+ "authorization": args.authorization,
68
+ "idcsEndpoint": args.idcsEndpoint,
69
+ "mappedAttributeId": args.mappedAttributeId,
70
+ "resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
71
+ }, opts);
72
+ }
73
+ exports.getDomainsMappedAttributeOutput = getDomainsMappedAttributeOutput;
74
+ //# sourceMappingURL=getDomainsMappedAttribute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDomainsMappedAttribute.js","sourceRoot":"","sources":["../../identity/getDomainsMappedAttribute.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8DAUC;AAmHD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0EAUC"}
@@ -0,0 +1,160 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This data source provides the list of Mapped Attributes in Oracle Cloud Infrastructure Identity Domains service.
5
+ *
6
+ * Search Mapped Attributes
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testMappedAttributes = oci.Identity.getDomainsMappedAttributes({
15
+ * idcsEndpoint: testDomain.url,
16
+ * mappedAttributeCount: mappedAttributeMappedAttributeCount,
17
+ * mappedAttributeFilter: mappedAttributeMappedAttributeFilter,
18
+ * attributeSets: ["all"],
19
+ * attributes: "",
20
+ * authorization: mappedAttributeAuthorization,
21
+ * resourceTypeSchemaVersion: mappedAttributeResourceTypeSchemaVersion,
22
+ * startIndex: mappedAttributeStartIndex,
23
+ * });
24
+ * ```
25
+ */
26
+ export declare function getDomainsMappedAttributes(args: GetDomainsMappedAttributesArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsMappedAttributesResult>;
27
+ /**
28
+ * A collection of arguments for invoking getDomainsMappedAttributes.
29
+ */
30
+ export interface GetDomainsMappedAttributesArgs {
31
+ /**
32
+ * A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
33
+ */
34
+ attributeSets?: string[];
35
+ /**
36
+ * A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
37
+ */
38
+ attributes?: string;
39
+ /**
40
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
41
+ */
42
+ authorization?: string;
43
+ compartmentId?: string;
44
+ /**
45
+ * The basic endpoint for the identity domain
46
+ */
47
+ idcsEndpoint: string;
48
+ /**
49
+ * OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
50
+ */
51
+ mappedAttributeCount?: number;
52
+ /**
53
+ * OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
54
+ */
55
+ mappedAttributeFilter?: string;
56
+ /**
57
+ * An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
58
+ */
59
+ resourceTypeSchemaVersion?: string;
60
+ sortBy?: string;
61
+ sortOrder?: string;
62
+ /**
63
+ * OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
64
+ */
65
+ startIndex?: number;
66
+ }
67
+ /**
68
+ * A collection of values returned by getDomainsMappedAttributes.
69
+ */
70
+ export interface GetDomainsMappedAttributesResult {
71
+ readonly attributeSets?: string[];
72
+ readonly attributes?: string;
73
+ readonly authorization?: string;
74
+ readonly compartmentId?: string;
75
+ /**
76
+ * The provider-assigned unique ID for this managed resource.
77
+ */
78
+ readonly id: string;
79
+ readonly idcsEndpoint: string;
80
+ readonly itemsPerPage: number;
81
+ readonly mappedAttributeCount?: number;
82
+ readonly mappedAttributeFilter?: string;
83
+ /**
84
+ * The list of mapped_attributes.
85
+ */
86
+ readonly mappedAttributes: outputs.Identity.GetDomainsMappedAttributesMappedAttribute[];
87
+ readonly resourceTypeSchemaVersion?: string;
88
+ /**
89
+ * REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
90
+ */
91
+ readonly schemas: string[];
92
+ readonly sortBy?: string;
93
+ readonly sortOrder?: string;
94
+ readonly startIndex?: number;
95
+ readonly totalResults: number;
96
+ }
97
+ /**
98
+ * This data source provides the list of Mapped Attributes in Oracle Cloud Infrastructure Identity Domains service.
99
+ *
100
+ * Search Mapped Attributes
101
+ *
102
+ * ## Example Usage
103
+ *
104
+ * ```typescript
105
+ * import * as pulumi from "@pulumi/pulumi";
106
+ * import * as oci from "@pulumi/oci";
107
+ *
108
+ * const testMappedAttributes = oci.Identity.getDomainsMappedAttributes({
109
+ * idcsEndpoint: testDomain.url,
110
+ * mappedAttributeCount: mappedAttributeMappedAttributeCount,
111
+ * mappedAttributeFilter: mappedAttributeMappedAttributeFilter,
112
+ * attributeSets: ["all"],
113
+ * attributes: "",
114
+ * authorization: mappedAttributeAuthorization,
115
+ * resourceTypeSchemaVersion: mappedAttributeResourceTypeSchemaVersion,
116
+ * startIndex: mappedAttributeStartIndex,
117
+ * });
118
+ * ```
119
+ */
120
+ export declare function getDomainsMappedAttributesOutput(args: GetDomainsMappedAttributesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDomainsMappedAttributesResult>;
121
+ /**
122
+ * A collection of arguments for invoking getDomainsMappedAttributes.
123
+ */
124
+ export interface GetDomainsMappedAttributesOutputArgs {
125
+ /**
126
+ * A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
127
+ */
128
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
129
+ /**
130
+ * A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
131
+ */
132
+ attributes?: pulumi.Input<string>;
133
+ /**
134
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
135
+ */
136
+ authorization?: pulumi.Input<string>;
137
+ compartmentId?: pulumi.Input<string>;
138
+ /**
139
+ * The basic endpoint for the identity domain
140
+ */
141
+ idcsEndpoint: pulumi.Input<string>;
142
+ /**
143
+ * OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
144
+ */
145
+ mappedAttributeCount?: pulumi.Input<number>;
146
+ /**
147
+ * OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
148
+ */
149
+ mappedAttributeFilter?: pulumi.Input<string>;
150
+ /**
151
+ * An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
152
+ */
153
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
154
+ sortBy?: pulumi.Input<string>;
155
+ sortOrder?: pulumi.Input<string>;
156
+ /**
157
+ * OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
158
+ */
159
+ startIndex?: pulumi.Input<number>;
160
+ }
@@ -0,0 +1,88 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDomainsMappedAttributesOutput = exports.getDomainsMappedAttributes = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides the list of Mapped Attributes in Oracle Cloud Infrastructure Identity Domains service.
10
+ *
11
+ * Search Mapped Attributes
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testMappedAttributes = oci.Identity.getDomainsMappedAttributes({
20
+ * idcsEndpoint: testDomain.url,
21
+ * mappedAttributeCount: mappedAttributeMappedAttributeCount,
22
+ * mappedAttributeFilter: mappedAttributeMappedAttributeFilter,
23
+ * attributeSets: ["all"],
24
+ * attributes: "",
25
+ * authorization: mappedAttributeAuthorization,
26
+ * resourceTypeSchemaVersion: mappedAttributeResourceTypeSchemaVersion,
27
+ * startIndex: mappedAttributeStartIndex,
28
+ * });
29
+ * ```
30
+ */
31
+ function getDomainsMappedAttributes(args, opts) {
32
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
33
+ return pulumi.runtime.invoke("oci:Identity/getDomainsMappedAttributes:getDomainsMappedAttributes", {
34
+ "attributeSets": args.attributeSets,
35
+ "attributes": args.attributes,
36
+ "authorization": args.authorization,
37
+ "compartmentId": args.compartmentId,
38
+ "idcsEndpoint": args.idcsEndpoint,
39
+ "mappedAttributeCount": args.mappedAttributeCount,
40
+ "mappedAttributeFilter": args.mappedAttributeFilter,
41
+ "resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
42
+ "sortBy": args.sortBy,
43
+ "sortOrder": args.sortOrder,
44
+ "startIndex": args.startIndex,
45
+ }, opts);
46
+ }
47
+ exports.getDomainsMappedAttributes = getDomainsMappedAttributes;
48
+ /**
49
+ * This data source provides the list of Mapped Attributes in Oracle Cloud Infrastructure Identity Domains service.
50
+ *
51
+ * Search Mapped Attributes
52
+ *
53
+ * ## Example Usage
54
+ *
55
+ * ```typescript
56
+ * import * as pulumi from "@pulumi/pulumi";
57
+ * import * as oci from "@pulumi/oci";
58
+ *
59
+ * const testMappedAttributes = oci.Identity.getDomainsMappedAttributes({
60
+ * idcsEndpoint: testDomain.url,
61
+ * mappedAttributeCount: mappedAttributeMappedAttributeCount,
62
+ * mappedAttributeFilter: mappedAttributeMappedAttributeFilter,
63
+ * attributeSets: ["all"],
64
+ * attributes: "",
65
+ * authorization: mappedAttributeAuthorization,
66
+ * resourceTypeSchemaVersion: mappedAttributeResourceTypeSchemaVersion,
67
+ * startIndex: mappedAttributeStartIndex,
68
+ * });
69
+ * ```
70
+ */
71
+ function getDomainsMappedAttributesOutput(args, opts) {
72
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
73
+ return pulumi.runtime.invokeOutput("oci:Identity/getDomainsMappedAttributes:getDomainsMappedAttributes", {
74
+ "attributeSets": args.attributeSets,
75
+ "attributes": args.attributes,
76
+ "authorization": args.authorization,
77
+ "compartmentId": args.compartmentId,
78
+ "idcsEndpoint": args.idcsEndpoint,
79
+ "mappedAttributeCount": args.mappedAttributeCount,
80
+ "mappedAttributeFilter": args.mappedAttributeFilter,
81
+ "resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
82
+ "sortBy": args.sortBy,
83
+ "sortOrder": args.sortOrder,
84
+ "startIndex": args.startIndex,
85
+ }, opts);
86
+ }
87
+ exports.getDomainsMappedAttributesOutput = getDomainsMappedAttributesOutput;
88
+ //# sourceMappingURL=getDomainsMappedAttributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDomainsMappedAttributes.js","sourceRoot":"","sources":["../../identity/getDomainsMappedAttributes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE;QAC/F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,gEAeC;AAyED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oEAAoE,EAAE;QACrG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,4EAeC"}