@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,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.getDomainsOauth2clientCredentialsOutput = exports.getDomainsOauth2clientCredentials = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of O Auth2 Client Credentials in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Search oauth2 client credentials
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testOauth2clientCredentials = oci.Identity.getDomainsOauth2clientCredentials({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* oauth2clientCredentialCount: _var.oauth2client_credential_oauth2client_credential_count,
|
|
22
|
+
* oauth2clientCredentialFilter: _var.oauth2client_credential_oauth2client_credential_filter,
|
|
23
|
+
* attributeSets: [],
|
|
24
|
+
* attributes: "",
|
|
25
|
+
* authorization: _var.oauth2client_credential_authorization,
|
|
26
|
+
* resourceTypeSchemaVersion: _var.oauth2client_credential_resource_type_schema_version,
|
|
27
|
+
* startIndex: _var.oauth2client_credential_start_index,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getDomainsOauth2clientCredentials(args, opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsOauth2clientCredentials:getDomainsOauth2clientCredentials", {
|
|
34
|
+
"attributeSets": args.attributeSets,
|
|
35
|
+
"attributes": args.attributes,
|
|
36
|
+
"authorization": args.authorization,
|
|
37
|
+
"compartmentId": args.compartmentId,
|
|
38
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
39
|
+
"oauth2clientCredentialCount": args.oauth2clientCredentialCount,
|
|
40
|
+
"oauth2clientCredentialFilter": args.oauth2clientCredentialFilter,
|
|
41
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
42
|
+
"sortBy": args.sortBy,
|
|
43
|
+
"sortOrder": args.sortOrder,
|
|
44
|
+
"startIndex": args.startIndex,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getDomainsOauth2clientCredentials = getDomainsOauth2clientCredentials;
|
|
48
|
+
/**
|
|
49
|
+
* This data source provides the list of O Auth2 Client Credentials in Oracle Cloud Infrastructure Identity Domains service.
|
|
50
|
+
*
|
|
51
|
+
* Search oauth2 client credentials
|
|
52
|
+
*
|
|
53
|
+
* ## Example Usage
|
|
54
|
+
*
|
|
55
|
+
* ```typescript
|
|
56
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
+
* import * as oci from "@pulumi/oci";
|
|
58
|
+
*
|
|
59
|
+
* const testOauth2clientCredentials = oci.Identity.getDomainsOauth2clientCredentials({
|
|
60
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
61
|
+
* oauth2clientCredentialCount: _var.oauth2client_credential_oauth2client_credential_count,
|
|
62
|
+
* oauth2clientCredentialFilter: _var.oauth2client_credential_oauth2client_credential_filter,
|
|
63
|
+
* attributeSets: [],
|
|
64
|
+
* attributes: "",
|
|
65
|
+
* authorization: _var.oauth2client_credential_authorization,
|
|
66
|
+
* resourceTypeSchemaVersion: _var.oauth2client_credential_resource_type_schema_version,
|
|
67
|
+
* startIndex: _var.oauth2client_credential_start_index,
|
|
68
|
+
* });
|
|
69
|
+
* ```
|
|
70
|
+
*/
|
|
71
|
+
function getDomainsOauth2clientCredentialsOutput(args, opts) {
|
|
72
|
+
return pulumi.output(args).apply((a) => getDomainsOauth2clientCredentials(a, opts));
|
|
73
|
+
}
|
|
74
|
+
exports.getDomainsOauth2clientCredentialsOutput = getDomainsOauth2clientCredentialsOutput;
|
|
75
|
+
//# sourceMappingURL=getDomainsOauth2clientCredentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsOauth2clientCredentials.js","sourceRoot":"","sources":["../../identity/getDomainsOauth2clientCredentials.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IAEtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,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,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,8BAA8B,EAAE,IAAI,CAAC,4BAA4B;QACjE,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,8EAgBC;AAyED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAA2B;IAClI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iCAAiC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5F,CAAC;AAFD,0FAEC"}
|
|
@@ -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 Password Policies in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Search Password Policies
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testPasswordPolicies = oci.Identity.getDomainsPasswordPolicies({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* passwordPolicyCount: _var.password_policy_password_policy_count,
|
|
17
|
+
* passwordPolicyFilter: _var.password_policy_password_policy_filter,
|
|
18
|
+
* attributeSets: [],
|
|
19
|
+
* attributes: "",
|
|
20
|
+
* authorization: _var.password_policy_authorization,
|
|
21
|
+
* resourceTypeSchemaVersion: _var.password_policy_resource_type_schema_version,
|
|
22
|
+
* startIndex: _var.password_policy_start_index,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare function getDomainsPasswordPolicies(args: GetDomainsPasswordPoliciesArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsPasswordPoliciesResult>;
|
|
27
|
+
/**
|
|
28
|
+
* A collection of arguments for invoking getDomainsPasswordPolicies.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetDomainsPasswordPoliciesArgs {
|
|
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
|
+
passwordPolicyCount?: 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
|
+
passwordPolicyFilter?: 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 getDomainsPasswordPolicies.
|
|
69
|
+
*/
|
|
70
|
+
export interface GetDomainsPasswordPoliciesResult {
|
|
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
|
+
/**
|
|
82
|
+
* The list of password_policies.
|
|
83
|
+
*/
|
|
84
|
+
readonly passwordPolicies: outputs.Identity.GetDomainsPasswordPoliciesPasswordPolicy[];
|
|
85
|
+
readonly passwordPolicyCount?: number;
|
|
86
|
+
readonly passwordPolicyFilter?: string;
|
|
87
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
88
|
+
/**
|
|
89
|
+
* REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
|
90
|
+
*/
|
|
91
|
+
readonly schemas: string[];
|
|
92
|
+
readonly sortBy?: string;
|
|
93
|
+
readonly sortOrder?: string;
|
|
94
|
+
readonly startIndex?: number;
|
|
95
|
+
readonly totalResults: number;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* This data source provides the list of Password Policies in Oracle Cloud Infrastructure Identity Domains service.
|
|
99
|
+
*
|
|
100
|
+
* Search Password Policies
|
|
101
|
+
*
|
|
102
|
+
* ## Example Usage
|
|
103
|
+
*
|
|
104
|
+
* ```typescript
|
|
105
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
106
|
+
* import * as oci from "@pulumi/oci";
|
|
107
|
+
*
|
|
108
|
+
* const testPasswordPolicies = oci.Identity.getDomainsPasswordPolicies({
|
|
109
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
110
|
+
* passwordPolicyCount: _var.password_policy_password_policy_count,
|
|
111
|
+
* passwordPolicyFilter: _var.password_policy_password_policy_filter,
|
|
112
|
+
* attributeSets: [],
|
|
113
|
+
* attributes: "",
|
|
114
|
+
* authorization: _var.password_policy_authorization,
|
|
115
|
+
* resourceTypeSchemaVersion: _var.password_policy_resource_type_schema_version,
|
|
116
|
+
* startIndex: _var.password_policy_start_index,
|
|
117
|
+
* });
|
|
118
|
+
* ```
|
|
119
|
+
*/
|
|
120
|
+
export declare function getDomainsPasswordPoliciesOutput(args: GetDomainsPasswordPoliciesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsPasswordPoliciesResult>;
|
|
121
|
+
/**
|
|
122
|
+
* A collection of arguments for invoking getDomainsPasswordPolicies.
|
|
123
|
+
*/
|
|
124
|
+
export interface GetDomainsPasswordPoliciesOutputArgs {
|
|
125
|
+
/**
|
|
126
|
+
* A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
127
|
+
*/
|
|
128
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
129
|
+
/**
|
|
130
|
+
* A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
131
|
+
*/
|
|
132
|
+
attributes?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
135
|
+
*/
|
|
136
|
+
authorization?: pulumi.Input<string>;
|
|
137
|
+
compartmentId?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The basic endpoint for the identity domain
|
|
140
|
+
*/
|
|
141
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
|
|
144
|
+
*/
|
|
145
|
+
passwordPolicyCount?: pulumi.Input<number>;
|
|
146
|
+
/**
|
|
147
|
+
* OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
|
|
148
|
+
*/
|
|
149
|
+
passwordPolicyFilter?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
152
|
+
*/
|
|
153
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
154
|
+
sortBy?: pulumi.Input<string>;
|
|
155
|
+
sortOrder?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
|
|
158
|
+
*/
|
|
159
|
+
startIndex?: pulumi.Input<number>;
|
|
160
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDomainsPasswordPoliciesOutput = exports.getDomainsPasswordPolicies = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Password Policies in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Search Password Policies
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testPasswordPolicies = oci.Identity.getDomainsPasswordPolicies({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* passwordPolicyCount: _var.password_policy_password_policy_count,
|
|
22
|
+
* passwordPolicyFilter: _var.password_policy_password_policy_filter,
|
|
23
|
+
* attributeSets: [],
|
|
24
|
+
* attributes: "",
|
|
25
|
+
* authorization: _var.password_policy_authorization,
|
|
26
|
+
* resourceTypeSchemaVersion: _var.password_policy_resource_type_schema_version,
|
|
27
|
+
* startIndex: _var.password_policy_start_index,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getDomainsPasswordPolicies(args, opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsPasswordPolicies:getDomainsPasswordPolicies", {
|
|
34
|
+
"attributeSets": args.attributeSets,
|
|
35
|
+
"attributes": args.attributes,
|
|
36
|
+
"authorization": args.authorization,
|
|
37
|
+
"compartmentId": args.compartmentId,
|
|
38
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
39
|
+
"passwordPolicyCount": args.passwordPolicyCount,
|
|
40
|
+
"passwordPolicyFilter": args.passwordPolicyFilter,
|
|
41
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
42
|
+
"sortBy": args.sortBy,
|
|
43
|
+
"sortOrder": args.sortOrder,
|
|
44
|
+
"startIndex": args.startIndex,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getDomainsPasswordPolicies = getDomainsPasswordPolicies;
|
|
48
|
+
/**
|
|
49
|
+
* This data source provides the list of Password Policies in Oracle Cloud Infrastructure Identity Domains service.
|
|
50
|
+
*
|
|
51
|
+
* Search Password Policies
|
|
52
|
+
*
|
|
53
|
+
* ## Example Usage
|
|
54
|
+
*
|
|
55
|
+
* ```typescript
|
|
56
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
+
* import * as oci from "@pulumi/oci";
|
|
58
|
+
*
|
|
59
|
+
* const testPasswordPolicies = oci.Identity.getDomainsPasswordPolicies({
|
|
60
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
61
|
+
* passwordPolicyCount: _var.password_policy_password_policy_count,
|
|
62
|
+
* passwordPolicyFilter: _var.password_policy_password_policy_filter,
|
|
63
|
+
* attributeSets: [],
|
|
64
|
+
* attributes: "",
|
|
65
|
+
* authorization: _var.password_policy_authorization,
|
|
66
|
+
* resourceTypeSchemaVersion: _var.password_policy_resource_type_schema_version,
|
|
67
|
+
* startIndex: _var.password_policy_start_index,
|
|
68
|
+
* });
|
|
69
|
+
* ```
|
|
70
|
+
*/
|
|
71
|
+
function getDomainsPasswordPoliciesOutput(args, opts) {
|
|
72
|
+
return pulumi.output(args).apply((a) => getDomainsPasswordPolicies(a, opts));
|
|
73
|
+
}
|
|
74
|
+
exports.getDomainsPasswordPoliciesOutput = getDomainsPasswordPoliciesOutput;
|
|
75
|
+
//# sourceMappingURL=getDomainsPasswordPolicies.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsPasswordPolicies.js","sourceRoot":"","sources":["../../identity/getDomainsPasswordPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;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,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,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,gEAgBC;AAyED;;;;;;;;;;;;;;;;;;;;;;GAsBG;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,311 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Password Policy resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Get a Password Policy
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testPasswordPolicy = oci.Identity.getDomainsPasswordPolicy({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* passwordPolicyId: oci_identity_policy.test_policy.id,
|
|
17
|
+
* attributeSets: [],
|
|
18
|
+
* attributes: "",
|
|
19
|
+
* authorization: _var.password_policy_authorization,
|
|
20
|
+
* resourceTypeSchemaVersion: _var.password_policy_resource_type_schema_version,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getDomainsPasswordPolicy(args: GetDomainsPasswordPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsPasswordPolicyResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDomainsPasswordPolicy.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDomainsPasswordPolicyArgs {
|
|
29
|
+
/**
|
|
30
|
+
* A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
31
|
+
*/
|
|
32
|
+
attributeSets?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
35
|
+
*/
|
|
36
|
+
attributes?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
39
|
+
*/
|
|
40
|
+
authorization?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The basic endpoint for the identity domain
|
|
43
|
+
*/
|
|
44
|
+
idcsEndpoint: string;
|
|
45
|
+
/**
|
|
46
|
+
* ID of the resource
|
|
47
|
+
*/
|
|
48
|
+
passwordPolicyId: string;
|
|
49
|
+
/**
|
|
50
|
+
* An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
51
|
+
*/
|
|
52
|
+
resourceTypeSchemaVersion?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by getDomainsPasswordPolicy.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetDomainsPasswordPolicyResult {
|
|
58
|
+
/**
|
|
59
|
+
* A String value whose contents indicate a set of characters that can appear, in any sequence, in a password value
|
|
60
|
+
*/
|
|
61
|
+
readonly allowedChars: string;
|
|
62
|
+
readonly attributeSets?: string[];
|
|
63
|
+
readonly attributes?: string;
|
|
64
|
+
readonly authorization?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
67
|
+
*/
|
|
68
|
+
readonly compartmentOcid: string;
|
|
69
|
+
/**
|
|
70
|
+
* List of password policy rules that have values set. This map of stringKey:stringValue pairs can be used to aid users while setting/resetting password
|
|
71
|
+
*/
|
|
72
|
+
readonly configuredPasswordPolicyRules: outputs.Identity.GetDomainsPasswordPolicyConfiguredPasswordPolicyRule[];
|
|
73
|
+
/**
|
|
74
|
+
* 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.
|
|
75
|
+
*/
|
|
76
|
+
readonly deleteInProgress: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* A String that describes the password policy
|
|
79
|
+
*/
|
|
80
|
+
readonly description: string;
|
|
81
|
+
/**
|
|
82
|
+
* A delimiter used to separate characters in the dictionary file
|
|
83
|
+
*/
|
|
84
|
+
readonly dictionaryDelimiter: string;
|
|
85
|
+
/**
|
|
86
|
+
* A Reference value that contains the URI of a dictionary of words not allowed to appear within a password value
|
|
87
|
+
*/
|
|
88
|
+
readonly dictionaryLocation: string;
|
|
89
|
+
/**
|
|
90
|
+
* Indicates whether the password can match a dictionary word
|
|
91
|
+
*/
|
|
92
|
+
readonly dictionaryWordDisallowed: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* A String value whose contents indicate a set of characters that cannot appear, in any sequence, in a password value
|
|
95
|
+
*/
|
|
96
|
+
readonly disallowedChars: string;
|
|
97
|
+
/**
|
|
98
|
+
* A String value whose contents indicate a set of substrings that cannot appear, in any sequence, in a password value
|
|
99
|
+
*/
|
|
100
|
+
readonly disallowedSubstrings: string[];
|
|
101
|
+
/**
|
|
102
|
+
* Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
103
|
+
*/
|
|
104
|
+
readonly domainOcid: string;
|
|
105
|
+
/**
|
|
106
|
+
* An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
|
|
107
|
+
*/
|
|
108
|
+
readonly externalId: string;
|
|
109
|
+
/**
|
|
110
|
+
* Indicates a sequence of characters that match the user's first name of given name cannot be the password. Password validation against policy will be ignored if length of first name is less than or equal to 3 characters.
|
|
111
|
+
*/
|
|
112
|
+
readonly firstNameDisallowed: boolean;
|
|
113
|
+
/**
|
|
114
|
+
* Indicates whether all of the users should be forced to reset their password on the next login (to comply with new password policy changes)
|
|
115
|
+
*/
|
|
116
|
+
readonly forcePasswordReset: boolean;
|
|
117
|
+
/**
|
|
118
|
+
* A list of groups that the password policy belongs to.
|
|
119
|
+
*/
|
|
120
|
+
readonly groups: outputs.Identity.GetDomainsPasswordPolicyGroup[];
|
|
121
|
+
/**
|
|
122
|
+
* 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.
|
|
123
|
+
*/
|
|
124
|
+
readonly id: string;
|
|
125
|
+
/**
|
|
126
|
+
* The User or App who created the Resource
|
|
127
|
+
*/
|
|
128
|
+
readonly idcsCreatedBies: outputs.Identity.GetDomainsPasswordPolicyIdcsCreatedBy[];
|
|
129
|
+
readonly idcsEndpoint: string;
|
|
130
|
+
/**
|
|
131
|
+
* The User or App who modified the Resource
|
|
132
|
+
*/
|
|
133
|
+
readonly idcsLastModifiedBies: outputs.Identity.GetDomainsPasswordPolicyIdcsLastModifiedBy[];
|
|
134
|
+
/**
|
|
135
|
+
* The release number when the resource was upgraded.
|
|
136
|
+
*/
|
|
137
|
+
readonly idcsLastUpgradedInRelease: string;
|
|
138
|
+
/**
|
|
139
|
+
* Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
140
|
+
*/
|
|
141
|
+
readonly idcsPreventedOperations: string[];
|
|
142
|
+
/**
|
|
143
|
+
* Indicates a sequence of characters that match the user's last name of given name cannot be the password. Password validation against policy will be ignored if length of last name is less than or equal to 3 characters.
|
|
144
|
+
*/
|
|
145
|
+
readonly lastNameDisallowed: boolean;
|
|
146
|
+
/**
|
|
147
|
+
* The time period in minutes to lock out a user account when the threshold of invalid login attempts is reached. The available range is from 5 through 1440 minutes (24 hours).
|
|
148
|
+
*/
|
|
149
|
+
readonly lockoutDuration: number;
|
|
150
|
+
/**
|
|
151
|
+
* An integer that represents the maximum number of failed logins before an account is locked
|
|
152
|
+
*/
|
|
153
|
+
readonly maxIncorrectAttempts: number;
|
|
154
|
+
/**
|
|
155
|
+
* The maximum password length (in characters). A value of 0 or no value indicates no maximum length restriction.
|
|
156
|
+
*/
|
|
157
|
+
readonly maxLength: number;
|
|
158
|
+
/**
|
|
159
|
+
* The maximum number of repeated characters allowed in a password. A value of 0 or no value indicates no such restriction.
|
|
160
|
+
*/
|
|
161
|
+
readonly maxRepeatedChars: number;
|
|
162
|
+
/**
|
|
163
|
+
* The maximum number of special characters in a password. A value of 0 or no value indicates no maximum special characters restriction.
|
|
164
|
+
*/
|
|
165
|
+
readonly maxSpecialChars: number;
|
|
166
|
+
/**
|
|
167
|
+
* A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
168
|
+
*/
|
|
169
|
+
readonly metas: outputs.Identity.GetDomainsPasswordPolicyMeta[];
|
|
170
|
+
/**
|
|
171
|
+
* The minimum number of a combination of alphabetic and numeric characters in a password. A value of 0 or no value indicates no minimum alphanumeric character restriction.
|
|
172
|
+
*/
|
|
173
|
+
readonly minAlphaNumerals: number;
|
|
174
|
+
/**
|
|
175
|
+
* The minimum number of alphabetic characters in a password. A value of 0 or no value indicates no minimum alphas restriction.
|
|
176
|
+
*/
|
|
177
|
+
readonly minAlphas: number;
|
|
178
|
+
/**
|
|
179
|
+
* The minimum password length (in characters). A value of 0 or no value indicates no minimum length restriction.
|
|
180
|
+
*/
|
|
181
|
+
readonly minLength: number;
|
|
182
|
+
/**
|
|
183
|
+
* The minimum number of lowercase alphabetic characters in a password. A value of 0 or no value indicates no minimum lowercase restriction.
|
|
184
|
+
*/
|
|
185
|
+
readonly minLowerCase: number;
|
|
186
|
+
/**
|
|
187
|
+
* The minimum number of numeric characters in a password. A value of 0 or no value indicates no minimum numeric character restriction.
|
|
188
|
+
*/
|
|
189
|
+
readonly minNumerals: number;
|
|
190
|
+
/**
|
|
191
|
+
* Minimum time after which the user can resubmit the reset password request
|
|
192
|
+
*/
|
|
193
|
+
readonly minPasswordAge: number;
|
|
194
|
+
/**
|
|
195
|
+
* The minimum number of special characters in a password. A value of 0 or no value indicates no minimum special characters restriction.
|
|
196
|
+
*/
|
|
197
|
+
readonly minSpecialChars: number;
|
|
198
|
+
/**
|
|
199
|
+
* The minimum number of unique characters in a password. A value of 0 or no value indicates no minimum unique characters restriction.
|
|
200
|
+
*/
|
|
201
|
+
readonly minUniqueChars: number;
|
|
202
|
+
/**
|
|
203
|
+
* The minimum number of uppercase alphabetic characters in a password. A value of 0 or no value indicates no minimum uppercase restriction.
|
|
204
|
+
*/
|
|
205
|
+
readonly minUpperCase: number;
|
|
206
|
+
/**
|
|
207
|
+
* A String that is the name of the policy to display to the user. This is the only mandatory attribute for a password policy.
|
|
208
|
+
*/
|
|
209
|
+
readonly name: string;
|
|
210
|
+
/**
|
|
211
|
+
* The number of passwords that will be kept in history that may not be used as a password
|
|
212
|
+
*/
|
|
213
|
+
readonly numPasswordsInHistory: number;
|
|
214
|
+
/**
|
|
215
|
+
* Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
216
|
+
*/
|
|
217
|
+
readonly ocid: string;
|
|
218
|
+
/**
|
|
219
|
+
* An integer indicating the number of days before which the user should be warned about password expiry.
|
|
220
|
+
*/
|
|
221
|
+
readonly passwordExpireWarning: number;
|
|
222
|
+
/**
|
|
223
|
+
* The number of days after which the password expires automatically
|
|
224
|
+
*/
|
|
225
|
+
readonly passwordExpiresAfter: number;
|
|
226
|
+
readonly passwordPolicyId: string;
|
|
227
|
+
/**
|
|
228
|
+
* Indicates whether the password policy is configured as Simple, Standard, or Custom.
|
|
229
|
+
*/
|
|
230
|
+
readonly passwordStrength: string;
|
|
231
|
+
/**
|
|
232
|
+
* Password policy priority
|
|
233
|
+
*/
|
|
234
|
+
readonly priority: number;
|
|
235
|
+
/**
|
|
236
|
+
* A String value whose contents indicate a set of characters that must appear, in any sequence, in a password value
|
|
237
|
+
*/
|
|
238
|
+
readonly requiredChars: string;
|
|
239
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
240
|
+
/**
|
|
241
|
+
* 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.
|
|
242
|
+
*/
|
|
243
|
+
readonly schemas: string[];
|
|
244
|
+
/**
|
|
245
|
+
* Indicates that the password must begin with an alphabetic character
|
|
246
|
+
*/
|
|
247
|
+
readonly startsWithAlphabet: boolean;
|
|
248
|
+
/**
|
|
249
|
+
* A list of tags on this resource.
|
|
250
|
+
*/
|
|
251
|
+
readonly tags: outputs.Identity.GetDomainsPasswordPolicyTag[];
|
|
252
|
+
/**
|
|
253
|
+
* Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
254
|
+
*/
|
|
255
|
+
readonly tenancyOcid: string;
|
|
256
|
+
/**
|
|
257
|
+
* Indicates a sequence of characters that match the username cannot be the password. Password validation against policy will be ignored if length of user name is less than or equal to 3 characters.
|
|
258
|
+
*/
|
|
259
|
+
readonly userNameDisallowed: boolean;
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* This data source provides details about a specific Password Policy resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
263
|
+
*
|
|
264
|
+
* Get a Password Policy
|
|
265
|
+
*
|
|
266
|
+
* ## Example Usage
|
|
267
|
+
*
|
|
268
|
+
* ```typescript
|
|
269
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
270
|
+
* import * as oci from "@pulumi/oci";
|
|
271
|
+
*
|
|
272
|
+
* const testPasswordPolicy = oci.Identity.getDomainsPasswordPolicy({
|
|
273
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
274
|
+
* passwordPolicyId: oci_identity_policy.test_policy.id,
|
|
275
|
+
* attributeSets: [],
|
|
276
|
+
* attributes: "",
|
|
277
|
+
* authorization: _var.password_policy_authorization,
|
|
278
|
+
* resourceTypeSchemaVersion: _var.password_policy_resource_type_schema_version,
|
|
279
|
+
* });
|
|
280
|
+
* ```
|
|
281
|
+
*/
|
|
282
|
+
export declare function getDomainsPasswordPolicyOutput(args: GetDomainsPasswordPolicyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsPasswordPolicyResult>;
|
|
283
|
+
/**
|
|
284
|
+
* A collection of arguments for invoking getDomainsPasswordPolicy.
|
|
285
|
+
*/
|
|
286
|
+
export interface GetDomainsPasswordPolicyOutputArgs {
|
|
287
|
+
/**
|
|
288
|
+
* 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.
|
|
289
|
+
*/
|
|
290
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
291
|
+
/**
|
|
292
|
+
* 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.
|
|
293
|
+
*/
|
|
294
|
+
attributes?: pulumi.Input<string>;
|
|
295
|
+
/**
|
|
296
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
297
|
+
*/
|
|
298
|
+
authorization?: pulumi.Input<string>;
|
|
299
|
+
/**
|
|
300
|
+
* The basic endpoint for the identity domain
|
|
301
|
+
*/
|
|
302
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
303
|
+
/**
|
|
304
|
+
* ID of the resource
|
|
305
|
+
*/
|
|
306
|
+
passwordPolicyId: pulumi.Input<string>;
|
|
307
|
+
/**
|
|
308
|
+
* 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.
|
|
309
|
+
*/
|
|
310
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
311
|
+
}
|