@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,267 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Authentication Factor Setting resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Get Authentication Factor Settings
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testAuthenticationFactorSetting = oci.Identity.getDomainsAuthenticationFactorSetting({
|
|
15
|
+
* authenticationFactorSettingId: oci_identity_domains_authentication_factor_setting.test_authentication_factor_setting.id,
|
|
16
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
17
|
+
* attributeSets: [],
|
|
18
|
+
* attributes: "",
|
|
19
|
+
* authorization: _var.authentication_factor_setting_authorization,
|
|
20
|
+
* resourceTypeSchemaVersion: _var.authentication_factor_setting_resource_type_schema_version,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getDomainsAuthenticationFactorSetting(args: GetDomainsAuthenticationFactorSettingArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsAuthenticationFactorSettingResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDomainsAuthenticationFactorSetting.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDomainsAuthenticationFactorSettingArgs {
|
|
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
|
+
* ID of the resource
|
|
39
|
+
*/
|
|
40
|
+
authenticationFactorSettingId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
43
|
+
*/
|
|
44
|
+
authorization?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The basic endpoint for the identity domain
|
|
47
|
+
*/
|
|
48
|
+
idcsEndpoint: string;
|
|
49
|
+
/**
|
|
50
|
+
* An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
51
|
+
*/
|
|
52
|
+
resourceTypeSchemaVersion?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by getDomainsAuthenticationFactorSetting.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetDomainsAuthenticationFactorSettingResult {
|
|
58
|
+
readonly attributeSets?: string[];
|
|
59
|
+
readonly attributes?: string;
|
|
60
|
+
readonly authenticationFactorSettingId?: string;
|
|
61
|
+
readonly authorization?: string;
|
|
62
|
+
/**
|
|
63
|
+
* If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
|
|
64
|
+
*/
|
|
65
|
+
readonly autoEnrollEmailFactorDisabled: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* If true, indicates that Bypass Code is enabled for authentication
|
|
68
|
+
*/
|
|
69
|
+
readonly bypassCodeEnabled: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
|
|
72
|
+
*/
|
|
73
|
+
readonly bypassCodeSettings: outputs.Identity.GetDomainsAuthenticationFactorSettingBypassCodeSetting[];
|
|
74
|
+
/**
|
|
75
|
+
* Settings related to compliance, Personal Identification Number (PIN) policy, and so on
|
|
76
|
+
*/
|
|
77
|
+
readonly clientAppSettings: outputs.Identity.GetDomainsAuthenticationFactorSettingClientAppSetting[];
|
|
78
|
+
/**
|
|
79
|
+
* Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
80
|
+
*/
|
|
81
|
+
readonly compartmentOcid: string;
|
|
82
|
+
/**
|
|
83
|
+
* Compliance Policy that defines actions to be taken when a condition is violated
|
|
84
|
+
*/
|
|
85
|
+
readonly compliancePolicies: outputs.Identity.GetDomainsAuthenticationFactorSettingCompliancePolicy[];
|
|
86
|
+
/**
|
|
87
|
+
* 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.
|
|
88
|
+
*/
|
|
89
|
+
readonly deleteInProgress: boolean;
|
|
90
|
+
/**
|
|
91
|
+
* Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
92
|
+
*/
|
|
93
|
+
readonly domainOcid: string;
|
|
94
|
+
/**
|
|
95
|
+
* If true, indicates that the EMAIL channel is enabled for authentication
|
|
96
|
+
*/
|
|
97
|
+
readonly emailEnabled: boolean;
|
|
98
|
+
/**
|
|
99
|
+
* Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
|
|
100
|
+
*/
|
|
101
|
+
readonly emailSettings: outputs.Identity.GetDomainsAuthenticationFactorSettingEmailSetting[];
|
|
102
|
+
/**
|
|
103
|
+
* Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
|
|
104
|
+
*/
|
|
105
|
+
readonly endpointRestrictions: outputs.Identity.GetDomainsAuthenticationFactorSettingEndpointRestriction[];
|
|
106
|
+
/**
|
|
107
|
+
* If true, indicates that the Fido Authenticator channels are enabled for authentication
|
|
108
|
+
*/
|
|
109
|
+
readonly fidoAuthenticatorEnabled: boolean;
|
|
110
|
+
/**
|
|
111
|
+
* If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
|
|
112
|
+
*/
|
|
113
|
+
readonly hideBackupFactorEnabled: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* 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.
|
|
116
|
+
*/
|
|
117
|
+
readonly id: string;
|
|
118
|
+
/**
|
|
119
|
+
* The User or App who created the Resource
|
|
120
|
+
*/
|
|
121
|
+
readonly idcsCreatedBies: outputs.Identity.GetDomainsAuthenticationFactorSettingIdcsCreatedBy[];
|
|
122
|
+
readonly idcsEndpoint: string;
|
|
123
|
+
/**
|
|
124
|
+
* The User or App who modified the Resource
|
|
125
|
+
*/
|
|
126
|
+
readonly idcsLastModifiedBies: outputs.Identity.GetDomainsAuthenticationFactorSettingIdcsLastModifiedBy[];
|
|
127
|
+
/**
|
|
128
|
+
* The release number when the resource was upgraded.
|
|
129
|
+
*/
|
|
130
|
+
readonly idcsLastUpgradedInRelease: string;
|
|
131
|
+
/**
|
|
132
|
+
* Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
133
|
+
*/
|
|
134
|
+
readonly idcsPreventedOperations: string[];
|
|
135
|
+
/**
|
|
136
|
+
* Settings related to the use of a user's profile details from the identity store
|
|
137
|
+
*/
|
|
138
|
+
readonly identityStoreSettings: outputs.Identity.GetDomainsAuthenticationFactorSettingIdentityStoreSetting[];
|
|
139
|
+
/**
|
|
140
|
+
* A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
141
|
+
*/
|
|
142
|
+
readonly metas: outputs.Identity.GetDomainsAuthenticationFactorSettingMeta[];
|
|
143
|
+
/**
|
|
144
|
+
* Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
|
|
145
|
+
*/
|
|
146
|
+
readonly mfaEnabledCategory: string;
|
|
147
|
+
/**
|
|
148
|
+
* Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
|
|
149
|
+
*/
|
|
150
|
+
readonly mfaEnrollmentType: string;
|
|
151
|
+
/**
|
|
152
|
+
* Settings related to the Mobile App Notification channel, such as pull
|
|
153
|
+
*/
|
|
154
|
+
readonly notificationSettings: outputs.Identity.GetDomainsAuthenticationFactorSettingNotificationSetting[];
|
|
155
|
+
/**
|
|
156
|
+
* Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
157
|
+
*/
|
|
158
|
+
readonly ocid: string;
|
|
159
|
+
/**
|
|
160
|
+
* If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
|
|
161
|
+
*/
|
|
162
|
+
readonly phoneCallEnabled: boolean;
|
|
163
|
+
/**
|
|
164
|
+
* If true, indicates that the Mobile App Push Notification channel is enabled for authentication
|
|
165
|
+
*/
|
|
166
|
+
readonly pushEnabled: boolean;
|
|
167
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
168
|
+
/**
|
|
169
|
+
* 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.
|
|
170
|
+
*/
|
|
171
|
+
readonly schemas: string[];
|
|
172
|
+
/**
|
|
173
|
+
* If true, indicates that Security Questions are enabled for authentication
|
|
174
|
+
*/
|
|
175
|
+
readonly securityQuestionsEnabled: boolean;
|
|
176
|
+
/**
|
|
177
|
+
* If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
|
|
178
|
+
*/
|
|
179
|
+
readonly smsEnabled: boolean;
|
|
180
|
+
/**
|
|
181
|
+
* A list of tags on this resource.
|
|
182
|
+
*/
|
|
183
|
+
readonly tags: outputs.Identity.GetDomainsAuthenticationFactorSettingTag[];
|
|
184
|
+
/**
|
|
185
|
+
* Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
186
|
+
*/
|
|
187
|
+
readonly tenancyOcid: string;
|
|
188
|
+
/**
|
|
189
|
+
* Settings related to third-party factor
|
|
190
|
+
*/
|
|
191
|
+
readonly thirdPartyFactors: outputs.Identity.GetDomainsAuthenticationFactorSettingThirdPartyFactor[];
|
|
192
|
+
/**
|
|
193
|
+
* If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
|
|
194
|
+
*/
|
|
195
|
+
readonly totpEnabled: boolean;
|
|
196
|
+
/**
|
|
197
|
+
* Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
|
|
198
|
+
*/
|
|
199
|
+
readonly totpSettings: outputs.Identity.GetDomainsAuthenticationFactorSettingTotpSetting[];
|
|
200
|
+
/**
|
|
201
|
+
* This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
|
|
202
|
+
*/
|
|
203
|
+
readonly urnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings: outputs.Identity.GetDomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSetting[];
|
|
204
|
+
/**
|
|
205
|
+
* This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
|
|
206
|
+
*/
|
|
207
|
+
readonly urnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings: outputs.Identity.GetDomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSetting[];
|
|
208
|
+
/**
|
|
209
|
+
* Factors for which enrollment should be blocked for End User
|
|
210
|
+
*/
|
|
211
|
+
readonly userEnrollmentDisabledFactors: string[];
|
|
212
|
+
/**
|
|
213
|
+
* If true, indicates that the Yubico OTP is enabled for authentication
|
|
214
|
+
*/
|
|
215
|
+
readonly yubicoOtpEnabled: boolean;
|
|
216
|
+
}
|
|
217
|
+
/**
|
|
218
|
+
* This data source provides details about a specific Authentication Factor Setting resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
219
|
+
*
|
|
220
|
+
* Get Authentication Factor Settings
|
|
221
|
+
*
|
|
222
|
+
* ## Example Usage
|
|
223
|
+
*
|
|
224
|
+
* ```typescript
|
|
225
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
226
|
+
* import * as oci from "@pulumi/oci";
|
|
227
|
+
*
|
|
228
|
+
* const testAuthenticationFactorSetting = oci.Identity.getDomainsAuthenticationFactorSetting({
|
|
229
|
+
* authenticationFactorSettingId: oci_identity_domains_authentication_factor_setting.test_authentication_factor_setting.id,
|
|
230
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
231
|
+
* attributeSets: [],
|
|
232
|
+
* attributes: "",
|
|
233
|
+
* authorization: _var.authentication_factor_setting_authorization,
|
|
234
|
+
* resourceTypeSchemaVersion: _var.authentication_factor_setting_resource_type_schema_version,
|
|
235
|
+
* });
|
|
236
|
+
* ```
|
|
237
|
+
*/
|
|
238
|
+
export declare function getDomainsAuthenticationFactorSettingOutput(args: GetDomainsAuthenticationFactorSettingOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsAuthenticationFactorSettingResult>;
|
|
239
|
+
/**
|
|
240
|
+
* A collection of arguments for invoking getDomainsAuthenticationFactorSetting.
|
|
241
|
+
*/
|
|
242
|
+
export interface GetDomainsAuthenticationFactorSettingOutputArgs {
|
|
243
|
+
/**
|
|
244
|
+
* 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.
|
|
245
|
+
*/
|
|
246
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
247
|
+
/**
|
|
248
|
+
* 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.
|
|
249
|
+
*/
|
|
250
|
+
attributes?: pulumi.Input<string>;
|
|
251
|
+
/**
|
|
252
|
+
* ID of the resource
|
|
253
|
+
*/
|
|
254
|
+
authenticationFactorSettingId?: pulumi.Input<string>;
|
|
255
|
+
/**
|
|
256
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
257
|
+
*/
|
|
258
|
+
authorization?: pulumi.Input<string>;
|
|
259
|
+
/**
|
|
260
|
+
* The basic endpoint for the identity domain
|
|
261
|
+
*/
|
|
262
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* 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.
|
|
265
|
+
*/
|
|
266
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
267
|
+
}
|
|
@@ -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.getDomainsAuthenticationFactorSettingOutput = exports.getDomainsAuthenticationFactorSetting = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Authentication Factor Setting resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Get Authentication Factor Settings
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testAuthenticationFactorSetting = oci.Identity.getDomainsAuthenticationFactorSetting({
|
|
20
|
+
* authenticationFactorSettingId: oci_identity_domains_authentication_factor_setting.test_authentication_factor_setting.id,
|
|
21
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
22
|
+
* attributeSets: [],
|
|
23
|
+
* attributes: "",
|
|
24
|
+
* authorization: _var.authentication_factor_setting_authorization,
|
|
25
|
+
* resourceTypeSchemaVersion: _var.authentication_factor_setting_resource_type_schema_version,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getDomainsAuthenticationFactorSetting(args, opts) {
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsAuthenticationFactorSetting:getDomainsAuthenticationFactorSetting", {
|
|
32
|
+
"attributeSets": args.attributeSets,
|
|
33
|
+
"attributes": args.attributes,
|
|
34
|
+
"authenticationFactorSettingId": args.authenticationFactorSettingId,
|
|
35
|
+
"authorization": args.authorization,
|
|
36
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
37
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.getDomainsAuthenticationFactorSetting = getDomainsAuthenticationFactorSetting;
|
|
41
|
+
/**
|
|
42
|
+
* This data source provides details about a specific Authentication Factor Setting resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
43
|
+
*
|
|
44
|
+
* Get Authentication Factor Settings
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as oci from "@pulumi/oci";
|
|
51
|
+
*
|
|
52
|
+
* const testAuthenticationFactorSetting = oci.Identity.getDomainsAuthenticationFactorSetting({
|
|
53
|
+
* authenticationFactorSettingId: oci_identity_domains_authentication_factor_setting.test_authentication_factor_setting.id,
|
|
54
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
55
|
+
* attributeSets: [],
|
|
56
|
+
* attributes: "",
|
|
57
|
+
* authorization: _var.authentication_factor_setting_authorization,
|
|
58
|
+
* resourceTypeSchemaVersion: _var.authentication_factor_setting_resource_type_schema_version,
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
function getDomainsAuthenticationFactorSettingOutput(args, opts) {
|
|
63
|
+
return pulumi.output(args).apply((a) => getDomainsAuthenticationFactorSetting(a, opts));
|
|
64
|
+
}
|
|
65
|
+
exports.getDomainsAuthenticationFactorSettingOutput = getDomainsAuthenticationFactorSettingOutput;
|
|
66
|
+
//# sourceMappingURL=getDomainsAuthenticationFactorSetting.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsAuthenticationFactorSetting.js","sourceRoot":"","sources":["../../identity/getDomainsAuthenticationFactorSetting.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAA2B;IAE9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0FAA0F,EAAE;QACrH,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,+BAA+B,EAAE,IAAI,CAAC,6BAA6B;QACnE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sFAWC;AAmMD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,2CAA2C,CAAC,IAAqD,EAAE,IAA2B;IAC1I,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qCAAqC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChG,CAAC;AAFD,kGAEC"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the list of Authentication Factor Settings in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Search Authentication Factor Settings
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testAuthenticationFactorSettings = oci.Identity.getDomainsAuthenticationFactorSettings({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* attributeSets: [],
|
|
17
|
+
* attributes: "",
|
|
18
|
+
* authorization: _var.authentication_factor_setting_authorization,
|
|
19
|
+
* resourceTypeSchemaVersion: _var.authentication_factor_setting_resource_type_schema_version,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare function getDomainsAuthenticationFactorSettings(args: GetDomainsAuthenticationFactorSettingsArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsAuthenticationFactorSettingsResult>;
|
|
24
|
+
/**
|
|
25
|
+
* A collection of arguments for invoking getDomainsAuthenticationFactorSettings.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetDomainsAuthenticationFactorSettingsArgs {
|
|
28
|
+
/**
|
|
29
|
+
* 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.
|
|
30
|
+
*/
|
|
31
|
+
attributeSets?: string[];
|
|
32
|
+
/**
|
|
33
|
+
* 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.
|
|
34
|
+
*/
|
|
35
|
+
attributes?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
38
|
+
*/
|
|
39
|
+
authorization?: string;
|
|
40
|
+
compartmentId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The basic endpoint for the identity domain
|
|
43
|
+
*/
|
|
44
|
+
idcsEndpoint: string;
|
|
45
|
+
/**
|
|
46
|
+
* 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.
|
|
47
|
+
*/
|
|
48
|
+
resourceTypeSchemaVersion?: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* A collection of values returned by getDomainsAuthenticationFactorSettings.
|
|
52
|
+
*/
|
|
53
|
+
export interface GetDomainsAuthenticationFactorSettingsResult {
|
|
54
|
+
readonly attributeSets?: string[];
|
|
55
|
+
readonly attributes?: string;
|
|
56
|
+
/**
|
|
57
|
+
* The list of authentication_factor_settings.
|
|
58
|
+
*/
|
|
59
|
+
readonly authenticationFactorSettings: outputs.Identity.GetDomainsAuthenticationFactorSettingsAuthenticationFactorSetting[];
|
|
60
|
+
readonly authorization?: string;
|
|
61
|
+
readonly compartmentId?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The provider-assigned unique ID for this managed resource.
|
|
64
|
+
*/
|
|
65
|
+
readonly id: string;
|
|
66
|
+
readonly idcsEndpoint: string;
|
|
67
|
+
readonly itemsPerPage: number;
|
|
68
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
69
|
+
/**
|
|
70
|
+
* 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.
|
|
71
|
+
*/
|
|
72
|
+
readonly schemas: string[];
|
|
73
|
+
readonly startIndex: number;
|
|
74
|
+
readonly totalResults: number;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* This data source provides the list of Authentication Factor Settings in Oracle Cloud Infrastructure Identity Domains service.
|
|
78
|
+
*
|
|
79
|
+
* Search Authentication Factor Settings
|
|
80
|
+
*
|
|
81
|
+
* ## Example Usage
|
|
82
|
+
*
|
|
83
|
+
* ```typescript
|
|
84
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
85
|
+
* import * as oci from "@pulumi/oci";
|
|
86
|
+
*
|
|
87
|
+
* const testAuthenticationFactorSettings = oci.Identity.getDomainsAuthenticationFactorSettings({
|
|
88
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
89
|
+
* attributeSets: [],
|
|
90
|
+
* attributes: "",
|
|
91
|
+
* authorization: _var.authentication_factor_setting_authorization,
|
|
92
|
+
* resourceTypeSchemaVersion: _var.authentication_factor_setting_resource_type_schema_version,
|
|
93
|
+
* });
|
|
94
|
+
* ```
|
|
95
|
+
*/
|
|
96
|
+
export declare function getDomainsAuthenticationFactorSettingsOutput(args: GetDomainsAuthenticationFactorSettingsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsAuthenticationFactorSettingsResult>;
|
|
97
|
+
/**
|
|
98
|
+
* A collection of arguments for invoking getDomainsAuthenticationFactorSettings.
|
|
99
|
+
*/
|
|
100
|
+
export interface GetDomainsAuthenticationFactorSettingsOutputArgs {
|
|
101
|
+
/**
|
|
102
|
+
* 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.
|
|
103
|
+
*/
|
|
104
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
105
|
+
/**
|
|
106
|
+
* 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.
|
|
107
|
+
*/
|
|
108
|
+
attributes?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
111
|
+
*/
|
|
112
|
+
authorization?: pulumi.Input<string>;
|
|
113
|
+
compartmentId?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The basic endpoint for the identity domain
|
|
116
|
+
*/
|
|
117
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* 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.
|
|
120
|
+
*/
|
|
121
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
122
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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.getDomainsAuthenticationFactorSettingsOutput = exports.getDomainsAuthenticationFactorSettings = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Authentication Factor Settings in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Search Authentication Factor Settings
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testAuthenticationFactorSettings = oci.Identity.getDomainsAuthenticationFactorSettings({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* attributeSets: [],
|
|
22
|
+
* attributes: "",
|
|
23
|
+
* authorization: _var.authentication_factor_setting_authorization,
|
|
24
|
+
* resourceTypeSchemaVersion: _var.authentication_factor_setting_resource_type_schema_version,
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
function getDomainsAuthenticationFactorSettings(args, opts) {
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsAuthenticationFactorSettings:getDomainsAuthenticationFactorSettings", {
|
|
31
|
+
"attributeSets": args.attributeSets,
|
|
32
|
+
"attributes": args.attributes,
|
|
33
|
+
"authorization": args.authorization,
|
|
34
|
+
"compartmentId": args.compartmentId,
|
|
35
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
36
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getDomainsAuthenticationFactorSettings = getDomainsAuthenticationFactorSettings;
|
|
40
|
+
/**
|
|
41
|
+
* This data source provides the list of Authentication Factor Settings in Oracle Cloud Infrastructure Identity Domains service.
|
|
42
|
+
*
|
|
43
|
+
* Search Authentication Factor Settings
|
|
44
|
+
*
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as oci from "@pulumi/oci";
|
|
50
|
+
*
|
|
51
|
+
* const testAuthenticationFactorSettings = oci.Identity.getDomainsAuthenticationFactorSettings({
|
|
52
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
53
|
+
* attributeSets: [],
|
|
54
|
+
* attributes: "",
|
|
55
|
+
* authorization: _var.authentication_factor_setting_authorization,
|
|
56
|
+
* resourceTypeSchemaVersion: _var.authentication_factor_setting_resource_type_schema_version,
|
|
57
|
+
* });
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
function getDomainsAuthenticationFactorSettingsOutput(args, opts) {
|
|
61
|
+
return pulumi.output(args).apply((a) => getDomainsAuthenticationFactorSettings(a, opts));
|
|
62
|
+
}
|
|
63
|
+
exports.getDomainsAuthenticationFactorSettingsOutput = getDomainsAuthenticationFactorSettingsOutput;
|
|
64
|
+
//# sourceMappingURL=getDomainsAuthenticationFactorSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsAuthenticationFactorSettings.js","sourceRoot":"","sources":["../../identity/getDomainsAuthenticationFactorSettings.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAA2B;IAEhI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4FAA4F,EAAE;QACvH,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;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wFAWC;AAuDD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,4CAA4C,CAAC,IAAsD,EAAE,IAA2B;IAC5I,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sCAAsC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjG,CAAC;AAFD,oGAEC"}
|