@pulumi/oci 0.11.0 → 0.12.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.
- package/core/clusterNetwork.d.ts +3 -3
- package/core/getClusterNetwork.d.ts +1 -1
- package/core/getClusterNetworks.d.ts +1 -1
- package/core/getInstance.d.ts +1 -1
- package/core/getInstancePool.d.ts +1 -1
- package/core/getInstancePools.d.ts +1 -1
- package/core/instance.d.ts +3 -3
- package/core/instancePool.d.ts +4 -4
- package/core/instancePool.js +1 -1
- package/database/dbSystem.d.ts +8 -0
- package/database/dbSystem.js +2 -0
- package/database/dbSystem.js.map +1 -1
- package/goldengate/deployment.d.ts +42 -2
- package/goldengate/deployment.js +9 -1
- package/goldengate/deployment.js.map +1 -1
- package/goldengate/getDeployment.d.ts +17 -1
- package/goldengate/getDeployment.js.map +1 -1
- package/goldengate/getDeploymentTypes.d.ts +28 -0
- package/goldengate/getDeploymentTypes.js +6 -0
- package/goldengate/getDeploymentTypes.js.map +1 -1
- package/goldengate/getDeploymentUpgrade.d.ts +34 -0
- package/goldengate/getDeploymentUpgrade.js.map +1 -1
- package/goldengate/getDeploymentVersions.d.ts +97 -0
- package/goldengate/getDeploymentVersions.js +58 -0
- package/goldengate/getDeploymentVersions.js.map +1 -0
- package/goldengate/index.d.ts +3 -0
- package/goldengate/index.js +4 -1
- package/goldengate/index.js.map +1 -1
- package/identity/domainsApiKey.d.ts +275 -0
- package/identity/domainsApiKey.js +113 -0
- package/identity/domainsApiKey.js.map +1 -0
- package/identity/domainsAuthToken.d.ts +279 -0
- package/identity/domainsAuthToken.js +110 -0
- package/identity/domainsAuthToken.js.map +1 -0
- package/identity/domainsAuthenticationFactorSetting.d.ts +527 -0
- package/identity/domainsAuthenticationFactorSetting.js +191 -0
- package/identity/domainsAuthenticationFactorSetting.js.map +1 -0
- package/identity/domainsCustomerSecretKey.d.ts +299 -0
- package/identity/domainsCustomerSecretKey.js +114 -0
- package/identity/domainsCustomerSecretKey.js.map +1 -0
- package/identity/domainsDynamicResourceGroup.d.ts +283 -0
- package/identity/domainsDynamicResourceGroup.js +118 -0
- package/identity/domainsDynamicResourceGroup.js.map +1 -0
- package/identity/domainsGroup.d.ts +335 -0
- package/identity/domainsGroup.js +123 -0
- package/identity/domainsGroup.js.map +1 -0
- package/identity/domainsIdentityProvider.d.ts +755 -0
- package/identity/domainsIdentityProvider.js +196 -0
- package/identity/domainsIdentityProvider.js.map +1 -0
- package/identity/domainsKmsiSetting.d.ts +327 -0
- package/identity/domainsKmsiSetting.js +121 -0
- package/identity/domainsKmsiSetting.js.map +1 -0
- package/identity/domainsMyApiKey.d.ts +239 -0
- package/identity/domainsMyApiKey.js +107 -0
- package/identity/domainsMyApiKey.js.map +1 -0
- package/identity/domainsMyAuthToken.d.ts +243 -0
- package/identity/domainsMyAuthToken.js +104 -0
- package/identity/domainsMyAuthToken.js.map +1 -0
- package/identity/domainsMyCustomerSecretKey.d.ts +263 -0
- package/identity/domainsMyCustomerSecretKey.js +108 -0
- package/identity/domainsMyCustomerSecretKey.js.map +1 -0
- package/identity/domainsMyOauth2clientCredential.d.ts +279 -0
- package/identity/domainsMyOauth2clientCredential.js +113 -0
- package/identity/domainsMyOauth2clientCredential.js.map +1 -0
- package/identity/domainsMySmtpCredential.d.ts +251 -0
- package/identity/domainsMySmtpCredential.js +106 -0
- package/identity/domainsMySmtpCredential.js.map +1 -0
- package/identity/domainsMySupportAccount.d.ts +235 -0
- package/identity/domainsMySupportAccount.js +107 -0
- package/identity/domainsMySupportAccount.js.map +1 -0
- package/identity/domainsMyUserDbCredential.d.ts +303 -0
- package/identity/domainsMyUserDbCredential.js +123 -0
- package/identity/domainsMyUserDbCredential.js.map +1 -0
- package/identity/domainsOauth2clientCredential.d.ts +315 -0
- package/identity/domainsOauth2clientCredential.js +119 -0
- package/identity/domainsOauth2clientCredential.js.map +1 -0
- package/identity/domainsPasswordPolicy.d.ts +647 -0
- package/identity/domainsPasswordPolicy.js +174 -0
- package/identity/domainsPasswordPolicy.js.map +1 -0
- package/identity/domainsSmtpCredential.d.ts +287 -0
- package/identity/domainsSmtpCredential.js +112 -0
- package/identity/domainsSmtpCredential.js.map +1 -0
- package/identity/domainsUser.d.ts +719 -0
- package/identity/domainsUser.js +191 -0
- package/identity/domainsUser.js.map +1 -0
- package/identity/domainsUserDbCredential.d.ts +339 -0
- package/identity/domainsUserDbCredential.js +129 -0
- package/identity/domainsUserDbCredential.js.map +1 -0
- package/identity/getDomainsApiKey.d.ts +187 -0
- package/identity/getDomainsApiKey.js +66 -0
- package/identity/getDomainsApiKey.js.map +1 -0
- package/identity/getDomainsApiKeys.d.ts +160 -0
- package/identity/getDomainsApiKeys.js +75 -0
- package/identity/getDomainsApiKeys.js.map +1 -0
- package/identity/getDomainsAuthToken.d.ts +187 -0
- package/identity/getDomainsAuthToken.js +66 -0
- package/identity/getDomainsAuthToken.js.map +1 -0
- package/identity/getDomainsAuthTokens.d.ts +160 -0
- package/identity/getDomainsAuthTokens.js +75 -0
- package/identity/getDomainsAuthTokens.js.map +1 -0
- package/identity/getDomainsAuthenticationFactorSetting.d.ts +267 -0
- package/identity/getDomainsAuthenticationFactorSetting.js +66 -0
- package/identity/getDomainsAuthenticationFactorSetting.js.map +1 -0
- package/identity/getDomainsAuthenticationFactorSettings.d.ts +122 -0
- package/identity/getDomainsAuthenticationFactorSettings.js +64 -0
- package/identity/getDomainsAuthenticationFactorSettings.js.map +1 -0
- package/identity/getDomainsCustomerSecretKey.d.ts +195 -0
- package/identity/getDomainsCustomerSecretKey.js +66 -0
- package/identity/getDomainsCustomerSecretKey.js.map +1 -0
- package/identity/getDomainsCustomerSecretKeys.d.ts +160 -0
- package/identity/getDomainsCustomerSecretKeys.js +75 -0
- package/identity/getDomainsCustomerSecretKeys.js.map +1 -0
- package/identity/getDomainsDynamicResourceGroup.d.ts +191 -0
- package/identity/getDomainsDynamicResourceGroup.js +66 -0
- package/identity/getDomainsDynamicResourceGroup.js.map +1 -0
- package/identity/getDomainsDynamicResourceGroups.d.ts +160 -0
- package/identity/getDomainsDynamicResourceGroups.js +75 -0
- package/identity/getDomainsDynamicResourceGroups.js.map +1 -0
- package/identity/getDomainsGroup.d.ts +207 -0
- package/identity/getDomainsGroup.js +66 -0
- package/identity/getDomainsGroup.js.map +1 -0
- package/identity/getDomainsGroups.d.ts +160 -0
- package/identity/getDomainsGroups.js +75 -0
- package/identity/getDomainsGroups.js.map +1 -0
- package/identity/getDomainsIdentityProvider.d.ts +347 -0
- package/identity/getDomainsIdentityProvider.js +66 -0
- package/identity/getDomainsIdentityProvider.js.map +1 -0
- package/identity/getDomainsIdentityProviders.d.ts +160 -0
- package/identity/getDomainsIdentityProviders.js +75 -0
- package/identity/getDomainsIdentityProviders.js.map +1 -0
- package/identity/getDomainsKmsiSetting.d.ts +199 -0
- package/identity/getDomainsKmsiSetting.js +66 -0
- package/identity/getDomainsKmsiSetting.js.map +1 -0
- package/identity/getDomainsKmsiSettings.d.ts +122 -0
- package/identity/getDomainsKmsiSettings.js +64 -0
- package/identity/getDomainsKmsiSettings.js.map +1 -0
- package/identity/getDomainsMyApiKey.d.ts +161 -0
- package/identity/getDomainsMyApiKey.js +60 -0
- package/identity/getDomainsMyApiKey.js.map +1 -0
- package/identity/getDomainsMyApiKeys.d.ts +138 -0
- package/identity/getDomainsMyApiKeys.js +69 -0
- package/identity/getDomainsMyApiKeys.js.map +1 -0
- package/identity/getDomainsMyAuthToken.d.ts +161 -0
- package/identity/getDomainsMyAuthToken.js +60 -0
- package/identity/getDomainsMyAuthToken.js.map +1 -0
- package/identity/getDomainsMyAuthTokens.d.ts +138 -0
- package/identity/getDomainsMyAuthTokens.js +69 -0
- package/identity/getDomainsMyAuthTokens.js.map +1 -0
- package/identity/getDomainsMyCustomerSecretKey.d.ts +169 -0
- package/identity/getDomainsMyCustomerSecretKey.js +60 -0
- package/identity/getDomainsMyCustomerSecretKey.js.map +1 -0
- package/identity/getDomainsMyCustomerSecretKeys.d.ts +138 -0
- package/identity/getDomainsMyCustomerSecretKeys.js +69 -0
- package/identity/getDomainsMyCustomerSecretKeys.js.map +1 -0
- package/identity/getDomainsMyDevice.d.ts +271 -0
- package/identity/getDomainsMyDevice.js +66 -0
- package/identity/getDomainsMyDevice.js.map +1 -0
- package/identity/getDomainsMyDevices.d.ts +160 -0
- package/identity/getDomainsMyDevices.js +75 -0
- package/identity/getDomainsMyDevices.js.map +1 -0
- package/identity/getDomainsMyGroups.d.ts +169 -0
- package/identity/getDomainsMyGroups.js +75 -0
- package/identity/getDomainsMyGroups.js.map +1 -0
- package/identity/getDomainsMyOauth2clientCredential.d.ts +173 -0
- package/identity/getDomainsMyOauth2clientCredential.js +60 -0
- package/identity/getDomainsMyOauth2clientCredential.js.map +1 -0
- package/identity/getDomainsMyOauth2clientCredentials.d.ts +138 -0
- package/identity/getDomainsMyOauth2clientCredentials.js +69 -0
- package/identity/getDomainsMyOauth2clientCredentials.js.map +1 -0
- package/identity/getDomainsMySmtpCredential.d.ts +165 -0
- package/identity/getDomainsMySmtpCredential.js +60 -0
- package/identity/getDomainsMySmtpCredential.js.map +1 -0
- package/identity/getDomainsMySmtpCredentials.d.ts +138 -0
- package/identity/getDomainsMySmtpCredentials.js +69 -0
- package/identity/getDomainsMySmtpCredentials.js.map +1 -0
- package/identity/getDomainsMySupportAccount.d.ts +161 -0
- package/identity/getDomainsMySupportAccount.js +60 -0
- package/identity/getDomainsMySupportAccount.js.map +1 -0
- package/identity/getDomainsMySupportAccounts.d.ts +138 -0
- package/identity/getDomainsMySupportAccounts.js +69 -0
- package/identity/getDomainsMySupportAccounts.js.map +1 -0
- package/identity/getDomainsMyTrustedUserAgent.d.ts +203 -0
- package/identity/getDomainsMyTrustedUserAgent.js +66 -0
- package/identity/getDomainsMyTrustedUserAgent.js.map +1 -0
- package/identity/getDomainsMyTrustedUserAgents.d.ts +160 -0
- package/identity/getDomainsMyTrustedUserAgents.js +75 -0
- package/identity/getDomainsMyTrustedUserAgents.js.map +1 -0
- package/identity/getDomainsMyUserDbCredential.d.ts +189 -0
- package/identity/getDomainsMyUserDbCredential.js +60 -0
- package/identity/getDomainsMyUserDbCredential.js.map +1 -0
- package/identity/getDomainsMyUserDbCredentials.d.ts +138 -0
- package/identity/getDomainsMyUserDbCredentials.js +69 -0
- package/identity/getDomainsMyUserDbCredentials.js.map +1 -0
- package/identity/getDomainsOauth2clientCredential.d.ts +199 -0
- package/identity/getDomainsOauth2clientCredential.js +66 -0
- package/identity/getDomainsOauth2clientCredential.js.map +1 -0
- package/identity/getDomainsOauth2clientCredentials.d.ts +160 -0
- package/identity/getDomainsOauth2clientCredentials.js +75 -0
- package/identity/getDomainsOauth2clientCredentials.js.map +1 -0
- package/identity/getDomainsPasswordPolicies.d.ts +160 -0
- package/identity/getDomainsPasswordPolicies.js +75 -0
- package/identity/getDomainsPasswordPolicies.js.map +1 -0
- package/identity/getDomainsPasswordPolicy.d.ts +311 -0
- package/identity/getDomainsPasswordPolicy.js +66 -0
- package/identity/getDomainsPasswordPolicy.js.map +1 -0
- package/identity/getDomainsSmtpCredential.d.ts +191 -0
- package/identity/getDomainsSmtpCredential.js +66 -0
- package/identity/getDomainsSmtpCredential.js.map +1 -0
- package/identity/getDomainsSmtpCredentials.d.ts +160 -0
- package/identity/getDomainsSmtpCredentials.js +75 -0
- package/identity/getDomainsSmtpCredentials.js.map +1 -0
- package/identity/getDomainsUser.d.ts +342 -0
- package/identity/getDomainsUser.js +66 -0
- package/identity/getDomainsUser.js.map +1 -0
- package/identity/getDomainsUserDbCredential.d.ts +215 -0
- package/identity/getDomainsUserDbCredential.js +66 -0
- package/identity/getDomainsUserDbCredential.js.map +1 -0
- package/identity/getDomainsUserDbCredentials.d.ts +160 -0
- package/identity/getDomainsUserDbCredentials.js +75 -0
- package/identity/getDomainsUserDbCredentials.js.map +1 -0
- package/identity/getDomainsUsers.d.ts +160 -0
- package/identity/getDomainsUsers.js +75 -0
- package/identity/getDomainsUsers.js.map +1 -0
- package/identity/index.d.ts +195 -0
- package/identity/index.js +240 -3
- package/identity/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +3962 -14
- package/types/output.d.ts +15798 -275
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource provides the Group resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
6
|
+
*
|
|
7
|
+
* Create a Group
|
|
8
|
+
*
|
|
9
|
+
* ## Import
|
|
10
|
+
*
|
|
11
|
+
* Groups can be imported using the `id`, e.g.
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import oci:Identity/domainsGroup:DomainsGroup test_group "idcsEndpoint/{idcsEndpoint}/groups/{groupId}"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare class DomainsGroup extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing DomainsGroup resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DomainsGroupState, opts?: pulumi.CustomResourceOptions): DomainsGroup;
|
|
28
|
+
/**
|
|
29
|
+
* Returns true if the given object is an instance of DomainsGroup. This is designed to work even
|
|
30
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
31
|
+
*/
|
|
32
|
+
static isInstance(obj: any): obj is DomainsGroup;
|
|
33
|
+
/**
|
|
34
|
+
* (Updatable) 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.
|
|
35
|
+
*/
|
|
36
|
+
readonly attributeSets: pulumi.Output<string[] | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* (Updatable) 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.
|
|
39
|
+
*/
|
|
40
|
+
readonly attributes: pulumi.Output<string | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
43
|
+
*/
|
|
44
|
+
readonly authorization: pulumi.Output<string | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
47
|
+
*/
|
|
48
|
+
readonly compartmentOcid: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* (Updatable) 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.
|
|
51
|
+
*/
|
|
52
|
+
readonly deleteInProgress: pulumi.Output<boolean>;
|
|
53
|
+
/**
|
|
54
|
+
* (Updatable) Group display name
|
|
55
|
+
*/
|
|
56
|
+
readonly displayName: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
59
|
+
*/
|
|
60
|
+
readonly domainOcid: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
|
|
63
|
+
*/
|
|
64
|
+
readonly externalId: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* (Updatable) The User or App who created the Resource
|
|
67
|
+
*/
|
|
68
|
+
readonly idcsCreatedBies: pulumi.Output<outputs.Identity.DomainsGroupIdcsCreatedBy[]>;
|
|
69
|
+
/**
|
|
70
|
+
* The basic endpoint for the identity domain
|
|
71
|
+
*/
|
|
72
|
+
readonly idcsEndpoint: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* (Updatable) The User or App who modified the Resource
|
|
75
|
+
*/
|
|
76
|
+
readonly idcsLastModifiedBies: pulumi.Output<outputs.Identity.DomainsGroupIdcsLastModifiedBy[]>;
|
|
77
|
+
/**
|
|
78
|
+
* (Updatable) The release number when the resource was upgraded.
|
|
79
|
+
*/
|
|
80
|
+
readonly idcsLastUpgradedInRelease: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
83
|
+
*/
|
|
84
|
+
readonly idcsPreventedOperations: pulumi.Output<string[]>;
|
|
85
|
+
/**
|
|
86
|
+
* (Updatable) Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
|
87
|
+
*/
|
|
88
|
+
readonly members: pulumi.Output<outputs.Identity.DomainsGroupMember[]>;
|
|
89
|
+
/**
|
|
90
|
+
* (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
91
|
+
*/
|
|
92
|
+
readonly metas: pulumi.Output<outputs.Identity.DomainsGroupMeta[]>;
|
|
93
|
+
/**
|
|
94
|
+
* (Updatable) A human readable name for Group as defined by the Service Consumer
|
|
95
|
+
*/
|
|
96
|
+
readonly nonUniqueDisplayName: pulumi.Output<string>;
|
|
97
|
+
/**
|
|
98
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
99
|
+
*/
|
|
100
|
+
readonly ocid: pulumi.Output<string>;
|
|
101
|
+
/**
|
|
102
|
+
* (Updatable) 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.
|
|
103
|
+
*/
|
|
104
|
+
readonly resourceTypeSchemaVersion: pulumi.Output<string | undefined>;
|
|
105
|
+
/**
|
|
106
|
+
* (Updatable) 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.
|
|
107
|
+
*/
|
|
108
|
+
readonly schemas: pulumi.Output<string[]>;
|
|
109
|
+
/**
|
|
110
|
+
* (Updatable) A list of tags on this resource.
|
|
111
|
+
*/
|
|
112
|
+
readonly tags: pulumi.Output<outputs.Identity.DomainsGroupTag[]>;
|
|
113
|
+
/**
|
|
114
|
+
* (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
115
|
+
*/
|
|
116
|
+
readonly tenancyOcid: pulumi.Output<string>;
|
|
117
|
+
/**
|
|
118
|
+
* (Updatable) Oracle Cloud Infrastructure Tags.
|
|
119
|
+
*/
|
|
120
|
+
readonly urnietfparamsscimschemasoracleidcsextensionOciTags: pulumi.Output<outputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensionOciTags>;
|
|
121
|
+
/**
|
|
122
|
+
* (Updatable) Schema for Database Service Resource
|
|
123
|
+
*/
|
|
124
|
+
readonly urnietfparamsscimschemasoracleidcsextensiondbcsGroups: pulumi.Output<outputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiondbcsGroup[]>;
|
|
125
|
+
/**
|
|
126
|
+
* (Updatable) Dynamic Group
|
|
127
|
+
*/
|
|
128
|
+
readonly urnietfparamsscimschemasoracleidcsextensiondynamicGroup: pulumi.Output<outputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiondynamicGroup>;
|
|
129
|
+
/**
|
|
130
|
+
* (Updatable) Idcs Group
|
|
131
|
+
*/
|
|
132
|
+
readonly urnietfparamsscimschemasoracleidcsextensiongroupGroup: pulumi.Output<outputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroup>;
|
|
133
|
+
/**
|
|
134
|
+
* (Updatable) POSIX Group extension
|
|
135
|
+
*/
|
|
136
|
+
readonly urnietfparamsscimschemasoracleidcsextensionposixGroup: pulumi.Output<outputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensionposixGroup>;
|
|
137
|
+
/**
|
|
138
|
+
* (Updatable) Requestable Group
|
|
139
|
+
*/
|
|
140
|
+
readonly urnietfparamsscimschemasoracleidcsextensionrequestableGroup: pulumi.Output<outputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensionrequestableGroup>;
|
|
141
|
+
/**
|
|
142
|
+
* Create a DomainsGroup resource with the given unique name, arguments, and options.
|
|
143
|
+
*
|
|
144
|
+
* @param name The _unique_ name of the resource.
|
|
145
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
146
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
147
|
+
*/
|
|
148
|
+
constructor(name: string, args: DomainsGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Input properties used for looking up and filtering DomainsGroup resources.
|
|
152
|
+
*/
|
|
153
|
+
export interface DomainsGroupState {
|
|
154
|
+
/**
|
|
155
|
+
* (Updatable) 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.
|
|
156
|
+
*/
|
|
157
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
158
|
+
/**
|
|
159
|
+
* (Updatable) 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.
|
|
160
|
+
*/
|
|
161
|
+
attributes?: pulumi.Input<string>;
|
|
162
|
+
/**
|
|
163
|
+
* (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
164
|
+
*/
|
|
165
|
+
authorization?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
168
|
+
*/
|
|
169
|
+
compartmentOcid?: pulumi.Input<string>;
|
|
170
|
+
/**
|
|
171
|
+
* (Updatable) 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.
|
|
172
|
+
*/
|
|
173
|
+
deleteInProgress?: pulumi.Input<boolean>;
|
|
174
|
+
/**
|
|
175
|
+
* (Updatable) Group display name
|
|
176
|
+
*/
|
|
177
|
+
displayName?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
180
|
+
*/
|
|
181
|
+
domainOcid?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
|
|
184
|
+
*/
|
|
185
|
+
externalId?: pulumi.Input<string>;
|
|
186
|
+
/**
|
|
187
|
+
* (Updatable) The User or App who created the Resource
|
|
188
|
+
*/
|
|
189
|
+
idcsCreatedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupIdcsCreatedBy>[]>;
|
|
190
|
+
/**
|
|
191
|
+
* The basic endpoint for the identity domain
|
|
192
|
+
*/
|
|
193
|
+
idcsEndpoint?: pulumi.Input<string>;
|
|
194
|
+
/**
|
|
195
|
+
* (Updatable) The User or App who modified the Resource
|
|
196
|
+
*/
|
|
197
|
+
idcsLastModifiedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupIdcsLastModifiedBy>[]>;
|
|
198
|
+
/**
|
|
199
|
+
* (Updatable) The release number when the resource was upgraded.
|
|
200
|
+
*/
|
|
201
|
+
idcsLastUpgradedInRelease?: pulumi.Input<string>;
|
|
202
|
+
/**
|
|
203
|
+
* (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
204
|
+
*/
|
|
205
|
+
idcsPreventedOperations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
206
|
+
/**
|
|
207
|
+
* (Updatable) Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
|
208
|
+
*/
|
|
209
|
+
members?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupMember>[]>;
|
|
210
|
+
/**
|
|
211
|
+
* (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
212
|
+
*/
|
|
213
|
+
metas?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupMeta>[]>;
|
|
214
|
+
/**
|
|
215
|
+
* (Updatable) A human readable name for Group as defined by the Service Consumer
|
|
216
|
+
*/
|
|
217
|
+
nonUniqueDisplayName?: pulumi.Input<string>;
|
|
218
|
+
/**
|
|
219
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
220
|
+
*/
|
|
221
|
+
ocid?: pulumi.Input<string>;
|
|
222
|
+
/**
|
|
223
|
+
* (Updatable) 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.
|
|
224
|
+
*/
|
|
225
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
226
|
+
/**
|
|
227
|
+
* (Updatable) 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.
|
|
228
|
+
*/
|
|
229
|
+
schemas?: pulumi.Input<pulumi.Input<string>[]>;
|
|
230
|
+
/**
|
|
231
|
+
* (Updatable) A list of tags on this resource.
|
|
232
|
+
*/
|
|
233
|
+
tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupTag>[]>;
|
|
234
|
+
/**
|
|
235
|
+
* (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
236
|
+
*/
|
|
237
|
+
tenancyOcid?: pulumi.Input<string>;
|
|
238
|
+
/**
|
|
239
|
+
* (Updatable) Oracle Cloud Infrastructure Tags.
|
|
240
|
+
*/
|
|
241
|
+
urnietfparamsscimschemasoracleidcsextensionOciTags?: pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensionOciTags>;
|
|
242
|
+
/**
|
|
243
|
+
* (Updatable) Schema for Database Service Resource
|
|
244
|
+
*/
|
|
245
|
+
urnietfparamsscimschemasoracleidcsextensiondbcsGroups?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiondbcsGroup>[]>;
|
|
246
|
+
/**
|
|
247
|
+
* (Updatable) Dynamic Group
|
|
248
|
+
*/
|
|
249
|
+
urnietfparamsscimschemasoracleidcsextensiondynamicGroup?: pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiondynamicGroup>;
|
|
250
|
+
/**
|
|
251
|
+
* (Updatable) Idcs Group
|
|
252
|
+
*/
|
|
253
|
+
urnietfparamsscimschemasoracleidcsextensiongroupGroup?: pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroup>;
|
|
254
|
+
/**
|
|
255
|
+
* (Updatable) POSIX Group extension
|
|
256
|
+
*/
|
|
257
|
+
urnietfparamsscimschemasoracleidcsextensionposixGroup?: pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensionposixGroup>;
|
|
258
|
+
/**
|
|
259
|
+
* (Updatable) Requestable Group
|
|
260
|
+
*/
|
|
261
|
+
urnietfparamsscimschemasoracleidcsextensionrequestableGroup?: pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensionrequestableGroup>;
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* The set of arguments for constructing a DomainsGroup resource.
|
|
265
|
+
*/
|
|
266
|
+
export interface DomainsGroupArgs {
|
|
267
|
+
/**
|
|
268
|
+
* (Updatable) 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.
|
|
269
|
+
*/
|
|
270
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
271
|
+
/**
|
|
272
|
+
* (Updatable) 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.
|
|
273
|
+
*/
|
|
274
|
+
attributes?: pulumi.Input<string>;
|
|
275
|
+
/**
|
|
276
|
+
* (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
277
|
+
*/
|
|
278
|
+
authorization?: pulumi.Input<string>;
|
|
279
|
+
/**
|
|
280
|
+
* (Updatable) Group display name
|
|
281
|
+
*/
|
|
282
|
+
displayName: pulumi.Input<string>;
|
|
283
|
+
/**
|
|
284
|
+
* (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
|
|
285
|
+
*/
|
|
286
|
+
externalId?: pulumi.Input<string>;
|
|
287
|
+
/**
|
|
288
|
+
* The basic endpoint for the identity domain
|
|
289
|
+
*/
|
|
290
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
291
|
+
/**
|
|
292
|
+
* (Updatable) Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
|
293
|
+
*/
|
|
294
|
+
members?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupMember>[]>;
|
|
295
|
+
/**
|
|
296
|
+
* (Updatable) A human readable name for Group as defined by the Service Consumer
|
|
297
|
+
*/
|
|
298
|
+
nonUniqueDisplayName?: pulumi.Input<string>;
|
|
299
|
+
/**
|
|
300
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
301
|
+
*/
|
|
302
|
+
ocid?: pulumi.Input<string>;
|
|
303
|
+
/**
|
|
304
|
+
* (Updatable) 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.
|
|
305
|
+
*/
|
|
306
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
307
|
+
/**
|
|
308
|
+
* (Updatable) 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.
|
|
309
|
+
*/
|
|
310
|
+
schemas: pulumi.Input<pulumi.Input<string>[]>;
|
|
311
|
+
/**
|
|
312
|
+
* (Updatable) A list of tags on this resource.
|
|
313
|
+
*/
|
|
314
|
+
tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsGroupTag>[]>;
|
|
315
|
+
/**
|
|
316
|
+
* (Updatable) Oracle Cloud Infrastructure Tags.
|
|
317
|
+
*/
|
|
318
|
+
urnietfparamsscimschemasoracleidcsextensionOciTags?: pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensionOciTags>;
|
|
319
|
+
/**
|
|
320
|
+
* (Updatable) Dynamic Group
|
|
321
|
+
*/
|
|
322
|
+
urnietfparamsscimschemasoracleidcsextensiondynamicGroup?: pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiondynamicGroup>;
|
|
323
|
+
/**
|
|
324
|
+
* (Updatable) Idcs Group
|
|
325
|
+
*/
|
|
326
|
+
urnietfparamsscimschemasoracleidcsextensiongroupGroup?: pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroup>;
|
|
327
|
+
/**
|
|
328
|
+
* (Updatable) POSIX Group extension
|
|
329
|
+
*/
|
|
330
|
+
urnietfparamsscimschemasoracleidcsextensionposixGroup?: pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensionposixGroup>;
|
|
331
|
+
/**
|
|
332
|
+
* (Updatable) Requestable Group
|
|
333
|
+
*/
|
|
334
|
+
urnietfparamsscimschemasoracleidcsextensionrequestableGroup?: pulumi.Input<inputs.Identity.DomainsGroupUrnietfparamsscimschemasoracleidcsextensionrequestableGroup>;
|
|
335
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.DomainsGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Group resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Create a Group
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* Groups can be imported using the `id`, e.g.
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import oci:Identity/domainsGroup:DomainsGroup test_group "idcsEndpoint/{idcsEndpoint}/groups/{groupId}"
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
class DomainsGroup extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing DomainsGroup resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param state Any extra arguments used during the lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name, id, state, opts) {
|
|
32
|
+
return new DomainsGroup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Returns true if the given object is an instance of DomainsGroup. This is designed to work even
|
|
36
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
37
|
+
*/
|
|
38
|
+
static isInstance(obj) {
|
|
39
|
+
if (obj === undefined || obj === null) {
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
return obj['__pulumiType'] === DomainsGroup.__pulumiType;
|
|
43
|
+
}
|
|
44
|
+
constructor(name, argsOrState, opts) {
|
|
45
|
+
let resourceInputs = {};
|
|
46
|
+
opts = opts || {};
|
|
47
|
+
if (opts.id) {
|
|
48
|
+
const state = argsOrState;
|
|
49
|
+
resourceInputs["attributeSets"] = state ? state.attributeSets : undefined;
|
|
50
|
+
resourceInputs["attributes"] = state ? state.attributes : undefined;
|
|
51
|
+
resourceInputs["authorization"] = state ? state.authorization : undefined;
|
|
52
|
+
resourceInputs["compartmentOcid"] = state ? state.compartmentOcid : undefined;
|
|
53
|
+
resourceInputs["deleteInProgress"] = state ? state.deleteInProgress : undefined;
|
|
54
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
55
|
+
resourceInputs["domainOcid"] = state ? state.domainOcid : undefined;
|
|
56
|
+
resourceInputs["externalId"] = state ? state.externalId : undefined;
|
|
57
|
+
resourceInputs["idcsCreatedBies"] = state ? state.idcsCreatedBies : undefined;
|
|
58
|
+
resourceInputs["idcsEndpoint"] = state ? state.idcsEndpoint : undefined;
|
|
59
|
+
resourceInputs["idcsLastModifiedBies"] = state ? state.idcsLastModifiedBies : undefined;
|
|
60
|
+
resourceInputs["idcsLastUpgradedInRelease"] = state ? state.idcsLastUpgradedInRelease : undefined;
|
|
61
|
+
resourceInputs["idcsPreventedOperations"] = state ? state.idcsPreventedOperations : undefined;
|
|
62
|
+
resourceInputs["members"] = state ? state.members : undefined;
|
|
63
|
+
resourceInputs["metas"] = state ? state.metas : undefined;
|
|
64
|
+
resourceInputs["nonUniqueDisplayName"] = state ? state.nonUniqueDisplayName : undefined;
|
|
65
|
+
resourceInputs["ocid"] = state ? state.ocid : undefined;
|
|
66
|
+
resourceInputs["resourceTypeSchemaVersion"] = state ? state.resourceTypeSchemaVersion : undefined;
|
|
67
|
+
resourceInputs["schemas"] = state ? state.schemas : undefined;
|
|
68
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
69
|
+
resourceInputs["tenancyOcid"] = state ? state.tenancyOcid : undefined;
|
|
70
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensionOciTags"] = state ? state.urnietfparamsscimschemasoracleidcsextensionOciTags : undefined;
|
|
71
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensiondbcsGroups"] = state ? state.urnietfparamsscimschemasoracleidcsextensiondbcsGroups : undefined;
|
|
72
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensiondynamicGroup"] = state ? state.urnietfparamsscimschemasoracleidcsextensiondynamicGroup : undefined;
|
|
73
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensiongroupGroup"] = state ? state.urnietfparamsscimschemasoracleidcsextensiongroupGroup : undefined;
|
|
74
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensionposixGroup"] = state ? state.urnietfparamsscimschemasoracleidcsextensionposixGroup : undefined;
|
|
75
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensionrequestableGroup"] = state ? state.urnietfparamsscimschemasoracleidcsextensionrequestableGroup : undefined;
|
|
76
|
+
}
|
|
77
|
+
else {
|
|
78
|
+
const args = argsOrState;
|
|
79
|
+
if ((!args || args.displayName === undefined) && !opts.urn) {
|
|
80
|
+
throw new Error("Missing required property 'displayName'");
|
|
81
|
+
}
|
|
82
|
+
if ((!args || args.idcsEndpoint === undefined) && !opts.urn) {
|
|
83
|
+
throw new Error("Missing required property 'idcsEndpoint'");
|
|
84
|
+
}
|
|
85
|
+
if ((!args || args.schemas === undefined) && !opts.urn) {
|
|
86
|
+
throw new Error("Missing required property 'schemas'");
|
|
87
|
+
}
|
|
88
|
+
resourceInputs["attributeSets"] = args ? args.attributeSets : undefined;
|
|
89
|
+
resourceInputs["attributes"] = args ? args.attributes : undefined;
|
|
90
|
+
resourceInputs["authorization"] = args ? args.authorization : undefined;
|
|
91
|
+
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
92
|
+
resourceInputs["externalId"] = args ? args.externalId : undefined;
|
|
93
|
+
resourceInputs["idcsEndpoint"] = args ? args.idcsEndpoint : undefined;
|
|
94
|
+
resourceInputs["members"] = args ? args.members : undefined;
|
|
95
|
+
resourceInputs["nonUniqueDisplayName"] = args ? args.nonUniqueDisplayName : undefined;
|
|
96
|
+
resourceInputs["ocid"] = args ? args.ocid : undefined;
|
|
97
|
+
resourceInputs["resourceTypeSchemaVersion"] = args ? args.resourceTypeSchemaVersion : undefined;
|
|
98
|
+
resourceInputs["schemas"] = args ? args.schemas : undefined;
|
|
99
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
100
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensionOciTags"] = args ? args.urnietfparamsscimschemasoracleidcsextensionOciTags : undefined;
|
|
101
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensiondynamicGroup"] = args ? args.urnietfparamsscimschemasoracleidcsextensiondynamicGroup : undefined;
|
|
102
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensiongroupGroup"] = args ? args.urnietfparamsscimschemasoracleidcsextensiongroupGroup : undefined;
|
|
103
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensionposixGroup"] = args ? args.urnietfparamsscimschemasoracleidcsextensionposixGroup : undefined;
|
|
104
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensionrequestableGroup"] = args ? args.urnietfparamsscimschemasoracleidcsextensionrequestableGroup : undefined;
|
|
105
|
+
resourceInputs["compartmentOcid"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["deleteInProgress"] = undefined /*out*/;
|
|
107
|
+
resourceInputs["domainOcid"] = undefined /*out*/;
|
|
108
|
+
resourceInputs["idcsCreatedBies"] = undefined /*out*/;
|
|
109
|
+
resourceInputs["idcsLastModifiedBies"] = undefined /*out*/;
|
|
110
|
+
resourceInputs["idcsLastUpgradedInRelease"] = undefined /*out*/;
|
|
111
|
+
resourceInputs["idcsPreventedOperations"] = undefined /*out*/;
|
|
112
|
+
resourceInputs["metas"] = undefined /*out*/;
|
|
113
|
+
resourceInputs["tenancyOcid"] = undefined /*out*/;
|
|
114
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensiondbcsGroups"] = undefined /*out*/;
|
|
115
|
+
}
|
|
116
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
117
|
+
super(DomainsGroup.__pulumiType, name, resourceInputs, opts);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
exports.DomainsGroup = DomainsGroup;
|
|
121
|
+
/** @internal */
|
|
122
|
+
DomainsGroup.__pulumiType = 'oci:Identity/domainsGroup:DomainsGroup';
|
|
123
|
+
//# sourceMappingURL=domainsGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domainsGroup.js","sourceRoot":"","sources":["../../identity/domainsGroup.ts"],"names":[],"mappings":"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"}
|