@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,207 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Group resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Get a Group - The Group search and get operations on users/members will throw an exception if it has more than 10K members, to avoid the exception use the pagination filter to get or search group members
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testGroup = oci.Identity.getDomainsGroup({
|
|
15
|
+
* groupId: oci_identity_group.test_group.id,
|
|
16
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
17
|
+
* attributeSets: [],
|
|
18
|
+
* attributes: "",
|
|
19
|
+
* authorization: _var.group_authorization,
|
|
20
|
+
* resourceTypeSchemaVersion: _var.group_resource_type_schema_version,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getDomainsGroup(args: GetDomainsGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsGroupResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDomainsGroup.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDomainsGroupArgs {
|
|
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
|
+
* ID of the resource
|
|
43
|
+
*/
|
|
44
|
+
groupId: string;
|
|
45
|
+
/**
|
|
46
|
+
* The basic endpoint for the identity domain
|
|
47
|
+
*/
|
|
48
|
+
idcsEndpoint: 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 getDomainsGroup.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetDomainsGroupResult {
|
|
58
|
+
readonly attributeSets?: string[];
|
|
59
|
+
readonly attributes?: string;
|
|
60
|
+
readonly authorization?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
63
|
+
*/
|
|
64
|
+
readonly compartmentOcid: string;
|
|
65
|
+
/**
|
|
66
|
+
* 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.
|
|
67
|
+
*/
|
|
68
|
+
readonly deleteInProgress: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* Group display name
|
|
71
|
+
*/
|
|
72
|
+
readonly displayName: string;
|
|
73
|
+
/**
|
|
74
|
+
* Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
75
|
+
*/
|
|
76
|
+
readonly domainOcid: string;
|
|
77
|
+
/**
|
|
78
|
+
* 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.
|
|
79
|
+
*/
|
|
80
|
+
readonly externalId: string;
|
|
81
|
+
readonly groupId: string;
|
|
82
|
+
/**
|
|
83
|
+
* 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.
|
|
84
|
+
*/
|
|
85
|
+
readonly id: string;
|
|
86
|
+
/**
|
|
87
|
+
* The User or App who created the Resource
|
|
88
|
+
*/
|
|
89
|
+
readonly idcsCreatedBies: outputs.Identity.GetDomainsGroupIdcsCreatedBy[];
|
|
90
|
+
readonly idcsEndpoint: string;
|
|
91
|
+
/**
|
|
92
|
+
* The User or App who modified the Resource
|
|
93
|
+
*/
|
|
94
|
+
readonly idcsLastModifiedBies: outputs.Identity.GetDomainsGroupIdcsLastModifiedBy[];
|
|
95
|
+
/**
|
|
96
|
+
* The release number when the resource was upgraded.
|
|
97
|
+
*/
|
|
98
|
+
readonly idcsLastUpgradedInRelease: string;
|
|
99
|
+
/**
|
|
100
|
+
* Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
101
|
+
*/
|
|
102
|
+
readonly idcsPreventedOperations: string[];
|
|
103
|
+
/**
|
|
104
|
+
* 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]
|
|
105
|
+
*/
|
|
106
|
+
readonly members: outputs.Identity.GetDomainsGroupMember[];
|
|
107
|
+
/**
|
|
108
|
+
* A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
109
|
+
*/
|
|
110
|
+
readonly metas: outputs.Identity.GetDomainsGroupMeta[];
|
|
111
|
+
/**
|
|
112
|
+
* A human readable name for Group as defined by the Service Consumer
|
|
113
|
+
*/
|
|
114
|
+
readonly nonUniqueDisplayName: string;
|
|
115
|
+
/**
|
|
116
|
+
* Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
117
|
+
*/
|
|
118
|
+
readonly ocid: string;
|
|
119
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
120
|
+
/**
|
|
121
|
+
* 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.
|
|
122
|
+
*/
|
|
123
|
+
readonly schemas: string[];
|
|
124
|
+
/**
|
|
125
|
+
* A list of tags on this resource.
|
|
126
|
+
*/
|
|
127
|
+
readonly tags: outputs.Identity.GetDomainsGroupTag[];
|
|
128
|
+
/**
|
|
129
|
+
* Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
130
|
+
*/
|
|
131
|
+
readonly tenancyOcid: string;
|
|
132
|
+
/**
|
|
133
|
+
* Oracle Cloud Infrastructure Tags.
|
|
134
|
+
*/
|
|
135
|
+
readonly urnietfparamsscimschemasoracleidcsextensionOciTags: outputs.Identity.GetDomainsGroupUrnietfparamsscimschemasoracleidcsextensionOciTag[];
|
|
136
|
+
/**
|
|
137
|
+
* Schema for Database Service Resource
|
|
138
|
+
*/
|
|
139
|
+
readonly urnietfparamsscimschemasoracleidcsextensiondbcsGroups: outputs.Identity.GetDomainsGroupUrnietfparamsscimschemasoracleidcsextensiondbcsGroup[];
|
|
140
|
+
/**
|
|
141
|
+
* Dynamic Group
|
|
142
|
+
*/
|
|
143
|
+
readonly urnietfparamsscimschemasoracleidcsextensiondynamicGroups: outputs.Identity.GetDomainsGroupUrnietfparamsscimschemasoracleidcsextensiondynamicGroup[];
|
|
144
|
+
/**
|
|
145
|
+
* Idcs Group
|
|
146
|
+
*/
|
|
147
|
+
readonly urnietfparamsscimschemasoracleidcsextensiongroupGroups: outputs.Identity.GetDomainsGroupUrnietfparamsscimschemasoracleidcsextensiongroupGroup[];
|
|
148
|
+
/**
|
|
149
|
+
* POSIX Group extension
|
|
150
|
+
*/
|
|
151
|
+
readonly urnietfparamsscimschemasoracleidcsextensionposixGroups: outputs.Identity.GetDomainsGroupUrnietfparamsscimschemasoracleidcsextensionposixGroup[];
|
|
152
|
+
/**
|
|
153
|
+
* Requestable Group
|
|
154
|
+
*/
|
|
155
|
+
readonly urnietfparamsscimschemasoracleidcsextensionrequestableGroups: outputs.Identity.GetDomainsGroupUrnietfparamsscimschemasoracleidcsextensionrequestableGroup[];
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* This data source provides details about a specific Group resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
159
|
+
*
|
|
160
|
+
* Get a Group - The Group search and get operations on users/members will throw an exception if it has more than 10K members, to avoid the exception use the pagination filter to get or search group members
|
|
161
|
+
*
|
|
162
|
+
* ## Example Usage
|
|
163
|
+
*
|
|
164
|
+
* ```typescript
|
|
165
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
166
|
+
* import * as oci from "@pulumi/oci";
|
|
167
|
+
*
|
|
168
|
+
* const testGroup = oci.Identity.getDomainsGroup({
|
|
169
|
+
* groupId: oci_identity_group.test_group.id,
|
|
170
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
171
|
+
* attributeSets: [],
|
|
172
|
+
* attributes: "",
|
|
173
|
+
* authorization: _var.group_authorization,
|
|
174
|
+
* resourceTypeSchemaVersion: _var.group_resource_type_schema_version,
|
|
175
|
+
* });
|
|
176
|
+
* ```
|
|
177
|
+
*/
|
|
178
|
+
export declare function getDomainsGroupOutput(args: GetDomainsGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsGroupResult>;
|
|
179
|
+
/**
|
|
180
|
+
* A collection of arguments for invoking getDomainsGroup.
|
|
181
|
+
*/
|
|
182
|
+
export interface GetDomainsGroupOutputArgs {
|
|
183
|
+
/**
|
|
184
|
+
* 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.
|
|
185
|
+
*/
|
|
186
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
187
|
+
/**
|
|
188
|
+
* 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.
|
|
189
|
+
*/
|
|
190
|
+
attributes?: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
193
|
+
*/
|
|
194
|
+
authorization?: pulumi.Input<string>;
|
|
195
|
+
/**
|
|
196
|
+
* ID of the resource
|
|
197
|
+
*/
|
|
198
|
+
groupId: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* The basic endpoint for the identity domain
|
|
201
|
+
*/
|
|
202
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* 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.
|
|
205
|
+
*/
|
|
206
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
207
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
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.getDomainsGroupOutput = exports.getDomainsGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Group resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Get a Group - The Group search and get operations on users/members will throw an exception if it has more than 10K members, to avoid the exception use the pagination filter to get or search group members
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testGroup = oci.Identity.getDomainsGroup({
|
|
20
|
+
* groupId: oci_identity_group.test_group.id,
|
|
21
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
22
|
+
* attributeSets: [],
|
|
23
|
+
* attributes: "",
|
|
24
|
+
* authorization: _var.group_authorization,
|
|
25
|
+
* resourceTypeSchemaVersion: _var.group_resource_type_schema_version,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getDomainsGroup(args, opts) {
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsGroup:getDomainsGroup", {
|
|
32
|
+
"attributeSets": args.attributeSets,
|
|
33
|
+
"attributes": args.attributes,
|
|
34
|
+
"authorization": args.authorization,
|
|
35
|
+
"groupId": args.groupId,
|
|
36
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
37
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.getDomainsGroup = getDomainsGroup;
|
|
41
|
+
/**
|
|
42
|
+
* This data source provides details about a specific Group resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
43
|
+
*
|
|
44
|
+
* Get a Group - The Group search and get operations on users/members will throw an exception if it has more than 10K members, to avoid the exception use the pagination filter to get or search group members
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as oci from "@pulumi/oci";
|
|
51
|
+
*
|
|
52
|
+
* const testGroup = oci.Identity.getDomainsGroup({
|
|
53
|
+
* groupId: oci_identity_group.test_group.id,
|
|
54
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
55
|
+
* attributeSets: [],
|
|
56
|
+
* attributes: "",
|
|
57
|
+
* authorization: _var.group_authorization,
|
|
58
|
+
* resourceTypeSchemaVersion: _var.group_resource_type_schema_version,
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
function getDomainsGroupOutput(args, opts) {
|
|
63
|
+
return pulumi.output(args).apply((a) => getDomainsGroup(a, opts));
|
|
64
|
+
}
|
|
65
|
+
exports.getDomainsGroupOutput = getDomainsGroupOutput;
|
|
66
|
+
//# sourceMappingURL=getDomainsGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsGroup.js","sourceRoot":"","sources":["../../identity/getDomainsGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0CAWC;AAuID;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
|
@@ -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 Groups in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Search Groups.The Group search and get operations on users/members will throw an exception if it has more than 10K members, to avoid the exception use the pagination filter to get or search group members
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testGroups = oci.Identity.getDomainsGroups({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* groupCount: _var.group_group_count,
|
|
17
|
+
* groupFilter: _var.group_group_filter,
|
|
18
|
+
* attributeSets: [],
|
|
19
|
+
* attributes: "",
|
|
20
|
+
* authorization: _var.group_authorization,
|
|
21
|
+
* resourceTypeSchemaVersion: _var.group_resource_type_schema_version,
|
|
22
|
+
* startIndex: _var.group_start_index,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare function getDomainsGroups(args: GetDomainsGroupsArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsGroupsResult>;
|
|
27
|
+
/**
|
|
28
|
+
* A collection of arguments for invoking getDomainsGroups.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetDomainsGroupsArgs {
|
|
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
|
+
* 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).
|
|
46
|
+
*/
|
|
47
|
+
groupCount?: number;
|
|
48
|
+
/**
|
|
49
|
+
* 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.
|
|
50
|
+
*/
|
|
51
|
+
groupFilter?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The basic endpoint for the identity domain
|
|
54
|
+
*/
|
|
55
|
+
idcsEndpoint: 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 getDomainsGroups.
|
|
69
|
+
*/
|
|
70
|
+
export interface GetDomainsGroupsResult {
|
|
71
|
+
readonly attributeSets?: string[];
|
|
72
|
+
readonly attributes?: string;
|
|
73
|
+
readonly authorization?: string;
|
|
74
|
+
readonly compartmentId?: string;
|
|
75
|
+
readonly groupCount?: number;
|
|
76
|
+
readonly groupFilter?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The list of groups.
|
|
79
|
+
*/
|
|
80
|
+
readonly groups: outputs.Identity.GetDomainsGroupsGroup[];
|
|
81
|
+
/**
|
|
82
|
+
* The provider-assigned unique ID for this managed resource.
|
|
83
|
+
*/
|
|
84
|
+
readonly id: string;
|
|
85
|
+
readonly idcsEndpoint: string;
|
|
86
|
+
readonly itemsPerPage: number;
|
|
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 Groups in Oracle Cloud Infrastructure Identity Domains service.
|
|
99
|
+
*
|
|
100
|
+
* Search Groups.The Group search and get operations on users/members will throw an exception if it has more than 10K members, to avoid the exception use the pagination filter to get or search group members
|
|
101
|
+
*
|
|
102
|
+
* ## Example Usage
|
|
103
|
+
*
|
|
104
|
+
* ```typescript
|
|
105
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
106
|
+
* import * as oci from "@pulumi/oci";
|
|
107
|
+
*
|
|
108
|
+
* const testGroups = oci.Identity.getDomainsGroups({
|
|
109
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
110
|
+
* groupCount: _var.group_group_count,
|
|
111
|
+
* groupFilter: _var.group_group_filter,
|
|
112
|
+
* attributeSets: [],
|
|
113
|
+
* attributes: "",
|
|
114
|
+
* authorization: _var.group_authorization,
|
|
115
|
+
* resourceTypeSchemaVersion: _var.group_resource_type_schema_version,
|
|
116
|
+
* startIndex: _var.group_start_index,
|
|
117
|
+
* });
|
|
118
|
+
* ```
|
|
119
|
+
*/
|
|
120
|
+
export declare function getDomainsGroupsOutput(args: GetDomainsGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsGroupsResult>;
|
|
121
|
+
/**
|
|
122
|
+
* A collection of arguments for invoking getDomainsGroups.
|
|
123
|
+
*/
|
|
124
|
+
export interface GetDomainsGroupsOutputArgs {
|
|
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
|
+
* 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).
|
|
140
|
+
*/
|
|
141
|
+
groupCount?: pulumi.Input<number>;
|
|
142
|
+
/**
|
|
143
|
+
* 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.
|
|
144
|
+
*/
|
|
145
|
+
groupFilter?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* The basic endpoint for the identity domain
|
|
148
|
+
*/
|
|
149
|
+
idcsEndpoint: 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,75 @@
|
|
|
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.getDomainsGroupsOutput = exports.getDomainsGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Groups in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Search Groups.The Group search and get operations on users/members will throw an exception if it has more than 10K members, to avoid the exception use the pagination filter to get or search group members
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testGroups = oci.Identity.getDomainsGroups({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* groupCount: _var.group_group_count,
|
|
22
|
+
* groupFilter: _var.group_group_filter,
|
|
23
|
+
* attributeSets: [],
|
|
24
|
+
* attributes: "",
|
|
25
|
+
* authorization: _var.group_authorization,
|
|
26
|
+
* resourceTypeSchemaVersion: _var.group_resource_type_schema_version,
|
|
27
|
+
* startIndex: _var.group_start_index,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getDomainsGroups(args, opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsGroups:getDomainsGroups", {
|
|
34
|
+
"attributeSets": args.attributeSets,
|
|
35
|
+
"attributes": args.attributes,
|
|
36
|
+
"authorization": args.authorization,
|
|
37
|
+
"compartmentId": args.compartmentId,
|
|
38
|
+
"groupCount": args.groupCount,
|
|
39
|
+
"groupFilter": args.groupFilter,
|
|
40
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
41
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
42
|
+
"sortBy": args.sortBy,
|
|
43
|
+
"sortOrder": args.sortOrder,
|
|
44
|
+
"startIndex": args.startIndex,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getDomainsGroups = getDomainsGroups;
|
|
48
|
+
/**
|
|
49
|
+
* This data source provides the list of Groups in Oracle Cloud Infrastructure Identity Domains service.
|
|
50
|
+
*
|
|
51
|
+
* Search Groups.The Group search and get operations on users/members will throw an exception if it has more than 10K members, to avoid the exception use the pagination filter to get or search group members
|
|
52
|
+
*
|
|
53
|
+
* ## Example Usage
|
|
54
|
+
*
|
|
55
|
+
* ```typescript
|
|
56
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
+
* import * as oci from "@pulumi/oci";
|
|
58
|
+
*
|
|
59
|
+
* const testGroups = oci.Identity.getDomainsGroups({
|
|
60
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
61
|
+
* groupCount: _var.group_group_count,
|
|
62
|
+
* groupFilter: _var.group_group_filter,
|
|
63
|
+
* attributeSets: [],
|
|
64
|
+
* attributes: "",
|
|
65
|
+
* authorization: _var.group_authorization,
|
|
66
|
+
* resourceTypeSchemaVersion: _var.group_resource_type_schema_version,
|
|
67
|
+
* startIndex: _var.group_start_index,
|
|
68
|
+
* });
|
|
69
|
+
* ```
|
|
70
|
+
*/
|
|
71
|
+
function getDomainsGroupsOutput(args, opts) {
|
|
72
|
+
return pulumi.output(args).apply((a) => getDomainsGroups(a, opts));
|
|
73
|
+
}
|
|
74
|
+
exports.getDomainsGroupsOutput = getDomainsGroupsOutput;
|
|
75
|
+
//# sourceMappingURL=getDomainsGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsGroups.js","sourceRoot":"","sources":["../../identity/getDomainsGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,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;AAhBD,4CAgBC;AAyED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|