@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,169 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the list of My Groups in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Search My Groups
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testMyGroups = oci.Identity.getDomainsMyGroups({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* myGroupCount: _var.my_group_my_group_count,
|
|
17
|
+
* myGroupFilter: _var.my_group_my_group_filter,
|
|
18
|
+
* attributeSets: [],
|
|
19
|
+
* attributes: "",
|
|
20
|
+
* authorization: _var.my_group_authorization,
|
|
21
|
+
* resourceTypeSchemaVersion: _var.my_group_resource_type_schema_version,
|
|
22
|
+
* startIndex: _var.my_group_start_index,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare function getDomainsMyGroups(args: GetDomainsMyGroupsArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsMyGroupsResult>;
|
|
27
|
+
/**
|
|
28
|
+
* A collection of arguments for invoking getDomainsMyGroups.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetDomainsMyGroupsArgs {
|
|
31
|
+
/**
|
|
32
|
+
* A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
33
|
+
*/
|
|
34
|
+
attributeSets?: string[];
|
|
35
|
+
/**
|
|
36
|
+
* A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
37
|
+
*/
|
|
38
|
+
attributes?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
41
|
+
*/
|
|
42
|
+
authorization?: string;
|
|
43
|
+
compartmentId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The basic endpoint for the identity domain
|
|
46
|
+
*/
|
|
47
|
+
idcsEndpoint: string;
|
|
48
|
+
/**
|
|
49
|
+
* OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
|
|
50
|
+
*/
|
|
51
|
+
myGroupCount?: number;
|
|
52
|
+
/**
|
|
53
|
+
* OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
|
|
54
|
+
*/
|
|
55
|
+
myGroupFilter?: 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 getDomainsMyGroups.
|
|
69
|
+
*/
|
|
70
|
+
export interface GetDomainsMyGroupsResult {
|
|
71
|
+
readonly attributeSets?: string[];
|
|
72
|
+
readonly attributes?: string;
|
|
73
|
+
readonly authorization?: string;
|
|
74
|
+
readonly compartmentId?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The provider-assigned unique ID for this managed resource.
|
|
77
|
+
*/
|
|
78
|
+
readonly id: string;
|
|
79
|
+
readonly idcsEndpoint: string;
|
|
80
|
+
/**
|
|
81
|
+
* The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination.
|
|
82
|
+
*/
|
|
83
|
+
readonly itemsPerPage: number;
|
|
84
|
+
readonly myGroupCount?: number;
|
|
85
|
+
readonly myGroupFilter?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The list of my_groups.
|
|
88
|
+
*/
|
|
89
|
+
readonly myGroups: outputs.Identity.GetDomainsMyGroupsMyGroup[];
|
|
90
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
91
|
+
/**
|
|
92
|
+
* 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. 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. REQUIRED.
|
|
93
|
+
*/
|
|
94
|
+
readonly schemas: string[];
|
|
95
|
+
readonly sortBy?: string;
|
|
96
|
+
readonly sortOrder?: string;
|
|
97
|
+
/**
|
|
98
|
+
* The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination.
|
|
99
|
+
*/
|
|
100
|
+
readonly startIndex?: number;
|
|
101
|
+
/**
|
|
102
|
+
* The total number of results returned by the list or query operation. The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED.
|
|
103
|
+
*/
|
|
104
|
+
readonly totalResults: number;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* This data source provides the list of My Groups in Oracle Cloud Infrastructure Identity Domains service.
|
|
108
|
+
*
|
|
109
|
+
* Search My Groups
|
|
110
|
+
*
|
|
111
|
+
* ## Example Usage
|
|
112
|
+
*
|
|
113
|
+
* ```typescript
|
|
114
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
115
|
+
* import * as oci from "@pulumi/oci";
|
|
116
|
+
*
|
|
117
|
+
* const testMyGroups = oci.Identity.getDomainsMyGroups({
|
|
118
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
119
|
+
* myGroupCount: _var.my_group_my_group_count,
|
|
120
|
+
* myGroupFilter: _var.my_group_my_group_filter,
|
|
121
|
+
* attributeSets: [],
|
|
122
|
+
* attributes: "",
|
|
123
|
+
* authorization: _var.my_group_authorization,
|
|
124
|
+
* resourceTypeSchemaVersion: _var.my_group_resource_type_schema_version,
|
|
125
|
+
* startIndex: _var.my_group_start_index,
|
|
126
|
+
* });
|
|
127
|
+
* ```
|
|
128
|
+
*/
|
|
129
|
+
export declare function getDomainsMyGroupsOutput(args: GetDomainsMyGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsMyGroupsResult>;
|
|
130
|
+
/**
|
|
131
|
+
* A collection of arguments for invoking getDomainsMyGroups.
|
|
132
|
+
*/
|
|
133
|
+
export interface GetDomainsMyGroupsOutputArgs {
|
|
134
|
+
/**
|
|
135
|
+
* 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.
|
|
136
|
+
*/
|
|
137
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
138
|
+
/**
|
|
139
|
+
* 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.
|
|
140
|
+
*/
|
|
141
|
+
attributes?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
144
|
+
*/
|
|
145
|
+
authorization?: pulumi.Input<string>;
|
|
146
|
+
compartmentId?: pulumi.Input<string>;
|
|
147
|
+
/**
|
|
148
|
+
* The basic endpoint for the identity domain
|
|
149
|
+
*/
|
|
150
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* 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).
|
|
153
|
+
*/
|
|
154
|
+
myGroupCount?: pulumi.Input<number>;
|
|
155
|
+
/**
|
|
156
|
+
* 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.
|
|
157
|
+
*/
|
|
158
|
+
myGroupFilter?: pulumi.Input<string>;
|
|
159
|
+
/**
|
|
160
|
+
* 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.
|
|
161
|
+
*/
|
|
162
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
163
|
+
sortBy?: pulumi.Input<string>;
|
|
164
|
+
sortOrder?: pulumi.Input<string>;
|
|
165
|
+
/**
|
|
166
|
+
* 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.
|
|
167
|
+
*/
|
|
168
|
+
startIndex?: pulumi.Input<number>;
|
|
169
|
+
}
|
|
@@ -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.getDomainsMyGroupsOutput = exports.getDomainsMyGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of My Groups in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Search My Groups
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testMyGroups = oci.Identity.getDomainsMyGroups({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* myGroupCount: _var.my_group_my_group_count,
|
|
22
|
+
* myGroupFilter: _var.my_group_my_group_filter,
|
|
23
|
+
* attributeSets: [],
|
|
24
|
+
* attributes: "",
|
|
25
|
+
* authorization: _var.my_group_authorization,
|
|
26
|
+
* resourceTypeSchemaVersion: _var.my_group_resource_type_schema_version,
|
|
27
|
+
* startIndex: _var.my_group_start_index,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getDomainsMyGroups(args, opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsMyGroups:getDomainsMyGroups", {
|
|
34
|
+
"attributeSets": args.attributeSets,
|
|
35
|
+
"attributes": args.attributes,
|
|
36
|
+
"authorization": args.authorization,
|
|
37
|
+
"compartmentId": args.compartmentId,
|
|
38
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
39
|
+
"myGroupCount": args.myGroupCount,
|
|
40
|
+
"myGroupFilter": args.myGroupFilter,
|
|
41
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
42
|
+
"sortBy": args.sortBy,
|
|
43
|
+
"sortOrder": args.sortOrder,
|
|
44
|
+
"startIndex": args.startIndex,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getDomainsMyGroups = getDomainsMyGroups;
|
|
48
|
+
/**
|
|
49
|
+
* This data source provides the list of My Groups in Oracle Cloud Infrastructure Identity Domains service.
|
|
50
|
+
*
|
|
51
|
+
* Search My Groups
|
|
52
|
+
*
|
|
53
|
+
* ## Example Usage
|
|
54
|
+
*
|
|
55
|
+
* ```typescript
|
|
56
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
+
* import * as oci from "@pulumi/oci";
|
|
58
|
+
*
|
|
59
|
+
* const testMyGroups = oci.Identity.getDomainsMyGroups({
|
|
60
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
61
|
+
* myGroupCount: _var.my_group_my_group_count,
|
|
62
|
+
* myGroupFilter: _var.my_group_my_group_filter,
|
|
63
|
+
* attributeSets: [],
|
|
64
|
+
* attributes: "",
|
|
65
|
+
* authorization: _var.my_group_authorization,
|
|
66
|
+
* resourceTypeSchemaVersion: _var.my_group_resource_type_schema_version,
|
|
67
|
+
* startIndex: _var.my_group_start_index,
|
|
68
|
+
* });
|
|
69
|
+
* ```
|
|
70
|
+
*/
|
|
71
|
+
function getDomainsMyGroupsOutput(args, opts) {
|
|
72
|
+
return pulumi.output(args).apply((a) => getDomainsMyGroups(a, opts));
|
|
73
|
+
}
|
|
74
|
+
exports.getDomainsMyGroupsOutput = getDomainsMyGroupsOutput;
|
|
75
|
+
//# sourceMappingURL=getDomainsMyGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsMyGroups.js","sourceRoot":"","sources":["../../identity/getDomainsMyGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,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,gDAgBC;AAkFD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific My O Auth2 Client Credential resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Get user's oauth2 client credential
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testMyOauth2clientCredential = oci.Identity.getDomainsMyOauth2clientCredential({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* myOauth2clientCredentialId: oci_identity_domains_my_oauth2client_credential.test_my_oauth2client_credential.id,
|
|
17
|
+
* authorization: _var.my_oauth2client_credential_authorization,
|
|
18
|
+
* resourceTypeSchemaVersion: _var.my_oauth2client_credential_resource_type_schema_version,
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare function getDomainsMyOauth2clientCredential(args: GetDomainsMyOauth2clientCredentialArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsMyOauth2clientCredentialResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getDomainsMyOauth2clientCredential.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetDomainsMyOauth2clientCredentialArgs {
|
|
27
|
+
/**
|
|
28
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
29
|
+
*/
|
|
30
|
+
authorization?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The basic endpoint for the identity domain
|
|
33
|
+
*/
|
|
34
|
+
idcsEndpoint: string;
|
|
35
|
+
/**
|
|
36
|
+
* ID of the resource
|
|
37
|
+
*/
|
|
38
|
+
myOauth2clientCredentialId: string;
|
|
39
|
+
/**
|
|
40
|
+
* 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.
|
|
41
|
+
*/
|
|
42
|
+
resourceTypeSchemaVersion?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* A collection of values returned by getDomainsMyOauth2clientCredential.
|
|
46
|
+
*/
|
|
47
|
+
export interface GetDomainsMyOauth2clientCredentialResult {
|
|
48
|
+
readonly authorization?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
51
|
+
*/
|
|
52
|
+
readonly compartmentOcid: string;
|
|
53
|
+
/**
|
|
54
|
+
* 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.
|
|
55
|
+
*/
|
|
56
|
+
readonly deleteInProgress: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Description
|
|
59
|
+
*/
|
|
60
|
+
readonly description: string;
|
|
61
|
+
/**
|
|
62
|
+
* Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
63
|
+
*/
|
|
64
|
+
readonly domainOcid: string;
|
|
65
|
+
/**
|
|
66
|
+
* User credential expires on
|
|
67
|
+
*/
|
|
68
|
+
readonly expiresOn: string;
|
|
69
|
+
/**
|
|
70
|
+
* 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.
|
|
71
|
+
*/
|
|
72
|
+
readonly id: string;
|
|
73
|
+
/**
|
|
74
|
+
* The User or App who created the Resource
|
|
75
|
+
*/
|
|
76
|
+
readonly idcsCreatedBies: outputs.Identity.GetDomainsMyOauth2clientCredentialIdcsCreatedBy[];
|
|
77
|
+
readonly idcsEndpoint: string;
|
|
78
|
+
/**
|
|
79
|
+
* The User or App who modified the Resource
|
|
80
|
+
*/
|
|
81
|
+
readonly idcsLastModifiedBies: outputs.Identity.GetDomainsMyOauth2clientCredentialIdcsLastModifiedBy[];
|
|
82
|
+
/**
|
|
83
|
+
* The release number when the resource was upgraded.
|
|
84
|
+
*/
|
|
85
|
+
readonly idcsLastUpgradedInRelease: string;
|
|
86
|
+
/**
|
|
87
|
+
* Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
88
|
+
*/
|
|
89
|
+
readonly idcsPreventedOperations: string[];
|
|
90
|
+
/**
|
|
91
|
+
* Specifies if secret need to be reset
|
|
92
|
+
*/
|
|
93
|
+
readonly isResetSecret: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
96
|
+
*/
|
|
97
|
+
readonly metas: outputs.Identity.GetDomainsMyOauth2clientCredentialMeta[];
|
|
98
|
+
readonly myOauth2clientCredentialId: string;
|
|
99
|
+
/**
|
|
100
|
+
* User name
|
|
101
|
+
*/
|
|
102
|
+
readonly name: string;
|
|
103
|
+
/**
|
|
104
|
+
* User's ocid
|
|
105
|
+
*/
|
|
106
|
+
readonly ocid: string;
|
|
107
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
108
|
+
/**
|
|
109
|
+
* 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.
|
|
110
|
+
*/
|
|
111
|
+
readonly schemas: string[];
|
|
112
|
+
/**
|
|
113
|
+
* Scopes
|
|
114
|
+
*/
|
|
115
|
+
readonly scopes: outputs.Identity.GetDomainsMyOauth2clientCredentialScope[];
|
|
116
|
+
/**
|
|
117
|
+
* User credential status
|
|
118
|
+
*/
|
|
119
|
+
readonly status: string;
|
|
120
|
+
/**
|
|
121
|
+
* A list of tags on this resource.
|
|
122
|
+
*/
|
|
123
|
+
readonly tags: outputs.Identity.GetDomainsMyOauth2clientCredentialTag[];
|
|
124
|
+
/**
|
|
125
|
+
* Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
126
|
+
*/
|
|
127
|
+
readonly tenancyOcid: string;
|
|
128
|
+
/**
|
|
129
|
+
* User linked to oauth2 client credential
|
|
130
|
+
*/
|
|
131
|
+
readonly users: outputs.Identity.GetDomainsMyOauth2clientCredentialUser[];
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* This data source provides details about a specific My O Auth2 Client Credential resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
135
|
+
*
|
|
136
|
+
* Get user's oauth2 client credential
|
|
137
|
+
*
|
|
138
|
+
* ## Example Usage
|
|
139
|
+
*
|
|
140
|
+
* ```typescript
|
|
141
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
142
|
+
* import * as oci from "@pulumi/oci";
|
|
143
|
+
*
|
|
144
|
+
* const testMyOauth2clientCredential = oci.Identity.getDomainsMyOauth2clientCredential({
|
|
145
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
146
|
+
* myOauth2clientCredentialId: oci_identity_domains_my_oauth2client_credential.test_my_oauth2client_credential.id,
|
|
147
|
+
* authorization: _var.my_oauth2client_credential_authorization,
|
|
148
|
+
* resourceTypeSchemaVersion: _var.my_oauth2client_credential_resource_type_schema_version,
|
|
149
|
+
* });
|
|
150
|
+
* ```
|
|
151
|
+
*/
|
|
152
|
+
export declare function getDomainsMyOauth2clientCredentialOutput(args: GetDomainsMyOauth2clientCredentialOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsMyOauth2clientCredentialResult>;
|
|
153
|
+
/**
|
|
154
|
+
* A collection of arguments for invoking getDomainsMyOauth2clientCredential.
|
|
155
|
+
*/
|
|
156
|
+
export interface GetDomainsMyOauth2clientCredentialOutputArgs {
|
|
157
|
+
/**
|
|
158
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
159
|
+
*/
|
|
160
|
+
authorization?: pulumi.Input<string>;
|
|
161
|
+
/**
|
|
162
|
+
* The basic endpoint for the identity domain
|
|
163
|
+
*/
|
|
164
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
165
|
+
/**
|
|
166
|
+
* ID of the resource
|
|
167
|
+
*/
|
|
168
|
+
myOauth2clientCredentialId: pulumi.Input<string>;
|
|
169
|
+
/**
|
|
170
|
+
* 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.
|
|
171
|
+
*/
|
|
172
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
173
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.getDomainsMyOauth2clientCredentialOutput = exports.getDomainsMyOauth2clientCredential = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific My O Auth2 Client Credential resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Get user's oauth2 client credential
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testMyOauth2clientCredential = oci.Identity.getDomainsMyOauth2clientCredential({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* myOauth2clientCredentialId: oci_identity_domains_my_oauth2client_credential.test_my_oauth2client_credential.id,
|
|
22
|
+
* authorization: _var.my_oauth2client_credential_authorization,
|
|
23
|
+
* resourceTypeSchemaVersion: _var.my_oauth2client_credential_resource_type_schema_version,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getDomainsMyOauth2clientCredential(args, opts) {
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsMyOauth2clientCredential:getDomainsMyOauth2clientCredential", {
|
|
30
|
+
"authorization": args.authorization,
|
|
31
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
32
|
+
"myOauth2clientCredentialId": args.myOauth2clientCredentialId,
|
|
33
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.getDomainsMyOauth2clientCredential = getDomainsMyOauth2clientCredential;
|
|
37
|
+
/**
|
|
38
|
+
* This data source provides details about a specific My O Auth2 Client Credential resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
39
|
+
*
|
|
40
|
+
* Get user's oauth2 client credential
|
|
41
|
+
*
|
|
42
|
+
* ## Example Usage
|
|
43
|
+
*
|
|
44
|
+
* ```typescript
|
|
45
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
+
* import * as oci from "@pulumi/oci";
|
|
47
|
+
*
|
|
48
|
+
* const testMyOauth2clientCredential = oci.Identity.getDomainsMyOauth2clientCredential({
|
|
49
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
50
|
+
* myOauth2clientCredentialId: oci_identity_domains_my_oauth2client_credential.test_my_oauth2client_credential.id,
|
|
51
|
+
* authorization: _var.my_oauth2client_credential_authorization,
|
|
52
|
+
* resourceTypeSchemaVersion: _var.my_oauth2client_credential_resource_type_schema_version,
|
|
53
|
+
* });
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
function getDomainsMyOauth2clientCredentialOutput(args, opts) {
|
|
57
|
+
return pulumi.output(args).apply((a) => getDomainsMyOauth2clientCredential(a, opts));
|
|
58
|
+
}
|
|
59
|
+
exports.getDomainsMyOauth2clientCredentialOutput = getDomainsMyOauth2clientCredentialOutput;
|
|
60
|
+
//# sourceMappingURL=getDomainsMyOauth2clientCredential.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsMyOauth2clientCredential.js","sourceRoot":"","sources":["../../identity/getDomainsMyOauth2clientCredential.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IAExH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE;QAC/G,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gFASC;AAiHD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAA2B;IACpI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kCAAkC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7F,CAAC;AAFD,4FAEC"}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the list of My O Auth2 Client Credentials in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Search oauth2 client credentials
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testMyOauth2clientCredentials = oci.Identity.getDomainsMyOauth2clientCredentials({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* myOauth2clientCredentialCount: _var.my_oauth2client_credential_my_oauth2client_credential_count,
|
|
17
|
+
* myOauth2clientCredentialFilter: _var.my_oauth2client_credential_my_oauth2client_credential_filter,
|
|
18
|
+
* authorization: _var.my_oauth2client_credential_authorization,
|
|
19
|
+
* resourceTypeSchemaVersion: _var.my_oauth2client_credential_resource_type_schema_version,
|
|
20
|
+
* startIndex: _var.my_oauth2client_credential_start_index,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getDomainsMyOauth2clientCredentials(args: GetDomainsMyOauth2clientCredentialsArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsMyOauth2clientCredentialsResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDomainsMyOauth2clientCredentials.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDomainsMyOauth2clientCredentialsArgs {
|
|
29
|
+
/**
|
|
30
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
31
|
+
*/
|
|
32
|
+
authorization?: string;
|
|
33
|
+
compartmentId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The basic endpoint for the identity domain
|
|
36
|
+
*/
|
|
37
|
+
idcsEndpoint: string;
|
|
38
|
+
/**
|
|
39
|
+
* 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).
|
|
40
|
+
*/
|
|
41
|
+
myOauth2clientCredentialCount?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 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.
|
|
44
|
+
*/
|
|
45
|
+
myOauth2clientCredentialFilter?: string;
|
|
46
|
+
/**
|
|
47
|
+
* 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.
|
|
48
|
+
*/
|
|
49
|
+
resourceTypeSchemaVersion?: string;
|
|
50
|
+
sortBy?: string;
|
|
51
|
+
sortOrder?: string;
|
|
52
|
+
/**
|
|
53
|
+
* 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.
|
|
54
|
+
*/
|
|
55
|
+
startIndex?: number;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* A collection of values returned by getDomainsMyOauth2clientCredentials.
|
|
59
|
+
*/
|
|
60
|
+
export interface GetDomainsMyOauth2clientCredentialsResult {
|
|
61
|
+
readonly authorization?: string;
|
|
62
|
+
readonly compartmentId?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The provider-assigned unique ID for this managed resource.
|
|
65
|
+
*/
|
|
66
|
+
readonly id: string;
|
|
67
|
+
readonly idcsEndpoint: string;
|
|
68
|
+
readonly itemsPerPage: number;
|
|
69
|
+
readonly myOauth2clientCredentialCount?: number;
|
|
70
|
+
readonly myOauth2clientCredentialFilter?: string;
|
|
71
|
+
/**
|
|
72
|
+
* The list of my_oauth2client_credentials.
|
|
73
|
+
*/
|
|
74
|
+
readonly myOauth2clientCredentials: outputs.Identity.GetDomainsMyOauth2clientCredentialsMyOauth2clientCredential[];
|
|
75
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
76
|
+
/**
|
|
77
|
+
* 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.
|
|
78
|
+
*/
|
|
79
|
+
readonly schemas: string[];
|
|
80
|
+
readonly sortBy?: string;
|
|
81
|
+
readonly sortOrder?: string;
|
|
82
|
+
readonly startIndex?: number;
|
|
83
|
+
readonly totalResults: number;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* This data source provides the list of My O Auth2 Client Credentials in Oracle Cloud Infrastructure Identity Domains service.
|
|
87
|
+
*
|
|
88
|
+
* Search oauth2 client credentials
|
|
89
|
+
*
|
|
90
|
+
* ## Example Usage
|
|
91
|
+
*
|
|
92
|
+
* ```typescript
|
|
93
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
94
|
+
* import * as oci from "@pulumi/oci";
|
|
95
|
+
*
|
|
96
|
+
* const testMyOauth2clientCredentials = oci.Identity.getDomainsMyOauth2clientCredentials({
|
|
97
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
98
|
+
* myOauth2clientCredentialCount: _var.my_oauth2client_credential_my_oauth2client_credential_count,
|
|
99
|
+
* myOauth2clientCredentialFilter: _var.my_oauth2client_credential_my_oauth2client_credential_filter,
|
|
100
|
+
* authorization: _var.my_oauth2client_credential_authorization,
|
|
101
|
+
* resourceTypeSchemaVersion: _var.my_oauth2client_credential_resource_type_schema_version,
|
|
102
|
+
* startIndex: _var.my_oauth2client_credential_start_index,
|
|
103
|
+
* });
|
|
104
|
+
* ```
|
|
105
|
+
*/
|
|
106
|
+
export declare function getDomainsMyOauth2clientCredentialsOutput(args: GetDomainsMyOauth2clientCredentialsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsMyOauth2clientCredentialsResult>;
|
|
107
|
+
/**
|
|
108
|
+
* A collection of arguments for invoking getDomainsMyOauth2clientCredentials.
|
|
109
|
+
*/
|
|
110
|
+
export interface GetDomainsMyOauth2clientCredentialsOutputArgs {
|
|
111
|
+
/**
|
|
112
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
113
|
+
*/
|
|
114
|
+
authorization?: pulumi.Input<string>;
|
|
115
|
+
compartmentId?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The basic endpoint for the identity domain
|
|
118
|
+
*/
|
|
119
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* 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).
|
|
122
|
+
*/
|
|
123
|
+
myOauth2clientCredentialCount?: pulumi.Input<number>;
|
|
124
|
+
/**
|
|
125
|
+
* 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.
|
|
126
|
+
*/
|
|
127
|
+
myOauth2clientCredentialFilter?: pulumi.Input<string>;
|
|
128
|
+
/**
|
|
129
|
+
* 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.
|
|
130
|
+
*/
|
|
131
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
132
|
+
sortBy?: pulumi.Input<string>;
|
|
133
|
+
sortOrder?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* 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.
|
|
136
|
+
*/
|
|
137
|
+
startIndex?: pulumi.Input<number>;
|
|
138
|
+
}
|