@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,527 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource provides the Authentication Factor Setting resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
6
|
+
*
|
|
7
|
+
* Replace Authentication Factor Settings
|
|
8
|
+
*
|
|
9
|
+
* ## Import
|
|
10
|
+
*
|
|
11
|
+
* AuthenticationFactorSettings can be imported using the `id`, e.g.
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import oci:Identity/domainsAuthenticationFactorSetting:DomainsAuthenticationFactorSetting test_authentication_factor_setting "idcsEndpoint/{idcsEndpoint}/authenticationFactorSettings/{authenticationFactorSettingId}"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare class DomainsAuthenticationFactorSetting extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing DomainsAuthenticationFactorSetting resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DomainsAuthenticationFactorSettingState, opts?: pulumi.CustomResourceOptions): DomainsAuthenticationFactorSetting;
|
|
28
|
+
/**
|
|
29
|
+
* Returns true if the given object is an instance of DomainsAuthenticationFactorSetting. This is designed to work even
|
|
30
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
31
|
+
*/
|
|
32
|
+
static isInstance(obj: any): obj is DomainsAuthenticationFactorSetting;
|
|
33
|
+
/**
|
|
34
|
+
* (Updatable) 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.
|
|
35
|
+
*/
|
|
36
|
+
readonly attributeSets: pulumi.Output<string[] | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* (Updatable) 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.
|
|
39
|
+
*/
|
|
40
|
+
readonly attributes: pulumi.Output<string | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* ID of the resource
|
|
43
|
+
*/
|
|
44
|
+
readonly authenticationFactorSettingId: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
47
|
+
*/
|
|
48
|
+
readonly authorization: pulumi.Output<string | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
|
|
51
|
+
*/
|
|
52
|
+
readonly autoEnrollEmailFactorDisabled: pulumi.Output<boolean>;
|
|
53
|
+
/**
|
|
54
|
+
* (Updatable) If true, indicates that Bypass Code is enabled for authentication
|
|
55
|
+
*/
|
|
56
|
+
readonly bypassCodeEnabled: pulumi.Output<boolean>;
|
|
57
|
+
/**
|
|
58
|
+
* (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
|
|
59
|
+
*/
|
|
60
|
+
readonly bypassCodeSettings: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingBypassCodeSettings>;
|
|
61
|
+
/**
|
|
62
|
+
* (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
|
|
63
|
+
*/
|
|
64
|
+
readonly clientAppSettings: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingClientAppSettings>;
|
|
65
|
+
/**
|
|
66
|
+
* (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
67
|
+
*/
|
|
68
|
+
readonly compartmentOcid: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
|
|
71
|
+
*/
|
|
72
|
+
readonly compliancePolicies: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingCompliancePolicy[]>;
|
|
73
|
+
/**
|
|
74
|
+
* (Updatable) 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: pulumi.Output<boolean>;
|
|
77
|
+
/**
|
|
78
|
+
* (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
79
|
+
*/
|
|
80
|
+
readonly domainOcid: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
|
|
83
|
+
*/
|
|
84
|
+
readonly emailEnabled: pulumi.Output<boolean>;
|
|
85
|
+
/**
|
|
86
|
+
* (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
|
|
87
|
+
*/
|
|
88
|
+
readonly emailSettings: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingEmailSettings>;
|
|
89
|
+
/**
|
|
90
|
+
* (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
|
|
91
|
+
*/
|
|
92
|
+
readonly endpointRestrictions: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingEndpointRestrictions>;
|
|
93
|
+
/**
|
|
94
|
+
* (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
|
|
95
|
+
*/
|
|
96
|
+
readonly fidoAuthenticatorEnabled: pulumi.Output<boolean>;
|
|
97
|
+
/**
|
|
98
|
+
* (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
|
|
99
|
+
*/
|
|
100
|
+
readonly hideBackupFactorEnabled: pulumi.Output<boolean>;
|
|
101
|
+
/**
|
|
102
|
+
* (Updatable) The User or App who created the Resource
|
|
103
|
+
*/
|
|
104
|
+
readonly idcsCreatedBies: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingIdcsCreatedBy[]>;
|
|
105
|
+
/**
|
|
106
|
+
* The basic endpoint for the identity domain
|
|
107
|
+
*/
|
|
108
|
+
readonly idcsEndpoint: pulumi.Output<string>;
|
|
109
|
+
/**
|
|
110
|
+
* (Updatable) The User or App who modified the Resource
|
|
111
|
+
*/
|
|
112
|
+
readonly idcsLastModifiedBies: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingIdcsLastModifiedBy[]>;
|
|
113
|
+
/**
|
|
114
|
+
* (Updatable) The release number when the resource was upgraded.
|
|
115
|
+
*/
|
|
116
|
+
readonly idcsLastUpgradedInRelease: pulumi.Output<string>;
|
|
117
|
+
/**
|
|
118
|
+
* (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
119
|
+
*/
|
|
120
|
+
readonly idcsPreventedOperations: pulumi.Output<string[]>;
|
|
121
|
+
/**
|
|
122
|
+
* (Updatable) Settings related to the use of a user's profile details from the identity store
|
|
123
|
+
*/
|
|
124
|
+
readonly identityStoreSettings: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingIdentityStoreSettings>;
|
|
125
|
+
/**
|
|
126
|
+
* (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
127
|
+
*/
|
|
128
|
+
readonly metas: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingMeta[]>;
|
|
129
|
+
/**
|
|
130
|
+
* (Updatable) 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
|
|
131
|
+
*/
|
|
132
|
+
readonly mfaEnabledCategory: pulumi.Output<string>;
|
|
133
|
+
/**
|
|
134
|
+
* (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
|
|
135
|
+
*/
|
|
136
|
+
readonly mfaEnrollmentType: pulumi.Output<string>;
|
|
137
|
+
/**
|
|
138
|
+
* (Updatable) Settings related to the Mobile App Notification channel, such as pull
|
|
139
|
+
*/
|
|
140
|
+
readonly notificationSettings: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingNotificationSettings>;
|
|
141
|
+
/**
|
|
142
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
143
|
+
*/
|
|
144
|
+
readonly ocid: pulumi.Output<string>;
|
|
145
|
+
/**
|
|
146
|
+
* (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
|
|
147
|
+
*/
|
|
148
|
+
readonly phoneCallEnabled: pulumi.Output<boolean>;
|
|
149
|
+
/**
|
|
150
|
+
* (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
|
|
151
|
+
*/
|
|
152
|
+
readonly pushEnabled: pulumi.Output<boolean>;
|
|
153
|
+
/**
|
|
154
|
+
* (Updatable) 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.
|
|
155
|
+
*/
|
|
156
|
+
readonly resourceTypeSchemaVersion: pulumi.Output<string | undefined>;
|
|
157
|
+
/**
|
|
158
|
+
* (Updatable) 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.
|
|
159
|
+
*/
|
|
160
|
+
readonly schemas: pulumi.Output<string[]>;
|
|
161
|
+
/**
|
|
162
|
+
* (Updatable) If true, indicates that Security Questions are enabled for authentication
|
|
163
|
+
*/
|
|
164
|
+
readonly securityQuestionsEnabled: pulumi.Output<boolean>;
|
|
165
|
+
/**
|
|
166
|
+
* (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
|
|
167
|
+
*/
|
|
168
|
+
readonly smsEnabled: pulumi.Output<boolean>;
|
|
169
|
+
/**
|
|
170
|
+
* (Updatable) A list of tags on this resource.
|
|
171
|
+
*/
|
|
172
|
+
readonly tags: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingTag[]>;
|
|
173
|
+
/**
|
|
174
|
+
* (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
175
|
+
*/
|
|
176
|
+
readonly tenancyOcid: pulumi.Output<string>;
|
|
177
|
+
/**
|
|
178
|
+
* (Updatable) Settings related to third-party factor
|
|
179
|
+
*/
|
|
180
|
+
readonly thirdPartyFactor: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingThirdPartyFactor>;
|
|
181
|
+
/**
|
|
182
|
+
* (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
|
|
183
|
+
*/
|
|
184
|
+
readonly totpEnabled: pulumi.Output<boolean>;
|
|
185
|
+
/**
|
|
186
|
+
* (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
|
|
187
|
+
*/
|
|
188
|
+
readonly totpSettings: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingTotpSettings>;
|
|
189
|
+
/**
|
|
190
|
+
* (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
|
|
191
|
+
*/
|
|
192
|
+
readonly urnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings>;
|
|
193
|
+
/**
|
|
194
|
+
* (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
|
|
195
|
+
*/
|
|
196
|
+
readonly urnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings: pulumi.Output<outputs.Identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings>;
|
|
197
|
+
/**
|
|
198
|
+
* (Updatable) Factors for which enrollment should be blocked for End User
|
|
199
|
+
*/
|
|
200
|
+
readonly userEnrollmentDisabledFactors: pulumi.Output<string[]>;
|
|
201
|
+
/**
|
|
202
|
+
* (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
|
|
203
|
+
*/
|
|
204
|
+
readonly yubicoOtpEnabled: pulumi.Output<boolean>;
|
|
205
|
+
/**
|
|
206
|
+
* Create a DomainsAuthenticationFactorSetting resource with the given unique name, arguments, and options.
|
|
207
|
+
*
|
|
208
|
+
* @param name The _unique_ name of the resource.
|
|
209
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
210
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
211
|
+
*/
|
|
212
|
+
constructor(name: string, args: DomainsAuthenticationFactorSettingArgs, opts?: pulumi.CustomResourceOptions);
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* Input properties used for looking up and filtering DomainsAuthenticationFactorSetting resources.
|
|
216
|
+
*/
|
|
217
|
+
export interface DomainsAuthenticationFactorSettingState {
|
|
218
|
+
/**
|
|
219
|
+
* (Updatable) 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.
|
|
220
|
+
*/
|
|
221
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
222
|
+
/**
|
|
223
|
+
* (Updatable) 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.
|
|
224
|
+
*/
|
|
225
|
+
attributes?: pulumi.Input<string>;
|
|
226
|
+
/**
|
|
227
|
+
* ID of the resource
|
|
228
|
+
*/
|
|
229
|
+
authenticationFactorSettingId?: pulumi.Input<string>;
|
|
230
|
+
/**
|
|
231
|
+
* (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
232
|
+
*/
|
|
233
|
+
authorization?: pulumi.Input<string>;
|
|
234
|
+
/**
|
|
235
|
+
* (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
|
|
236
|
+
*/
|
|
237
|
+
autoEnrollEmailFactorDisabled?: pulumi.Input<boolean>;
|
|
238
|
+
/**
|
|
239
|
+
* (Updatable) If true, indicates that Bypass Code is enabled for authentication
|
|
240
|
+
*/
|
|
241
|
+
bypassCodeEnabled?: pulumi.Input<boolean>;
|
|
242
|
+
/**
|
|
243
|
+
* (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
|
|
244
|
+
*/
|
|
245
|
+
bypassCodeSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingBypassCodeSettings>;
|
|
246
|
+
/**
|
|
247
|
+
* (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
|
|
248
|
+
*/
|
|
249
|
+
clientAppSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingClientAppSettings>;
|
|
250
|
+
/**
|
|
251
|
+
* (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
252
|
+
*/
|
|
253
|
+
compartmentOcid?: pulumi.Input<string>;
|
|
254
|
+
/**
|
|
255
|
+
* (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
|
|
256
|
+
*/
|
|
257
|
+
compliancePolicies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingCompliancePolicy>[]>;
|
|
258
|
+
/**
|
|
259
|
+
* (Updatable) 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.
|
|
260
|
+
*/
|
|
261
|
+
deleteInProgress?: pulumi.Input<boolean>;
|
|
262
|
+
/**
|
|
263
|
+
* (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
264
|
+
*/
|
|
265
|
+
domainOcid?: pulumi.Input<string>;
|
|
266
|
+
/**
|
|
267
|
+
* (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
|
|
268
|
+
*/
|
|
269
|
+
emailEnabled?: pulumi.Input<boolean>;
|
|
270
|
+
/**
|
|
271
|
+
* (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
|
|
272
|
+
*/
|
|
273
|
+
emailSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingEmailSettings>;
|
|
274
|
+
/**
|
|
275
|
+
* (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
|
|
276
|
+
*/
|
|
277
|
+
endpointRestrictions?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingEndpointRestrictions>;
|
|
278
|
+
/**
|
|
279
|
+
* (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
|
|
280
|
+
*/
|
|
281
|
+
fidoAuthenticatorEnabled?: pulumi.Input<boolean>;
|
|
282
|
+
/**
|
|
283
|
+
* (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
|
|
284
|
+
*/
|
|
285
|
+
hideBackupFactorEnabled?: pulumi.Input<boolean>;
|
|
286
|
+
/**
|
|
287
|
+
* (Updatable) The User or App who created the Resource
|
|
288
|
+
*/
|
|
289
|
+
idcsCreatedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingIdcsCreatedBy>[]>;
|
|
290
|
+
/**
|
|
291
|
+
* The basic endpoint for the identity domain
|
|
292
|
+
*/
|
|
293
|
+
idcsEndpoint?: pulumi.Input<string>;
|
|
294
|
+
/**
|
|
295
|
+
* (Updatable) The User or App who modified the Resource
|
|
296
|
+
*/
|
|
297
|
+
idcsLastModifiedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingIdcsLastModifiedBy>[]>;
|
|
298
|
+
/**
|
|
299
|
+
* (Updatable) The release number when the resource was upgraded.
|
|
300
|
+
*/
|
|
301
|
+
idcsLastUpgradedInRelease?: pulumi.Input<string>;
|
|
302
|
+
/**
|
|
303
|
+
* (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
304
|
+
*/
|
|
305
|
+
idcsPreventedOperations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
306
|
+
/**
|
|
307
|
+
* (Updatable) Settings related to the use of a user's profile details from the identity store
|
|
308
|
+
*/
|
|
309
|
+
identityStoreSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingIdentityStoreSettings>;
|
|
310
|
+
/**
|
|
311
|
+
* (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
312
|
+
*/
|
|
313
|
+
metas?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingMeta>[]>;
|
|
314
|
+
/**
|
|
315
|
+
* (Updatable) 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
|
|
316
|
+
*/
|
|
317
|
+
mfaEnabledCategory?: pulumi.Input<string>;
|
|
318
|
+
/**
|
|
319
|
+
* (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
|
|
320
|
+
*/
|
|
321
|
+
mfaEnrollmentType?: pulumi.Input<string>;
|
|
322
|
+
/**
|
|
323
|
+
* (Updatable) Settings related to the Mobile App Notification channel, such as pull
|
|
324
|
+
*/
|
|
325
|
+
notificationSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingNotificationSettings>;
|
|
326
|
+
/**
|
|
327
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
328
|
+
*/
|
|
329
|
+
ocid?: pulumi.Input<string>;
|
|
330
|
+
/**
|
|
331
|
+
* (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
|
|
332
|
+
*/
|
|
333
|
+
phoneCallEnabled?: pulumi.Input<boolean>;
|
|
334
|
+
/**
|
|
335
|
+
* (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
|
|
336
|
+
*/
|
|
337
|
+
pushEnabled?: pulumi.Input<boolean>;
|
|
338
|
+
/**
|
|
339
|
+
* (Updatable) 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.
|
|
340
|
+
*/
|
|
341
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
342
|
+
/**
|
|
343
|
+
* (Updatable) 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.
|
|
344
|
+
*/
|
|
345
|
+
schemas?: pulumi.Input<pulumi.Input<string>[]>;
|
|
346
|
+
/**
|
|
347
|
+
* (Updatable) If true, indicates that Security Questions are enabled for authentication
|
|
348
|
+
*/
|
|
349
|
+
securityQuestionsEnabled?: pulumi.Input<boolean>;
|
|
350
|
+
/**
|
|
351
|
+
* (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
|
|
352
|
+
*/
|
|
353
|
+
smsEnabled?: pulumi.Input<boolean>;
|
|
354
|
+
/**
|
|
355
|
+
* (Updatable) A list of tags on this resource.
|
|
356
|
+
*/
|
|
357
|
+
tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingTag>[]>;
|
|
358
|
+
/**
|
|
359
|
+
* (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
360
|
+
*/
|
|
361
|
+
tenancyOcid?: pulumi.Input<string>;
|
|
362
|
+
/**
|
|
363
|
+
* (Updatable) Settings related to third-party factor
|
|
364
|
+
*/
|
|
365
|
+
thirdPartyFactor?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingThirdPartyFactor>;
|
|
366
|
+
/**
|
|
367
|
+
* (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
|
|
368
|
+
*/
|
|
369
|
+
totpEnabled?: pulumi.Input<boolean>;
|
|
370
|
+
/**
|
|
371
|
+
* (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
|
|
372
|
+
*/
|
|
373
|
+
totpSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingTotpSettings>;
|
|
374
|
+
/**
|
|
375
|
+
* (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
|
|
376
|
+
*/
|
|
377
|
+
urnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings>;
|
|
378
|
+
/**
|
|
379
|
+
* (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
|
|
380
|
+
*/
|
|
381
|
+
urnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings>;
|
|
382
|
+
/**
|
|
383
|
+
* (Updatable) Factors for which enrollment should be blocked for End User
|
|
384
|
+
*/
|
|
385
|
+
userEnrollmentDisabledFactors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
386
|
+
/**
|
|
387
|
+
* (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
|
|
388
|
+
*/
|
|
389
|
+
yubicoOtpEnabled?: pulumi.Input<boolean>;
|
|
390
|
+
}
|
|
391
|
+
/**
|
|
392
|
+
* The set of arguments for constructing a DomainsAuthenticationFactorSetting resource.
|
|
393
|
+
*/
|
|
394
|
+
export interface DomainsAuthenticationFactorSettingArgs {
|
|
395
|
+
/**
|
|
396
|
+
* (Updatable) 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.
|
|
397
|
+
*/
|
|
398
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
399
|
+
/**
|
|
400
|
+
* (Updatable) 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.
|
|
401
|
+
*/
|
|
402
|
+
attributes?: pulumi.Input<string>;
|
|
403
|
+
/**
|
|
404
|
+
* ID of the resource
|
|
405
|
+
*/
|
|
406
|
+
authenticationFactorSettingId: pulumi.Input<string>;
|
|
407
|
+
/**
|
|
408
|
+
* (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
409
|
+
*/
|
|
410
|
+
authorization?: pulumi.Input<string>;
|
|
411
|
+
/**
|
|
412
|
+
* (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
|
|
413
|
+
*/
|
|
414
|
+
autoEnrollEmailFactorDisabled?: pulumi.Input<boolean>;
|
|
415
|
+
/**
|
|
416
|
+
* (Updatable) If true, indicates that Bypass Code is enabled for authentication
|
|
417
|
+
*/
|
|
418
|
+
bypassCodeEnabled: pulumi.Input<boolean>;
|
|
419
|
+
/**
|
|
420
|
+
* (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
|
|
421
|
+
*/
|
|
422
|
+
bypassCodeSettings: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingBypassCodeSettings>;
|
|
423
|
+
/**
|
|
424
|
+
* (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
|
|
425
|
+
*/
|
|
426
|
+
clientAppSettings: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingClientAppSettings>;
|
|
427
|
+
/**
|
|
428
|
+
* (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
|
|
429
|
+
*/
|
|
430
|
+
compliancePolicies: pulumi.Input<pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingCompliancePolicy>[]>;
|
|
431
|
+
/**
|
|
432
|
+
* (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
|
|
433
|
+
*/
|
|
434
|
+
emailEnabled?: pulumi.Input<boolean>;
|
|
435
|
+
/**
|
|
436
|
+
* (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
|
|
437
|
+
*/
|
|
438
|
+
emailSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingEmailSettings>;
|
|
439
|
+
/**
|
|
440
|
+
* (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
|
|
441
|
+
*/
|
|
442
|
+
endpointRestrictions: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingEndpointRestrictions>;
|
|
443
|
+
/**
|
|
444
|
+
* (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
|
|
445
|
+
*/
|
|
446
|
+
fidoAuthenticatorEnabled?: pulumi.Input<boolean>;
|
|
447
|
+
/**
|
|
448
|
+
* (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
|
|
449
|
+
*/
|
|
450
|
+
hideBackupFactorEnabled?: pulumi.Input<boolean>;
|
|
451
|
+
/**
|
|
452
|
+
* The basic endpoint for the identity domain
|
|
453
|
+
*/
|
|
454
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
455
|
+
/**
|
|
456
|
+
* (Updatable) Settings related to the use of a user's profile details from the identity store
|
|
457
|
+
*/
|
|
458
|
+
identityStoreSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingIdentityStoreSettings>;
|
|
459
|
+
/**
|
|
460
|
+
* (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
|
|
461
|
+
*/
|
|
462
|
+
mfaEnrollmentType: pulumi.Input<string>;
|
|
463
|
+
/**
|
|
464
|
+
* (Updatable) Settings related to the Mobile App Notification channel, such as pull
|
|
465
|
+
*/
|
|
466
|
+
notificationSettings: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingNotificationSettings>;
|
|
467
|
+
/**
|
|
468
|
+
* (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
469
|
+
*/
|
|
470
|
+
ocid?: pulumi.Input<string>;
|
|
471
|
+
/**
|
|
472
|
+
* (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
|
|
473
|
+
*/
|
|
474
|
+
phoneCallEnabled?: pulumi.Input<boolean>;
|
|
475
|
+
/**
|
|
476
|
+
* (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
|
|
477
|
+
*/
|
|
478
|
+
pushEnabled: pulumi.Input<boolean>;
|
|
479
|
+
/**
|
|
480
|
+
* (Updatable) 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.
|
|
481
|
+
*/
|
|
482
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
483
|
+
/**
|
|
484
|
+
* (Updatable) 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.
|
|
485
|
+
*/
|
|
486
|
+
schemas: pulumi.Input<pulumi.Input<string>[]>;
|
|
487
|
+
/**
|
|
488
|
+
* (Updatable) If true, indicates that Security Questions are enabled for authentication
|
|
489
|
+
*/
|
|
490
|
+
securityQuestionsEnabled: pulumi.Input<boolean>;
|
|
491
|
+
/**
|
|
492
|
+
* (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
|
|
493
|
+
*/
|
|
494
|
+
smsEnabled: pulumi.Input<boolean>;
|
|
495
|
+
/**
|
|
496
|
+
* (Updatable) A list of tags on this resource.
|
|
497
|
+
*/
|
|
498
|
+
tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingTag>[]>;
|
|
499
|
+
/**
|
|
500
|
+
* (Updatable) Settings related to third-party factor
|
|
501
|
+
*/
|
|
502
|
+
thirdPartyFactor?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingThirdPartyFactor>;
|
|
503
|
+
/**
|
|
504
|
+
* (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
|
|
505
|
+
*/
|
|
506
|
+
totpEnabled: pulumi.Input<boolean>;
|
|
507
|
+
/**
|
|
508
|
+
* (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
|
|
509
|
+
*/
|
|
510
|
+
totpSettings: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingTotpSettings>;
|
|
511
|
+
/**
|
|
512
|
+
* (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
|
|
513
|
+
*/
|
|
514
|
+
urnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings>;
|
|
515
|
+
/**
|
|
516
|
+
* (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
|
|
517
|
+
*/
|
|
518
|
+
urnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings?: pulumi.Input<inputs.Identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings>;
|
|
519
|
+
/**
|
|
520
|
+
* (Updatable) Factors for which enrollment should be blocked for End User
|
|
521
|
+
*/
|
|
522
|
+
userEnrollmentDisabledFactors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
523
|
+
/**
|
|
524
|
+
* (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
|
|
525
|
+
*/
|
|
526
|
+
yubicoOtpEnabled?: pulumi.Input<boolean>;
|
|
527
|
+
}
|