@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.
Files changed (230) hide show
  1. package/core/clusterNetwork.d.ts +3 -3
  2. package/core/getClusterNetwork.d.ts +1 -1
  3. package/core/getClusterNetworks.d.ts +1 -1
  4. package/core/getInstance.d.ts +1 -1
  5. package/core/getInstancePool.d.ts +1 -1
  6. package/core/getInstancePools.d.ts +1 -1
  7. package/core/instance.d.ts +3 -3
  8. package/core/instancePool.d.ts +4 -4
  9. package/core/instancePool.js +1 -1
  10. package/database/dbSystem.d.ts +8 -0
  11. package/database/dbSystem.js +2 -0
  12. package/database/dbSystem.js.map +1 -1
  13. package/goldengate/deployment.d.ts +42 -2
  14. package/goldengate/deployment.js +9 -1
  15. package/goldengate/deployment.js.map +1 -1
  16. package/goldengate/getDeployment.d.ts +17 -1
  17. package/goldengate/getDeployment.js.map +1 -1
  18. package/goldengate/getDeploymentTypes.d.ts +28 -0
  19. package/goldengate/getDeploymentTypes.js +6 -0
  20. package/goldengate/getDeploymentTypes.js.map +1 -1
  21. package/goldengate/getDeploymentUpgrade.d.ts +34 -0
  22. package/goldengate/getDeploymentUpgrade.js.map +1 -1
  23. package/goldengate/getDeploymentVersions.d.ts +97 -0
  24. package/goldengate/getDeploymentVersions.js +58 -0
  25. package/goldengate/getDeploymentVersions.js.map +1 -0
  26. package/goldengate/index.d.ts +3 -0
  27. package/goldengate/index.js +4 -1
  28. package/goldengate/index.js.map +1 -1
  29. package/identity/domainsApiKey.d.ts +275 -0
  30. package/identity/domainsApiKey.js +113 -0
  31. package/identity/domainsApiKey.js.map +1 -0
  32. package/identity/domainsAuthToken.d.ts +279 -0
  33. package/identity/domainsAuthToken.js +110 -0
  34. package/identity/domainsAuthToken.js.map +1 -0
  35. package/identity/domainsAuthenticationFactorSetting.d.ts +527 -0
  36. package/identity/domainsAuthenticationFactorSetting.js +191 -0
  37. package/identity/domainsAuthenticationFactorSetting.js.map +1 -0
  38. package/identity/domainsCustomerSecretKey.d.ts +299 -0
  39. package/identity/domainsCustomerSecretKey.js +114 -0
  40. package/identity/domainsCustomerSecretKey.js.map +1 -0
  41. package/identity/domainsDynamicResourceGroup.d.ts +283 -0
  42. package/identity/domainsDynamicResourceGroup.js +118 -0
  43. package/identity/domainsDynamicResourceGroup.js.map +1 -0
  44. package/identity/domainsGroup.d.ts +335 -0
  45. package/identity/domainsGroup.js +123 -0
  46. package/identity/domainsGroup.js.map +1 -0
  47. package/identity/domainsIdentityProvider.d.ts +755 -0
  48. package/identity/domainsIdentityProvider.js +196 -0
  49. package/identity/domainsIdentityProvider.js.map +1 -0
  50. package/identity/domainsKmsiSetting.d.ts +327 -0
  51. package/identity/domainsKmsiSetting.js +121 -0
  52. package/identity/domainsKmsiSetting.js.map +1 -0
  53. package/identity/domainsMyApiKey.d.ts +239 -0
  54. package/identity/domainsMyApiKey.js +107 -0
  55. package/identity/domainsMyApiKey.js.map +1 -0
  56. package/identity/domainsMyAuthToken.d.ts +243 -0
  57. package/identity/domainsMyAuthToken.js +104 -0
  58. package/identity/domainsMyAuthToken.js.map +1 -0
  59. package/identity/domainsMyCustomerSecretKey.d.ts +263 -0
  60. package/identity/domainsMyCustomerSecretKey.js +108 -0
  61. package/identity/domainsMyCustomerSecretKey.js.map +1 -0
  62. package/identity/domainsMyOauth2clientCredential.d.ts +279 -0
  63. package/identity/domainsMyOauth2clientCredential.js +113 -0
  64. package/identity/domainsMyOauth2clientCredential.js.map +1 -0
  65. package/identity/domainsMySmtpCredential.d.ts +251 -0
  66. package/identity/domainsMySmtpCredential.js +106 -0
  67. package/identity/domainsMySmtpCredential.js.map +1 -0
  68. package/identity/domainsMySupportAccount.d.ts +235 -0
  69. package/identity/domainsMySupportAccount.js +107 -0
  70. package/identity/domainsMySupportAccount.js.map +1 -0
  71. package/identity/domainsMyUserDbCredential.d.ts +303 -0
  72. package/identity/domainsMyUserDbCredential.js +123 -0
  73. package/identity/domainsMyUserDbCredential.js.map +1 -0
  74. package/identity/domainsOauth2clientCredential.d.ts +315 -0
  75. package/identity/domainsOauth2clientCredential.js +119 -0
  76. package/identity/domainsOauth2clientCredential.js.map +1 -0
  77. package/identity/domainsPasswordPolicy.d.ts +647 -0
  78. package/identity/domainsPasswordPolicy.js +174 -0
  79. package/identity/domainsPasswordPolicy.js.map +1 -0
  80. package/identity/domainsSmtpCredential.d.ts +287 -0
  81. package/identity/domainsSmtpCredential.js +112 -0
  82. package/identity/domainsSmtpCredential.js.map +1 -0
  83. package/identity/domainsUser.d.ts +719 -0
  84. package/identity/domainsUser.js +191 -0
  85. package/identity/domainsUser.js.map +1 -0
  86. package/identity/domainsUserDbCredential.d.ts +339 -0
  87. package/identity/domainsUserDbCredential.js +129 -0
  88. package/identity/domainsUserDbCredential.js.map +1 -0
  89. package/identity/getDomainsApiKey.d.ts +187 -0
  90. package/identity/getDomainsApiKey.js +66 -0
  91. package/identity/getDomainsApiKey.js.map +1 -0
  92. package/identity/getDomainsApiKeys.d.ts +160 -0
  93. package/identity/getDomainsApiKeys.js +75 -0
  94. package/identity/getDomainsApiKeys.js.map +1 -0
  95. package/identity/getDomainsAuthToken.d.ts +187 -0
  96. package/identity/getDomainsAuthToken.js +66 -0
  97. package/identity/getDomainsAuthToken.js.map +1 -0
  98. package/identity/getDomainsAuthTokens.d.ts +160 -0
  99. package/identity/getDomainsAuthTokens.js +75 -0
  100. package/identity/getDomainsAuthTokens.js.map +1 -0
  101. package/identity/getDomainsAuthenticationFactorSetting.d.ts +267 -0
  102. package/identity/getDomainsAuthenticationFactorSetting.js +66 -0
  103. package/identity/getDomainsAuthenticationFactorSetting.js.map +1 -0
  104. package/identity/getDomainsAuthenticationFactorSettings.d.ts +122 -0
  105. package/identity/getDomainsAuthenticationFactorSettings.js +64 -0
  106. package/identity/getDomainsAuthenticationFactorSettings.js.map +1 -0
  107. package/identity/getDomainsCustomerSecretKey.d.ts +195 -0
  108. package/identity/getDomainsCustomerSecretKey.js +66 -0
  109. package/identity/getDomainsCustomerSecretKey.js.map +1 -0
  110. package/identity/getDomainsCustomerSecretKeys.d.ts +160 -0
  111. package/identity/getDomainsCustomerSecretKeys.js +75 -0
  112. package/identity/getDomainsCustomerSecretKeys.js.map +1 -0
  113. package/identity/getDomainsDynamicResourceGroup.d.ts +191 -0
  114. package/identity/getDomainsDynamicResourceGroup.js +66 -0
  115. package/identity/getDomainsDynamicResourceGroup.js.map +1 -0
  116. package/identity/getDomainsDynamicResourceGroups.d.ts +160 -0
  117. package/identity/getDomainsDynamicResourceGroups.js +75 -0
  118. package/identity/getDomainsDynamicResourceGroups.js.map +1 -0
  119. package/identity/getDomainsGroup.d.ts +207 -0
  120. package/identity/getDomainsGroup.js +66 -0
  121. package/identity/getDomainsGroup.js.map +1 -0
  122. package/identity/getDomainsGroups.d.ts +160 -0
  123. package/identity/getDomainsGroups.js +75 -0
  124. package/identity/getDomainsGroups.js.map +1 -0
  125. package/identity/getDomainsIdentityProvider.d.ts +347 -0
  126. package/identity/getDomainsIdentityProvider.js +66 -0
  127. package/identity/getDomainsIdentityProvider.js.map +1 -0
  128. package/identity/getDomainsIdentityProviders.d.ts +160 -0
  129. package/identity/getDomainsIdentityProviders.js +75 -0
  130. package/identity/getDomainsIdentityProviders.js.map +1 -0
  131. package/identity/getDomainsKmsiSetting.d.ts +199 -0
  132. package/identity/getDomainsKmsiSetting.js +66 -0
  133. package/identity/getDomainsKmsiSetting.js.map +1 -0
  134. package/identity/getDomainsKmsiSettings.d.ts +122 -0
  135. package/identity/getDomainsKmsiSettings.js +64 -0
  136. package/identity/getDomainsKmsiSettings.js.map +1 -0
  137. package/identity/getDomainsMyApiKey.d.ts +161 -0
  138. package/identity/getDomainsMyApiKey.js +60 -0
  139. package/identity/getDomainsMyApiKey.js.map +1 -0
  140. package/identity/getDomainsMyApiKeys.d.ts +138 -0
  141. package/identity/getDomainsMyApiKeys.js +69 -0
  142. package/identity/getDomainsMyApiKeys.js.map +1 -0
  143. package/identity/getDomainsMyAuthToken.d.ts +161 -0
  144. package/identity/getDomainsMyAuthToken.js +60 -0
  145. package/identity/getDomainsMyAuthToken.js.map +1 -0
  146. package/identity/getDomainsMyAuthTokens.d.ts +138 -0
  147. package/identity/getDomainsMyAuthTokens.js +69 -0
  148. package/identity/getDomainsMyAuthTokens.js.map +1 -0
  149. package/identity/getDomainsMyCustomerSecretKey.d.ts +169 -0
  150. package/identity/getDomainsMyCustomerSecretKey.js +60 -0
  151. package/identity/getDomainsMyCustomerSecretKey.js.map +1 -0
  152. package/identity/getDomainsMyCustomerSecretKeys.d.ts +138 -0
  153. package/identity/getDomainsMyCustomerSecretKeys.js +69 -0
  154. package/identity/getDomainsMyCustomerSecretKeys.js.map +1 -0
  155. package/identity/getDomainsMyDevice.d.ts +271 -0
  156. package/identity/getDomainsMyDevice.js +66 -0
  157. package/identity/getDomainsMyDevice.js.map +1 -0
  158. package/identity/getDomainsMyDevices.d.ts +160 -0
  159. package/identity/getDomainsMyDevices.js +75 -0
  160. package/identity/getDomainsMyDevices.js.map +1 -0
  161. package/identity/getDomainsMyGroups.d.ts +169 -0
  162. package/identity/getDomainsMyGroups.js +75 -0
  163. package/identity/getDomainsMyGroups.js.map +1 -0
  164. package/identity/getDomainsMyOauth2clientCredential.d.ts +173 -0
  165. package/identity/getDomainsMyOauth2clientCredential.js +60 -0
  166. package/identity/getDomainsMyOauth2clientCredential.js.map +1 -0
  167. package/identity/getDomainsMyOauth2clientCredentials.d.ts +138 -0
  168. package/identity/getDomainsMyOauth2clientCredentials.js +69 -0
  169. package/identity/getDomainsMyOauth2clientCredentials.js.map +1 -0
  170. package/identity/getDomainsMySmtpCredential.d.ts +165 -0
  171. package/identity/getDomainsMySmtpCredential.js +60 -0
  172. package/identity/getDomainsMySmtpCredential.js.map +1 -0
  173. package/identity/getDomainsMySmtpCredentials.d.ts +138 -0
  174. package/identity/getDomainsMySmtpCredentials.js +69 -0
  175. package/identity/getDomainsMySmtpCredentials.js.map +1 -0
  176. package/identity/getDomainsMySupportAccount.d.ts +161 -0
  177. package/identity/getDomainsMySupportAccount.js +60 -0
  178. package/identity/getDomainsMySupportAccount.js.map +1 -0
  179. package/identity/getDomainsMySupportAccounts.d.ts +138 -0
  180. package/identity/getDomainsMySupportAccounts.js +69 -0
  181. package/identity/getDomainsMySupportAccounts.js.map +1 -0
  182. package/identity/getDomainsMyTrustedUserAgent.d.ts +203 -0
  183. package/identity/getDomainsMyTrustedUserAgent.js +66 -0
  184. package/identity/getDomainsMyTrustedUserAgent.js.map +1 -0
  185. package/identity/getDomainsMyTrustedUserAgents.d.ts +160 -0
  186. package/identity/getDomainsMyTrustedUserAgents.js +75 -0
  187. package/identity/getDomainsMyTrustedUserAgents.js.map +1 -0
  188. package/identity/getDomainsMyUserDbCredential.d.ts +189 -0
  189. package/identity/getDomainsMyUserDbCredential.js +60 -0
  190. package/identity/getDomainsMyUserDbCredential.js.map +1 -0
  191. package/identity/getDomainsMyUserDbCredentials.d.ts +138 -0
  192. package/identity/getDomainsMyUserDbCredentials.js +69 -0
  193. package/identity/getDomainsMyUserDbCredentials.js.map +1 -0
  194. package/identity/getDomainsOauth2clientCredential.d.ts +199 -0
  195. package/identity/getDomainsOauth2clientCredential.js +66 -0
  196. package/identity/getDomainsOauth2clientCredential.js.map +1 -0
  197. package/identity/getDomainsOauth2clientCredentials.d.ts +160 -0
  198. package/identity/getDomainsOauth2clientCredentials.js +75 -0
  199. package/identity/getDomainsOauth2clientCredentials.js.map +1 -0
  200. package/identity/getDomainsPasswordPolicies.d.ts +160 -0
  201. package/identity/getDomainsPasswordPolicies.js +75 -0
  202. package/identity/getDomainsPasswordPolicies.js.map +1 -0
  203. package/identity/getDomainsPasswordPolicy.d.ts +311 -0
  204. package/identity/getDomainsPasswordPolicy.js +66 -0
  205. package/identity/getDomainsPasswordPolicy.js.map +1 -0
  206. package/identity/getDomainsSmtpCredential.d.ts +191 -0
  207. package/identity/getDomainsSmtpCredential.js +66 -0
  208. package/identity/getDomainsSmtpCredential.js.map +1 -0
  209. package/identity/getDomainsSmtpCredentials.d.ts +160 -0
  210. package/identity/getDomainsSmtpCredentials.js +75 -0
  211. package/identity/getDomainsSmtpCredentials.js.map +1 -0
  212. package/identity/getDomainsUser.d.ts +342 -0
  213. package/identity/getDomainsUser.js +66 -0
  214. package/identity/getDomainsUser.js.map +1 -0
  215. package/identity/getDomainsUserDbCredential.d.ts +215 -0
  216. package/identity/getDomainsUserDbCredential.js +66 -0
  217. package/identity/getDomainsUserDbCredential.js.map +1 -0
  218. package/identity/getDomainsUserDbCredentials.d.ts +160 -0
  219. package/identity/getDomainsUserDbCredentials.js +75 -0
  220. package/identity/getDomainsUserDbCredentials.js.map +1 -0
  221. package/identity/getDomainsUsers.d.ts +160 -0
  222. package/identity/getDomainsUsers.js +75 -0
  223. package/identity/getDomainsUsers.js.map +1 -0
  224. package/identity/index.d.ts +195 -0
  225. package/identity/index.js +240 -3
  226. package/identity/index.js.map +1 -1
  227. package/package.json +2 -2
  228. package/package.json.dev +2 -2
  229. package/types/input.d.ts +3962 -14
  230. 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
+ }