@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,647 @@
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 Password Policy resource in Oracle Cloud Infrastructure Identity Domains service.
6
+ *
7
+ * Create a Password Policy
8
+ *
9
+ * ## Import
10
+ *
11
+ * PasswordPolicies can be imported using the `id`, e.g.
12
+ *
13
+ * ```sh
14
+ * $ pulumi import oci:Identity/domainsPasswordPolicy:DomainsPasswordPolicy test_password_policy "idcsEndpoint/{idcsEndpoint}/passwordPolicies/{passwordPolicyId}"
15
+ * ```
16
+ */
17
+ export declare class DomainsPasswordPolicy extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing DomainsPasswordPolicy 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?: DomainsPasswordPolicyState, opts?: pulumi.CustomResourceOptions): DomainsPasswordPolicy;
28
+ /**
29
+ * Returns true if the given object is an instance of DomainsPasswordPolicy. 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 DomainsPasswordPolicy;
33
+ /**
34
+ * (Updatable) A String value whose contents indicate a set of characters that can appear, in any sequence, in a password value
35
+ */
36
+ readonly allowedChars: pulumi.Output<string>;
37
+ /**
38
+ * (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.
39
+ */
40
+ readonly attributeSets: pulumi.Output<string[] | undefined>;
41
+ /**
42
+ * (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.
43
+ */
44
+ readonly attributes: pulumi.Output<string | undefined>;
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) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
51
+ */
52
+ readonly compartmentOcid: pulumi.Output<string>;
53
+ /**
54
+ * (Updatable) List of password policy rules that have values set. This map of stringKey:stringValue pairs can be used to aid users while setting/resetting password
55
+ */
56
+ readonly configuredPasswordPolicyRules: pulumi.Output<outputs.Identity.DomainsPasswordPolicyConfiguredPasswordPolicyRule[]>;
57
+ /**
58
+ * (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.
59
+ */
60
+ readonly deleteInProgress: pulumi.Output<boolean>;
61
+ /**
62
+ * (Updatable) A String that describes the password policy
63
+ */
64
+ readonly description: pulumi.Output<string>;
65
+ /**
66
+ * (Updatable) A delimiter used to separate characters in the dictionary file
67
+ */
68
+ readonly dictionaryDelimiter: pulumi.Output<string>;
69
+ /**
70
+ * (Updatable) A Reference value that contains the URI of a dictionary of words not allowed to appear within a password value
71
+ */
72
+ readonly dictionaryLocation: pulumi.Output<string>;
73
+ /**
74
+ * (Updatable) Indicates whether the password can match a dictionary word
75
+ */
76
+ readonly dictionaryWordDisallowed: pulumi.Output<boolean>;
77
+ /**
78
+ * (Updatable) A String value whose contents indicate a set of characters that cannot appear, in any sequence, in a password value
79
+ */
80
+ readonly disallowedChars: pulumi.Output<string>;
81
+ /**
82
+ * (Updatable) A String value whose contents indicate a set of substrings that cannot appear, in any sequence, in a password value
83
+ */
84
+ readonly disallowedSubstrings: pulumi.Output<string[]>;
85
+ /**
86
+ * (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
87
+ */
88
+ readonly domainOcid: pulumi.Output<string>;
89
+ /**
90
+ * (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
91
+ */
92
+ readonly externalId: pulumi.Output<string>;
93
+ /**
94
+ * (Updatable) Indicates a sequence of characters that match the user's first name of given name cannot be the password. Password validation against policy will be ignored if length of first name is less than or equal to 3 characters.
95
+ */
96
+ readonly firstNameDisallowed: pulumi.Output<boolean>;
97
+ /**
98
+ * (Updatable) Indicates whether all of the users should be forced to reset their password on the next login (to comply with new password policy changes)
99
+ */
100
+ readonly forcePasswordReset: pulumi.Output<boolean>;
101
+ /**
102
+ * (Updatable) A list of groups that the password policy belongs to.
103
+ */
104
+ readonly groups: pulumi.Output<outputs.Identity.DomainsPasswordPolicyGroup[]>;
105
+ /**
106
+ * (Updatable) The User or App who created the Resource
107
+ */
108
+ readonly idcsCreatedBies: pulumi.Output<outputs.Identity.DomainsPasswordPolicyIdcsCreatedBy[]>;
109
+ /**
110
+ * The basic endpoint for the identity domain
111
+ */
112
+ readonly idcsEndpoint: pulumi.Output<string>;
113
+ /**
114
+ * (Updatable) The User or App who modified the Resource
115
+ */
116
+ readonly idcsLastModifiedBies: pulumi.Output<outputs.Identity.DomainsPasswordPolicyIdcsLastModifiedBy[]>;
117
+ /**
118
+ * (Updatable) The release number when the resource was upgraded.
119
+ */
120
+ readonly idcsLastUpgradedInRelease: pulumi.Output<string>;
121
+ /**
122
+ * (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
123
+ */
124
+ readonly idcsPreventedOperations: pulumi.Output<string[]>;
125
+ /**
126
+ * (Updatable) Indicates a sequence of characters that match the user's last name of given name cannot be the password. Password validation against policy will be ignored if length of last name is less than or equal to 3 characters.
127
+ */
128
+ readonly lastNameDisallowed: pulumi.Output<boolean>;
129
+ /**
130
+ * (Updatable) The time period in minutes to lock out a user account when the threshold of invalid login attempts is reached. The available range is from 5 through 1440 minutes (24 hours).
131
+ */
132
+ readonly lockoutDuration: pulumi.Output<number>;
133
+ /**
134
+ * (Updatable) An integer that represents the maximum number of failed logins before an account is locked
135
+ */
136
+ readonly maxIncorrectAttempts: pulumi.Output<number>;
137
+ /**
138
+ * (Updatable) The maximum password length (in characters). A value of 0 or no value indicates no maximum length restriction.
139
+ */
140
+ readonly maxLength: pulumi.Output<number>;
141
+ /**
142
+ * (Updatable) The maximum number of repeated characters allowed in a password. A value of 0 or no value indicates no such restriction.
143
+ */
144
+ readonly maxRepeatedChars: pulumi.Output<number>;
145
+ /**
146
+ * (Updatable) The maximum number of special characters in a password. A value of 0 or no value indicates no maximum special characters restriction.
147
+ */
148
+ readonly maxSpecialChars: pulumi.Output<number>;
149
+ /**
150
+ * (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
151
+ */
152
+ readonly metas: pulumi.Output<outputs.Identity.DomainsPasswordPolicyMeta[]>;
153
+ /**
154
+ * (Updatable) The minimum number of a combination of alphabetic and numeric characters in a password. A value of 0 or no value indicates no minimum alphanumeric character restriction.
155
+ */
156
+ readonly minAlphaNumerals: pulumi.Output<number>;
157
+ /**
158
+ * (Updatable) The minimum number of alphabetic characters in a password. A value of 0 or no value indicates no minimum alphas restriction.
159
+ */
160
+ readonly minAlphas: pulumi.Output<number>;
161
+ /**
162
+ * (Updatable) The minimum password length (in characters). A value of 0 or no value indicates no minimum length restriction.
163
+ */
164
+ readonly minLength: pulumi.Output<number>;
165
+ /**
166
+ * (Updatable) The minimum number of lowercase alphabetic characters in a password. A value of 0 or no value indicates no minimum lowercase restriction.
167
+ */
168
+ readonly minLowerCase: pulumi.Output<number>;
169
+ /**
170
+ * (Updatable) The minimum number of numeric characters in a password. A value of 0 or no value indicates no minimum numeric character restriction.
171
+ */
172
+ readonly minNumerals: pulumi.Output<number>;
173
+ /**
174
+ * (Updatable) Minimum time after which the user can resubmit the reset password request
175
+ */
176
+ readonly minPasswordAge: pulumi.Output<number>;
177
+ /**
178
+ * (Updatable) The minimum number of special characters in a password. A value of 0 or no value indicates no minimum special characters restriction.
179
+ */
180
+ readonly minSpecialChars: pulumi.Output<number>;
181
+ /**
182
+ * (Updatable) The minimum number of unique characters in a password. A value of 0 or no value indicates no minimum unique characters restriction.
183
+ */
184
+ readonly minUniqueChars: pulumi.Output<number>;
185
+ /**
186
+ * (Updatable) The minimum number of uppercase alphabetic characters in a password. A value of 0 or no value indicates no minimum uppercase restriction.
187
+ */
188
+ readonly minUpperCase: pulumi.Output<number>;
189
+ /**
190
+ * (Updatable) A String that is the name of the policy to display to the user. This is the only mandatory attribute for a password policy.
191
+ */
192
+ readonly name: pulumi.Output<string>;
193
+ /**
194
+ * (Updatable) The number of passwords that will be kept in history that may not be used as a password
195
+ */
196
+ readonly numPasswordsInHistory: pulumi.Output<number>;
197
+ /**
198
+ * (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
199
+ */
200
+ readonly ocid: pulumi.Output<string>;
201
+ /**
202
+ * (Updatable) An integer indicating the number of days before which the user should be warned about password expiry.
203
+ */
204
+ readonly passwordExpireWarning: pulumi.Output<number>;
205
+ /**
206
+ * (Updatable) The number of days after which the password expires automatically
207
+ */
208
+ readonly passwordExpiresAfter: pulumi.Output<number>;
209
+ /**
210
+ * (Updatable) Indicates whether the password policy is configured as Simple, Standard, or Custom.
211
+ */
212
+ readonly passwordStrength: pulumi.Output<string>;
213
+ /**
214
+ * (Updatable) Password policy priority
215
+ */
216
+ readonly priority: pulumi.Output<number>;
217
+ /**
218
+ * (Updatable) A String value whose contents indicate a set of characters that must appear, in any sequence, in a password value
219
+ */
220
+ readonly requiredChars: pulumi.Output<string>;
221
+ /**
222
+ * (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.
223
+ */
224
+ readonly resourceTypeSchemaVersion: pulumi.Output<string | undefined>;
225
+ /**
226
+ * (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.
227
+ */
228
+ readonly schemas: pulumi.Output<string[]>;
229
+ /**
230
+ * (Updatable) Indicates that the password must begin with an alphabetic character
231
+ */
232
+ readonly startsWithAlphabet: pulumi.Output<boolean>;
233
+ /**
234
+ * (Updatable) A list of tags on this resource.
235
+ */
236
+ readonly tags: pulumi.Output<outputs.Identity.DomainsPasswordPolicyTag[]>;
237
+ /**
238
+ * (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
239
+ */
240
+ readonly tenancyOcid: pulumi.Output<string>;
241
+ /**
242
+ * (Updatable) Indicates a sequence of characters that match the username cannot be the password. Password validation against policy will be ignored if length of user name is less than or equal to 3 characters.
243
+ */
244
+ readonly userNameDisallowed: pulumi.Output<boolean>;
245
+ /**
246
+ * Create a DomainsPasswordPolicy resource with the given unique name, arguments, and options.
247
+ *
248
+ * @param name The _unique_ name of the resource.
249
+ * @param args The arguments to use to populate this resource's properties.
250
+ * @param opts A bag of options that control this resource's behavior.
251
+ */
252
+ constructor(name: string, args: DomainsPasswordPolicyArgs, opts?: pulumi.CustomResourceOptions);
253
+ }
254
+ /**
255
+ * Input properties used for looking up and filtering DomainsPasswordPolicy resources.
256
+ */
257
+ export interface DomainsPasswordPolicyState {
258
+ /**
259
+ * (Updatable) A String value whose contents indicate a set of characters that can appear, in any sequence, in a password value
260
+ */
261
+ allowedChars?: pulumi.Input<string>;
262
+ /**
263
+ * (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.
264
+ */
265
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
266
+ /**
267
+ * (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.
268
+ */
269
+ attributes?: pulumi.Input<string>;
270
+ /**
271
+ * (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
272
+ */
273
+ authorization?: pulumi.Input<string>;
274
+ /**
275
+ * (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
276
+ */
277
+ compartmentOcid?: pulumi.Input<string>;
278
+ /**
279
+ * (Updatable) List of password policy rules that have values set. This map of stringKey:stringValue pairs can be used to aid users while setting/resetting password
280
+ */
281
+ configuredPasswordPolicyRules?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsPasswordPolicyConfiguredPasswordPolicyRule>[]>;
282
+ /**
283
+ * (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.
284
+ */
285
+ deleteInProgress?: pulumi.Input<boolean>;
286
+ /**
287
+ * (Updatable) A String that describes the password policy
288
+ */
289
+ description?: pulumi.Input<string>;
290
+ /**
291
+ * (Updatable) A delimiter used to separate characters in the dictionary file
292
+ */
293
+ dictionaryDelimiter?: pulumi.Input<string>;
294
+ /**
295
+ * (Updatable) A Reference value that contains the URI of a dictionary of words not allowed to appear within a password value
296
+ */
297
+ dictionaryLocation?: pulumi.Input<string>;
298
+ /**
299
+ * (Updatable) Indicates whether the password can match a dictionary word
300
+ */
301
+ dictionaryWordDisallowed?: pulumi.Input<boolean>;
302
+ /**
303
+ * (Updatable) A String value whose contents indicate a set of characters that cannot appear, in any sequence, in a password value
304
+ */
305
+ disallowedChars?: pulumi.Input<string>;
306
+ /**
307
+ * (Updatable) A String value whose contents indicate a set of substrings that cannot appear, in any sequence, in a password value
308
+ */
309
+ disallowedSubstrings?: pulumi.Input<pulumi.Input<string>[]>;
310
+ /**
311
+ * (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
312
+ */
313
+ domainOcid?: pulumi.Input<string>;
314
+ /**
315
+ * (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
316
+ */
317
+ externalId?: pulumi.Input<string>;
318
+ /**
319
+ * (Updatable) Indicates a sequence of characters that match the user's first name of given name cannot be the password. Password validation against policy will be ignored if length of first name is less than or equal to 3 characters.
320
+ */
321
+ firstNameDisallowed?: pulumi.Input<boolean>;
322
+ /**
323
+ * (Updatable) Indicates whether all of the users should be forced to reset their password on the next login (to comply with new password policy changes)
324
+ */
325
+ forcePasswordReset?: pulumi.Input<boolean>;
326
+ /**
327
+ * (Updatable) A list of groups that the password policy belongs to.
328
+ */
329
+ groups?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsPasswordPolicyGroup>[]>;
330
+ /**
331
+ * (Updatable) The User or App who created the Resource
332
+ */
333
+ idcsCreatedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsPasswordPolicyIdcsCreatedBy>[]>;
334
+ /**
335
+ * The basic endpoint for the identity domain
336
+ */
337
+ idcsEndpoint?: pulumi.Input<string>;
338
+ /**
339
+ * (Updatable) The User or App who modified the Resource
340
+ */
341
+ idcsLastModifiedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsPasswordPolicyIdcsLastModifiedBy>[]>;
342
+ /**
343
+ * (Updatable) The release number when the resource was upgraded.
344
+ */
345
+ idcsLastUpgradedInRelease?: pulumi.Input<string>;
346
+ /**
347
+ * (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
348
+ */
349
+ idcsPreventedOperations?: pulumi.Input<pulumi.Input<string>[]>;
350
+ /**
351
+ * (Updatable) Indicates a sequence of characters that match the user's last name of given name cannot be the password. Password validation against policy will be ignored if length of last name is less than or equal to 3 characters.
352
+ */
353
+ lastNameDisallowed?: pulumi.Input<boolean>;
354
+ /**
355
+ * (Updatable) The time period in minutes to lock out a user account when the threshold of invalid login attempts is reached. The available range is from 5 through 1440 minutes (24 hours).
356
+ */
357
+ lockoutDuration?: pulumi.Input<number>;
358
+ /**
359
+ * (Updatable) An integer that represents the maximum number of failed logins before an account is locked
360
+ */
361
+ maxIncorrectAttempts?: pulumi.Input<number>;
362
+ /**
363
+ * (Updatable) The maximum password length (in characters). A value of 0 or no value indicates no maximum length restriction.
364
+ */
365
+ maxLength?: pulumi.Input<number>;
366
+ /**
367
+ * (Updatable) The maximum number of repeated characters allowed in a password. A value of 0 or no value indicates no such restriction.
368
+ */
369
+ maxRepeatedChars?: pulumi.Input<number>;
370
+ /**
371
+ * (Updatable) The maximum number of special characters in a password. A value of 0 or no value indicates no maximum special characters restriction.
372
+ */
373
+ maxSpecialChars?: pulumi.Input<number>;
374
+ /**
375
+ * (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
376
+ */
377
+ metas?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsPasswordPolicyMeta>[]>;
378
+ /**
379
+ * (Updatable) The minimum number of a combination of alphabetic and numeric characters in a password. A value of 0 or no value indicates no minimum alphanumeric character restriction.
380
+ */
381
+ minAlphaNumerals?: pulumi.Input<number>;
382
+ /**
383
+ * (Updatable) The minimum number of alphabetic characters in a password. A value of 0 or no value indicates no minimum alphas restriction.
384
+ */
385
+ minAlphas?: pulumi.Input<number>;
386
+ /**
387
+ * (Updatable) The minimum password length (in characters). A value of 0 or no value indicates no minimum length restriction.
388
+ */
389
+ minLength?: pulumi.Input<number>;
390
+ /**
391
+ * (Updatable) The minimum number of lowercase alphabetic characters in a password. A value of 0 or no value indicates no minimum lowercase restriction.
392
+ */
393
+ minLowerCase?: pulumi.Input<number>;
394
+ /**
395
+ * (Updatable) The minimum number of numeric characters in a password. A value of 0 or no value indicates no minimum numeric character restriction.
396
+ */
397
+ minNumerals?: pulumi.Input<number>;
398
+ /**
399
+ * (Updatable) Minimum time after which the user can resubmit the reset password request
400
+ */
401
+ minPasswordAge?: pulumi.Input<number>;
402
+ /**
403
+ * (Updatable) The minimum number of special characters in a password. A value of 0 or no value indicates no minimum special characters restriction.
404
+ */
405
+ minSpecialChars?: pulumi.Input<number>;
406
+ /**
407
+ * (Updatable) The minimum number of unique characters in a password. A value of 0 or no value indicates no minimum unique characters restriction.
408
+ */
409
+ minUniqueChars?: pulumi.Input<number>;
410
+ /**
411
+ * (Updatable) The minimum number of uppercase alphabetic characters in a password. A value of 0 or no value indicates no minimum uppercase restriction.
412
+ */
413
+ minUpperCase?: pulumi.Input<number>;
414
+ /**
415
+ * (Updatable) A String that is the name of the policy to display to the user. This is the only mandatory attribute for a password policy.
416
+ */
417
+ name?: pulumi.Input<string>;
418
+ /**
419
+ * (Updatable) The number of passwords that will be kept in history that may not be used as a password
420
+ */
421
+ numPasswordsInHistory?: pulumi.Input<number>;
422
+ /**
423
+ * (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
424
+ */
425
+ ocid?: pulumi.Input<string>;
426
+ /**
427
+ * (Updatable) An integer indicating the number of days before which the user should be warned about password expiry.
428
+ */
429
+ passwordExpireWarning?: pulumi.Input<number>;
430
+ /**
431
+ * (Updatable) The number of days after which the password expires automatically
432
+ */
433
+ passwordExpiresAfter?: pulumi.Input<number>;
434
+ /**
435
+ * (Updatable) Indicates whether the password policy is configured as Simple, Standard, or Custom.
436
+ */
437
+ passwordStrength?: pulumi.Input<string>;
438
+ /**
439
+ * (Updatable) Password policy priority
440
+ */
441
+ priority?: pulumi.Input<number>;
442
+ /**
443
+ * (Updatable) A String value whose contents indicate a set of characters that must appear, in any sequence, in a password value
444
+ */
445
+ requiredChars?: pulumi.Input<string>;
446
+ /**
447
+ * (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.
448
+ */
449
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
450
+ /**
451
+ * (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.
452
+ */
453
+ schemas?: pulumi.Input<pulumi.Input<string>[]>;
454
+ /**
455
+ * (Updatable) Indicates that the password must begin with an alphabetic character
456
+ */
457
+ startsWithAlphabet?: pulumi.Input<boolean>;
458
+ /**
459
+ * (Updatable) A list of tags on this resource.
460
+ */
461
+ tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsPasswordPolicyTag>[]>;
462
+ /**
463
+ * (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
464
+ */
465
+ tenancyOcid?: pulumi.Input<string>;
466
+ /**
467
+ * (Updatable) Indicates a sequence of characters that match the username cannot be the password. Password validation against policy will be ignored if length of user name is less than or equal to 3 characters.
468
+ */
469
+ userNameDisallowed?: pulumi.Input<boolean>;
470
+ }
471
+ /**
472
+ * The set of arguments for constructing a DomainsPasswordPolicy resource.
473
+ */
474
+ export interface DomainsPasswordPolicyArgs {
475
+ /**
476
+ * (Updatable) A String value whose contents indicate a set of characters that can appear, in any sequence, in a password value
477
+ */
478
+ allowedChars?: pulumi.Input<string>;
479
+ /**
480
+ * (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.
481
+ */
482
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
483
+ /**
484
+ * (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.
485
+ */
486
+ attributes?: pulumi.Input<string>;
487
+ /**
488
+ * (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
489
+ */
490
+ authorization?: pulumi.Input<string>;
491
+ /**
492
+ * (Updatable) A String that describes the password policy
493
+ */
494
+ description?: pulumi.Input<string>;
495
+ /**
496
+ * (Updatable) A delimiter used to separate characters in the dictionary file
497
+ */
498
+ dictionaryDelimiter?: pulumi.Input<string>;
499
+ /**
500
+ * (Updatable) A Reference value that contains the URI of a dictionary of words not allowed to appear within a password value
501
+ */
502
+ dictionaryLocation?: pulumi.Input<string>;
503
+ /**
504
+ * (Updatable) Indicates whether the password can match a dictionary word
505
+ */
506
+ dictionaryWordDisallowed?: pulumi.Input<boolean>;
507
+ /**
508
+ * (Updatable) A String value whose contents indicate a set of characters that cannot appear, in any sequence, in a password value
509
+ */
510
+ disallowedChars?: pulumi.Input<string>;
511
+ /**
512
+ * (Updatable) A String value whose contents indicate a set of substrings that cannot appear, in any sequence, in a password value
513
+ */
514
+ disallowedSubstrings?: pulumi.Input<pulumi.Input<string>[]>;
515
+ /**
516
+ * (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
517
+ */
518
+ externalId?: pulumi.Input<string>;
519
+ /**
520
+ * (Updatable) Indicates a sequence of characters that match the user's first name of given name cannot be the password. Password validation against policy will be ignored if length of first name is less than or equal to 3 characters.
521
+ */
522
+ firstNameDisallowed?: pulumi.Input<boolean>;
523
+ /**
524
+ * (Updatable) Indicates whether all of the users should be forced to reset their password on the next login (to comply with new password policy changes)
525
+ */
526
+ forcePasswordReset?: pulumi.Input<boolean>;
527
+ /**
528
+ * (Updatable) A list of groups that the password policy belongs to.
529
+ */
530
+ groups?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsPasswordPolicyGroup>[]>;
531
+ /**
532
+ * The basic endpoint for the identity domain
533
+ */
534
+ idcsEndpoint: pulumi.Input<string>;
535
+ /**
536
+ * (Updatable) Indicates a sequence of characters that match the user's last name of given name cannot be the password. Password validation against policy will be ignored if length of last name is less than or equal to 3 characters.
537
+ */
538
+ lastNameDisallowed?: pulumi.Input<boolean>;
539
+ /**
540
+ * (Updatable) The time period in minutes to lock out a user account when the threshold of invalid login attempts is reached. The available range is from 5 through 1440 minutes (24 hours).
541
+ */
542
+ lockoutDuration?: pulumi.Input<number>;
543
+ /**
544
+ * (Updatable) An integer that represents the maximum number of failed logins before an account is locked
545
+ */
546
+ maxIncorrectAttempts?: pulumi.Input<number>;
547
+ /**
548
+ * (Updatable) The maximum password length (in characters). A value of 0 or no value indicates no maximum length restriction.
549
+ */
550
+ maxLength?: pulumi.Input<number>;
551
+ /**
552
+ * (Updatable) The maximum number of repeated characters allowed in a password. A value of 0 or no value indicates no such restriction.
553
+ */
554
+ maxRepeatedChars?: pulumi.Input<number>;
555
+ /**
556
+ * (Updatable) The maximum number of special characters in a password. A value of 0 or no value indicates no maximum special characters restriction.
557
+ */
558
+ maxSpecialChars?: pulumi.Input<number>;
559
+ /**
560
+ * (Updatable) The minimum number of a combination of alphabetic and numeric characters in a password. A value of 0 or no value indicates no minimum alphanumeric character restriction.
561
+ */
562
+ minAlphaNumerals?: pulumi.Input<number>;
563
+ /**
564
+ * (Updatable) The minimum number of alphabetic characters in a password. A value of 0 or no value indicates no minimum alphas restriction.
565
+ */
566
+ minAlphas?: pulumi.Input<number>;
567
+ /**
568
+ * (Updatable) The minimum password length (in characters). A value of 0 or no value indicates no minimum length restriction.
569
+ */
570
+ minLength?: pulumi.Input<number>;
571
+ /**
572
+ * (Updatable) The minimum number of lowercase alphabetic characters in a password. A value of 0 or no value indicates no minimum lowercase restriction.
573
+ */
574
+ minLowerCase?: pulumi.Input<number>;
575
+ /**
576
+ * (Updatable) The minimum number of numeric characters in a password. A value of 0 or no value indicates no minimum numeric character restriction.
577
+ */
578
+ minNumerals?: pulumi.Input<number>;
579
+ /**
580
+ * (Updatable) Minimum time after which the user can resubmit the reset password request
581
+ */
582
+ minPasswordAge?: pulumi.Input<number>;
583
+ /**
584
+ * (Updatable) The minimum number of special characters in a password. A value of 0 or no value indicates no minimum special characters restriction.
585
+ */
586
+ minSpecialChars?: pulumi.Input<number>;
587
+ /**
588
+ * (Updatable) The minimum number of unique characters in a password. A value of 0 or no value indicates no minimum unique characters restriction.
589
+ */
590
+ minUniqueChars?: pulumi.Input<number>;
591
+ /**
592
+ * (Updatable) The minimum number of uppercase alphabetic characters in a password. A value of 0 or no value indicates no minimum uppercase restriction.
593
+ */
594
+ minUpperCase?: pulumi.Input<number>;
595
+ /**
596
+ * (Updatable) A String that is the name of the policy to display to the user. This is the only mandatory attribute for a password policy.
597
+ */
598
+ name?: pulumi.Input<string>;
599
+ /**
600
+ * (Updatable) The number of passwords that will be kept in history that may not be used as a password
601
+ */
602
+ numPasswordsInHistory?: pulumi.Input<number>;
603
+ /**
604
+ * (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
605
+ */
606
+ ocid?: pulumi.Input<string>;
607
+ /**
608
+ * (Updatable) An integer indicating the number of days before which the user should be warned about password expiry.
609
+ */
610
+ passwordExpireWarning?: pulumi.Input<number>;
611
+ /**
612
+ * (Updatable) The number of days after which the password expires automatically
613
+ */
614
+ passwordExpiresAfter?: pulumi.Input<number>;
615
+ /**
616
+ * (Updatable) Indicates whether the password policy is configured as Simple, Standard, or Custom.
617
+ */
618
+ passwordStrength?: pulumi.Input<string>;
619
+ /**
620
+ * (Updatable) Password policy priority
621
+ */
622
+ priority?: pulumi.Input<number>;
623
+ /**
624
+ * (Updatable) A String value whose contents indicate a set of characters that must appear, in any sequence, in a password value
625
+ */
626
+ requiredChars?: pulumi.Input<string>;
627
+ /**
628
+ * (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.
629
+ */
630
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
631
+ /**
632
+ * (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.
633
+ */
634
+ schemas: pulumi.Input<pulumi.Input<string>[]>;
635
+ /**
636
+ * (Updatable) Indicates that the password must begin with an alphabetic character
637
+ */
638
+ startsWithAlphabet?: pulumi.Input<boolean>;
639
+ /**
640
+ * (Updatable) A list of tags on this resource.
641
+ */
642
+ tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsPasswordPolicyTag>[]>;
643
+ /**
644
+ * (Updatable) Indicates a sequence of characters that match the username cannot be the password. Password validation against policy will be ignored if length of user name is less than or equal to 3 characters.
645
+ */
646
+ userNameDisallowed?: pulumi.Input<boolean>;
647
+ }