@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,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.getDomainsUserDbCredentialOutput = exports.getDomainsUserDbCredential = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific User Db Credential resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Get a User's DbCredentials
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testUserDbCredential = oci.Identity.getDomainsUserDbCredential({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* userDbCredentialId: oci_identity_db_credential.test_db_credential.id,
|
|
22
|
+
* attributeSets: [],
|
|
23
|
+
* attributes: "",
|
|
24
|
+
* authorization: _var.user_db_credential_authorization,
|
|
25
|
+
* resourceTypeSchemaVersion: _var.user_db_credential_resource_type_schema_version,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getDomainsUserDbCredential(args, opts) {
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsUserDbCredential:getDomainsUserDbCredential", {
|
|
32
|
+
"attributeSets": args.attributeSets,
|
|
33
|
+
"attributes": args.attributes,
|
|
34
|
+
"authorization": args.authorization,
|
|
35
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
36
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
37
|
+
"userDbCredentialId": args.userDbCredentialId,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.getDomainsUserDbCredential = getDomainsUserDbCredential;
|
|
41
|
+
/**
|
|
42
|
+
* This data source provides details about a specific User Db Credential resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
43
|
+
*
|
|
44
|
+
* Get a User's DbCredentials
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as oci from "@pulumi/oci";
|
|
51
|
+
*
|
|
52
|
+
* const testUserDbCredential = oci.Identity.getDomainsUserDbCredential({
|
|
53
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
54
|
+
* userDbCredentialId: oci_identity_db_credential.test_db_credential.id,
|
|
55
|
+
* attributeSets: [],
|
|
56
|
+
* attributes: "",
|
|
57
|
+
* authorization: _var.user_db_credential_authorization,
|
|
58
|
+
* resourceTypeSchemaVersion: _var.user_db_credential_resource_type_schema_version,
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
function getDomainsUserDbCredentialOutput(args, opts) {
|
|
63
|
+
return pulumi.output(args).apply((a) => getDomainsUserDbCredential(a, opts));
|
|
64
|
+
}
|
|
65
|
+
exports.getDomainsUserDbCredentialOutput = getDomainsUserDbCredentialOutput;
|
|
66
|
+
//# sourceMappingURL=getDomainsUserDbCredential.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsUserDbCredential.js","sourceRoot":"","sources":["../../identity/getDomainsUserDbCredential.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IAExG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE;QAC/F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gEAWC;AA+ID;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrF,CAAC;AAFD,4EAEC"}
|
|
@@ -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 User Db Credentials in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Search a User's DBCredentials
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testUserDbCredentials = oci.Identity.getDomainsUserDbCredentials({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* userDbCredentialCount: _var.user_db_credential_user_db_credential_count,
|
|
17
|
+
* userDbCredentialFilter: _var.user_db_credential_user_db_credential_filter,
|
|
18
|
+
* attributeSets: [],
|
|
19
|
+
* attributes: "",
|
|
20
|
+
* authorization: _var.user_db_credential_authorization,
|
|
21
|
+
* resourceTypeSchemaVersion: _var.user_db_credential_resource_type_schema_version,
|
|
22
|
+
* startIndex: _var.user_db_credential_start_index,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare function getDomainsUserDbCredentials(args: GetDomainsUserDbCredentialsArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsUserDbCredentialsResult>;
|
|
27
|
+
/**
|
|
28
|
+
* A collection of arguments for invoking getDomainsUserDbCredentials.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetDomainsUserDbCredentialsArgs {
|
|
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
|
+
* 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.
|
|
50
|
+
*/
|
|
51
|
+
resourceTypeSchemaVersion?: string;
|
|
52
|
+
sortBy?: string;
|
|
53
|
+
sortOrder?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 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.
|
|
56
|
+
*/
|
|
57
|
+
startIndex?: number;
|
|
58
|
+
/**
|
|
59
|
+
* 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).
|
|
60
|
+
*/
|
|
61
|
+
userDbCredentialCount?: number;
|
|
62
|
+
/**
|
|
63
|
+
* 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.
|
|
64
|
+
*/
|
|
65
|
+
userDbCredentialFilter?: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* A collection of values returned by getDomainsUserDbCredentials.
|
|
69
|
+
*/
|
|
70
|
+
export interface GetDomainsUserDbCredentialsResult {
|
|
71
|
+
readonly attributeSets?: string[];
|
|
72
|
+
readonly attributes?: string;
|
|
73
|
+
readonly authorization?: string;
|
|
74
|
+
readonly compartmentId?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The provider-assigned unique ID for this managed resource.
|
|
77
|
+
*/
|
|
78
|
+
readonly id: string;
|
|
79
|
+
readonly idcsEndpoint: string;
|
|
80
|
+
readonly itemsPerPage: number;
|
|
81
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
82
|
+
/**
|
|
83
|
+
* 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.
|
|
84
|
+
*/
|
|
85
|
+
readonly schemas: string[];
|
|
86
|
+
readonly sortBy?: string;
|
|
87
|
+
readonly sortOrder?: string;
|
|
88
|
+
readonly startIndex?: number;
|
|
89
|
+
readonly totalResults: number;
|
|
90
|
+
readonly userDbCredentialCount?: number;
|
|
91
|
+
readonly userDbCredentialFilter?: string;
|
|
92
|
+
/**
|
|
93
|
+
* The list of user_db_credentials.
|
|
94
|
+
*/
|
|
95
|
+
readonly userDbCredentials: outputs.Identity.GetDomainsUserDbCredentialsUserDbCredential[];
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* This data source provides the list of User Db Credentials in Oracle Cloud Infrastructure Identity Domains service.
|
|
99
|
+
*
|
|
100
|
+
* Search a User's DBCredentials
|
|
101
|
+
*
|
|
102
|
+
* ## Example Usage
|
|
103
|
+
*
|
|
104
|
+
* ```typescript
|
|
105
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
106
|
+
* import * as oci from "@pulumi/oci";
|
|
107
|
+
*
|
|
108
|
+
* const testUserDbCredentials = oci.Identity.getDomainsUserDbCredentials({
|
|
109
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
110
|
+
* userDbCredentialCount: _var.user_db_credential_user_db_credential_count,
|
|
111
|
+
* userDbCredentialFilter: _var.user_db_credential_user_db_credential_filter,
|
|
112
|
+
* attributeSets: [],
|
|
113
|
+
* attributes: "",
|
|
114
|
+
* authorization: _var.user_db_credential_authorization,
|
|
115
|
+
* resourceTypeSchemaVersion: _var.user_db_credential_resource_type_schema_version,
|
|
116
|
+
* startIndex: _var.user_db_credential_start_index,
|
|
117
|
+
* });
|
|
118
|
+
* ```
|
|
119
|
+
*/
|
|
120
|
+
export declare function getDomainsUserDbCredentialsOutput(args: GetDomainsUserDbCredentialsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsUserDbCredentialsResult>;
|
|
121
|
+
/**
|
|
122
|
+
* A collection of arguments for invoking getDomainsUserDbCredentials.
|
|
123
|
+
*/
|
|
124
|
+
export interface GetDomainsUserDbCredentialsOutputArgs {
|
|
125
|
+
/**
|
|
126
|
+
* A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
127
|
+
*/
|
|
128
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
129
|
+
/**
|
|
130
|
+
* A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
131
|
+
*/
|
|
132
|
+
attributes?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
135
|
+
*/
|
|
136
|
+
authorization?: pulumi.Input<string>;
|
|
137
|
+
compartmentId?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The basic endpoint for the identity domain
|
|
140
|
+
*/
|
|
141
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* 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.
|
|
144
|
+
*/
|
|
145
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
146
|
+
sortBy?: pulumi.Input<string>;
|
|
147
|
+
sortOrder?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* 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.
|
|
150
|
+
*/
|
|
151
|
+
startIndex?: pulumi.Input<number>;
|
|
152
|
+
/**
|
|
153
|
+
* 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).
|
|
154
|
+
*/
|
|
155
|
+
userDbCredentialCount?: pulumi.Input<number>;
|
|
156
|
+
/**
|
|
157
|
+
* 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.
|
|
158
|
+
*/
|
|
159
|
+
userDbCredentialFilter?: pulumi.Input<string>;
|
|
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.getDomainsUserDbCredentialsOutput = exports.getDomainsUserDbCredentials = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of User Db Credentials in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Search a User's DBCredentials
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testUserDbCredentials = oci.Identity.getDomainsUserDbCredentials({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* userDbCredentialCount: _var.user_db_credential_user_db_credential_count,
|
|
22
|
+
* userDbCredentialFilter: _var.user_db_credential_user_db_credential_filter,
|
|
23
|
+
* attributeSets: [],
|
|
24
|
+
* attributes: "",
|
|
25
|
+
* authorization: _var.user_db_credential_authorization,
|
|
26
|
+
* resourceTypeSchemaVersion: _var.user_db_credential_resource_type_schema_version,
|
|
27
|
+
* startIndex: _var.user_db_credential_start_index,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getDomainsUserDbCredentials(args, opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsUserDbCredentials:getDomainsUserDbCredentials", {
|
|
34
|
+
"attributeSets": args.attributeSets,
|
|
35
|
+
"attributes": args.attributes,
|
|
36
|
+
"authorization": args.authorization,
|
|
37
|
+
"compartmentId": args.compartmentId,
|
|
38
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
39
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
40
|
+
"sortBy": args.sortBy,
|
|
41
|
+
"sortOrder": args.sortOrder,
|
|
42
|
+
"startIndex": args.startIndex,
|
|
43
|
+
"userDbCredentialCount": args.userDbCredentialCount,
|
|
44
|
+
"userDbCredentialFilter": args.userDbCredentialFilter,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getDomainsUserDbCredentials = getDomainsUserDbCredentials;
|
|
48
|
+
/**
|
|
49
|
+
* This data source provides the list of User Db Credentials in Oracle Cloud Infrastructure Identity Domains service.
|
|
50
|
+
*
|
|
51
|
+
* Search a User's DBCredentials
|
|
52
|
+
*
|
|
53
|
+
* ## Example Usage
|
|
54
|
+
*
|
|
55
|
+
* ```typescript
|
|
56
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
+
* import * as oci from "@pulumi/oci";
|
|
58
|
+
*
|
|
59
|
+
* const testUserDbCredentials = oci.Identity.getDomainsUserDbCredentials({
|
|
60
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
61
|
+
* userDbCredentialCount: _var.user_db_credential_user_db_credential_count,
|
|
62
|
+
* userDbCredentialFilter: _var.user_db_credential_user_db_credential_filter,
|
|
63
|
+
* attributeSets: [],
|
|
64
|
+
* attributes: "",
|
|
65
|
+
* authorization: _var.user_db_credential_authorization,
|
|
66
|
+
* resourceTypeSchemaVersion: _var.user_db_credential_resource_type_schema_version,
|
|
67
|
+
* startIndex: _var.user_db_credential_start_index,
|
|
68
|
+
* });
|
|
69
|
+
* ```
|
|
70
|
+
*/
|
|
71
|
+
function getDomainsUserDbCredentialsOutput(args, opts) {
|
|
72
|
+
return pulumi.output(args).apply((a) => getDomainsUserDbCredentials(a, opts));
|
|
73
|
+
}
|
|
74
|
+
exports.getDomainsUserDbCredentialsOutput = getDomainsUserDbCredentialsOutput;
|
|
75
|
+
//# sourceMappingURL=getDomainsUserDbCredentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsUserDbCredentials.js","sourceRoot":"","sources":["../../identity/getDomainsUserDbCredentials.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAE1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,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,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;KACxD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,kEAgBC;AAyED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtF,CAAC;AAFD,8EAEC"}
|
|
@@ -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 Users in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Search Users
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testUsers = oci.Identity.getDomainsUsers({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* userCount: _var.user_user_count,
|
|
17
|
+
* userFilter: _var.user_user_filter,
|
|
18
|
+
* attributeSets: [],
|
|
19
|
+
* attributes: "",
|
|
20
|
+
* authorization: _var.user_authorization,
|
|
21
|
+
* resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
|
|
22
|
+
* startIndex: _var.user_start_index,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare function getDomainsUsers(args: GetDomainsUsersArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsUsersResult>;
|
|
27
|
+
/**
|
|
28
|
+
* A collection of arguments for invoking getDomainsUsers.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetDomainsUsersArgs {
|
|
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
|
+
* 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.
|
|
50
|
+
*/
|
|
51
|
+
resourceTypeSchemaVersion?: string;
|
|
52
|
+
sortBy?: string;
|
|
53
|
+
sortOrder?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 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.
|
|
56
|
+
*/
|
|
57
|
+
startIndex?: number;
|
|
58
|
+
/**
|
|
59
|
+
* 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).
|
|
60
|
+
*/
|
|
61
|
+
userCount?: number;
|
|
62
|
+
/**
|
|
63
|
+
* 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.
|
|
64
|
+
*/
|
|
65
|
+
userFilter?: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* A collection of values returned by getDomainsUsers.
|
|
69
|
+
*/
|
|
70
|
+
export interface GetDomainsUsersResult {
|
|
71
|
+
readonly attributeSets?: string[];
|
|
72
|
+
readonly attributes?: string;
|
|
73
|
+
readonly authorization?: string;
|
|
74
|
+
readonly compartmentId?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The provider-assigned unique ID for this managed resource.
|
|
77
|
+
*/
|
|
78
|
+
readonly id: string;
|
|
79
|
+
readonly idcsEndpoint: string;
|
|
80
|
+
readonly itemsPerPage: number;
|
|
81
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
82
|
+
/**
|
|
83
|
+
* 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.
|
|
84
|
+
*/
|
|
85
|
+
readonly schemas: string[];
|
|
86
|
+
readonly sortBy?: string;
|
|
87
|
+
readonly sortOrder?: string;
|
|
88
|
+
readonly startIndex?: number;
|
|
89
|
+
readonly totalResults: number;
|
|
90
|
+
readonly userCount?: number;
|
|
91
|
+
readonly userFilter?: string;
|
|
92
|
+
/**
|
|
93
|
+
* The list of users.
|
|
94
|
+
*/
|
|
95
|
+
readonly users: outputs.Identity.GetDomainsUsersUser[];
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* This data source provides the list of Users in Oracle Cloud Infrastructure Identity Domains service.
|
|
99
|
+
*
|
|
100
|
+
* Search Users
|
|
101
|
+
*
|
|
102
|
+
* ## Example Usage
|
|
103
|
+
*
|
|
104
|
+
* ```typescript
|
|
105
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
106
|
+
* import * as oci from "@pulumi/oci";
|
|
107
|
+
*
|
|
108
|
+
* const testUsers = oci.Identity.getDomainsUsers({
|
|
109
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
110
|
+
* userCount: _var.user_user_count,
|
|
111
|
+
* userFilter: _var.user_user_filter,
|
|
112
|
+
* attributeSets: [],
|
|
113
|
+
* attributes: "",
|
|
114
|
+
* authorization: _var.user_authorization,
|
|
115
|
+
* resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
|
|
116
|
+
* startIndex: _var.user_start_index,
|
|
117
|
+
* });
|
|
118
|
+
* ```
|
|
119
|
+
*/
|
|
120
|
+
export declare function getDomainsUsersOutput(args: GetDomainsUsersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsUsersResult>;
|
|
121
|
+
/**
|
|
122
|
+
* A collection of arguments for invoking getDomainsUsers.
|
|
123
|
+
*/
|
|
124
|
+
export interface GetDomainsUsersOutputArgs {
|
|
125
|
+
/**
|
|
126
|
+
* A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
127
|
+
*/
|
|
128
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
129
|
+
/**
|
|
130
|
+
* A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
131
|
+
*/
|
|
132
|
+
attributes?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
135
|
+
*/
|
|
136
|
+
authorization?: pulumi.Input<string>;
|
|
137
|
+
compartmentId?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The basic endpoint for the identity domain
|
|
140
|
+
*/
|
|
141
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* 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.
|
|
144
|
+
*/
|
|
145
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
146
|
+
sortBy?: pulumi.Input<string>;
|
|
147
|
+
sortOrder?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* 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.
|
|
150
|
+
*/
|
|
151
|
+
startIndex?: pulumi.Input<number>;
|
|
152
|
+
/**
|
|
153
|
+
* 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).
|
|
154
|
+
*/
|
|
155
|
+
userCount?: pulumi.Input<number>;
|
|
156
|
+
/**
|
|
157
|
+
* 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.
|
|
158
|
+
*/
|
|
159
|
+
userFilter?: pulumi.Input<string>;
|
|
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.getDomainsUsersOutput = exports.getDomainsUsers = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Users in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Search Users
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testUsers = oci.Identity.getDomainsUsers({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* userCount: _var.user_user_count,
|
|
22
|
+
* userFilter: _var.user_user_filter,
|
|
23
|
+
* attributeSets: [],
|
|
24
|
+
* attributes: "",
|
|
25
|
+
* authorization: _var.user_authorization,
|
|
26
|
+
* resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
|
|
27
|
+
* startIndex: _var.user_start_index,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getDomainsUsers(args, opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsUsers:getDomainsUsers", {
|
|
34
|
+
"attributeSets": args.attributeSets,
|
|
35
|
+
"attributes": args.attributes,
|
|
36
|
+
"authorization": args.authorization,
|
|
37
|
+
"compartmentId": args.compartmentId,
|
|
38
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
39
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
40
|
+
"sortBy": args.sortBy,
|
|
41
|
+
"sortOrder": args.sortOrder,
|
|
42
|
+
"startIndex": args.startIndex,
|
|
43
|
+
"userCount": args.userCount,
|
|
44
|
+
"userFilter": args.userFilter,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getDomainsUsers = getDomainsUsers;
|
|
48
|
+
/**
|
|
49
|
+
* This data source provides the list of Users in Oracle Cloud Infrastructure Identity Domains service.
|
|
50
|
+
*
|
|
51
|
+
* Search Users
|
|
52
|
+
*
|
|
53
|
+
* ## Example Usage
|
|
54
|
+
*
|
|
55
|
+
* ```typescript
|
|
56
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
+
* import * as oci from "@pulumi/oci";
|
|
58
|
+
*
|
|
59
|
+
* const testUsers = oci.Identity.getDomainsUsers({
|
|
60
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
61
|
+
* userCount: _var.user_user_count,
|
|
62
|
+
* userFilter: _var.user_user_filter,
|
|
63
|
+
* attributeSets: [],
|
|
64
|
+
* attributes: "",
|
|
65
|
+
* authorization: _var.user_authorization,
|
|
66
|
+
* resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
|
|
67
|
+
* startIndex: _var.user_start_index,
|
|
68
|
+
* });
|
|
69
|
+
* ```
|
|
70
|
+
*/
|
|
71
|
+
function getDomainsUsersOutput(args, opts) {
|
|
72
|
+
return pulumi.output(args).apply((a) => getDomainsUsers(a, opts));
|
|
73
|
+
}
|
|
74
|
+
exports.getDomainsUsersOutput = getDomainsUsersOutput;
|
|
75
|
+
//# sourceMappingURL=getDomainsUsers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsUsers.js","sourceRoot":"","sources":["../../identity/getDomainsUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;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,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,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;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,0CAgBC;AAyED;;;;;;;;;;;;;;;;;;;;;;GAsBG;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"}
|