@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,191 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.DomainsAuthenticationFactorSetting = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the Authentication Factor Setting resource in Oracle Cloud Infrastructure Identity Domains service.
10
+ *
11
+ * Replace Authentication Factor Settings
12
+ *
13
+ * ## Import
14
+ *
15
+ * AuthenticationFactorSettings can be imported using the `id`, e.g.
16
+ *
17
+ * ```sh
18
+ * $ pulumi import oci:Identity/domainsAuthenticationFactorSetting:DomainsAuthenticationFactorSetting test_authentication_factor_setting "idcsEndpoint/{idcsEndpoint}/authenticationFactorSettings/{authenticationFactorSettingId}"
19
+ * ```
20
+ */
21
+ class DomainsAuthenticationFactorSetting extends pulumi.CustomResource {
22
+ /**
23
+ * Get an existing DomainsAuthenticationFactorSetting resource's state with the given name, ID, and optional extra
24
+ * properties used to qualify the lookup.
25
+ *
26
+ * @param name The _unique_ name of the resulting resource.
27
+ * @param id The _unique_ provider ID of the resource to lookup.
28
+ * @param state Any extra arguments used during the lookup.
29
+ * @param opts Optional settings to control the behavior of the CustomResource.
30
+ */
31
+ static get(name, id, state, opts) {
32
+ return new DomainsAuthenticationFactorSetting(name, state, Object.assign(Object.assign({}, opts), { id: id }));
33
+ }
34
+ /**
35
+ * Returns true if the given object is an instance of DomainsAuthenticationFactorSetting. This is designed to work even
36
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
37
+ */
38
+ static isInstance(obj) {
39
+ if (obj === undefined || obj === null) {
40
+ return false;
41
+ }
42
+ return obj['__pulumiType'] === DomainsAuthenticationFactorSetting.__pulumiType;
43
+ }
44
+ constructor(name, argsOrState, opts) {
45
+ let resourceInputs = {};
46
+ opts = opts || {};
47
+ if (opts.id) {
48
+ const state = argsOrState;
49
+ resourceInputs["attributeSets"] = state ? state.attributeSets : undefined;
50
+ resourceInputs["attributes"] = state ? state.attributes : undefined;
51
+ resourceInputs["authenticationFactorSettingId"] = state ? state.authenticationFactorSettingId : undefined;
52
+ resourceInputs["authorization"] = state ? state.authorization : undefined;
53
+ resourceInputs["autoEnrollEmailFactorDisabled"] = state ? state.autoEnrollEmailFactorDisabled : undefined;
54
+ resourceInputs["bypassCodeEnabled"] = state ? state.bypassCodeEnabled : undefined;
55
+ resourceInputs["bypassCodeSettings"] = state ? state.bypassCodeSettings : undefined;
56
+ resourceInputs["clientAppSettings"] = state ? state.clientAppSettings : undefined;
57
+ resourceInputs["compartmentOcid"] = state ? state.compartmentOcid : undefined;
58
+ resourceInputs["compliancePolicies"] = state ? state.compliancePolicies : undefined;
59
+ resourceInputs["deleteInProgress"] = state ? state.deleteInProgress : undefined;
60
+ resourceInputs["domainOcid"] = state ? state.domainOcid : undefined;
61
+ resourceInputs["emailEnabled"] = state ? state.emailEnabled : undefined;
62
+ resourceInputs["emailSettings"] = state ? state.emailSettings : undefined;
63
+ resourceInputs["endpointRestrictions"] = state ? state.endpointRestrictions : undefined;
64
+ resourceInputs["fidoAuthenticatorEnabled"] = state ? state.fidoAuthenticatorEnabled : undefined;
65
+ resourceInputs["hideBackupFactorEnabled"] = state ? state.hideBackupFactorEnabled : undefined;
66
+ resourceInputs["idcsCreatedBies"] = state ? state.idcsCreatedBies : undefined;
67
+ resourceInputs["idcsEndpoint"] = state ? state.idcsEndpoint : undefined;
68
+ resourceInputs["idcsLastModifiedBies"] = state ? state.idcsLastModifiedBies : undefined;
69
+ resourceInputs["idcsLastUpgradedInRelease"] = state ? state.idcsLastUpgradedInRelease : undefined;
70
+ resourceInputs["idcsPreventedOperations"] = state ? state.idcsPreventedOperations : undefined;
71
+ resourceInputs["identityStoreSettings"] = state ? state.identityStoreSettings : undefined;
72
+ resourceInputs["metas"] = state ? state.metas : undefined;
73
+ resourceInputs["mfaEnabledCategory"] = state ? state.mfaEnabledCategory : undefined;
74
+ resourceInputs["mfaEnrollmentType"] = state ? state.mfaEnrollmentType : undefined;
75
+ resourceInputs["notificationSettings"] = state ? state.notificationSettings : undefined;
76
+ resourceInputs["ocid"] = state ? state.ocid : undefined;
77
+ resourceInputs["phoneCallEnabled"] = state ? state.phoneCallEnabled : undefined;
78
+ resourceInputs["pushEnabled"] = state ? state.pushEnabled : undefined;
79
+ resourceInputs["resourceTypeSchemaVersion"] = state ? state.resourceTypeSchemaVersion : undefined;
80
+ resourceInputs["schemas"] = state ? state.schemas : undefined;
81
+ resourceInputs["securityQuestionsEnabled"] = state ? state.securityQuestionsEnabled : undefined;
82
+ resourceInputs["smsEnabled"] = state ? state.smsEnabled : undefined;
83
+ resourceInputs["tags"] = state ? state.tags : undefined;
84
+ resourceInputs["tenancyOcid"] = state ? state.tenancyOcid : undefined;
85
+ resourceInputs["thirdPartyFactor"] = state ? state.thirdPartyFactor : undefined;
86
+ resourceInputs["totpEnabled"] = state ? state.totpEnabled : undefined;
87
+ resourceInputs["totpSettings"] = state ? state.totpSettings : undefined;
88
+ resourceInputs["urnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings"] = state ? state.urnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings : undefined;
89
+ resourceInputs["urnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings"] = state ? state.urnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings : undefined;
90
+ resourceInputs["userEnrollmentDisabledFactors"] = state ? state.userEnrollmentDisabledFactors : undefined;
91
+ resourceInputs["yubicoOtpEnabled"] = state ? state.yubicoOtpEnabled : undefined;
92
+ }
93
+ else {
94
+ const args = argsOrState;
95
+ if ((!args || args.authenticationFactorSettingId === undefined) && !opts.urn) {
96
+ throw new Error("Missing required property 'authenticationFactorSettingId'");
97
+ }
98
+ if ((!args || args.bypassCodeEnabled === undefined) && !opts.urn) {
99
+ throw new Error("Missing required property 'bypassCodeEnabled'");
100
+ }
101
+ if ((!args || args.bypassCodeSettings === undefined) && !opts.urn) {
102
+ throw new Error("Missing required property 'bypassCodeSettings'");
103
+ }
104
+ if ((!args || args.clientAppSettings === undefined) && !opts.urn) {
105
+ throw new Error("Missing required property 'clientAppSettings'");
106
+ }
107
+ if ((!args || args.compliancePolicies === undefined) && !opts.urn) {
108
+ throw new Error("Missing required property 'compliancePolicies'");
109
+ }
110
+ if ((!args || args.endpointRestrictions === undefined) && !opts.urn) {
111
+ throw new Error("Missing required property 'endpointRestrictions'");
112
+ }
113
+ if ((!args || args.idcsEndpoint === undefined) && !opts.urn) {
114
+ throw new Error("Missing required property 'idcsEndpoint'");
115
+ }
116
+ if ((!args || args.mfaEnrollmentType === undefined) && !opts.urn) {
117
+ throw new Error("Missing required property 'mfaEnrollmentType'");
118
+ }
119
+ if ((!args || args.notificationSettings === undefined) && !opts.urn) {
120
+ throw new Error("Missing required property 'notificationSettings'");
121
+ }
122
+ if ((!args || args.pushEnabled === undefined) && !opts.urn) {
123
+ throw new Error("Missing required property 'pushEnabled'");
124
+ }
125
+ if ((!args || args.schemas === undefined) && !opts.urn) {
126
+ throw new Error("Missing required property 'schemas'");
127
+ }
128
+ if ((!args || args.securityQuestionsEnabled === undefined) && !opts.urn) {
129
+ throw new Error("Missing required property 'securityQuestionsEnabled'");
130
+ }
131
+ if ((!args || args.smsEnabled === undefined) && !opts.urn) {
132
+ throw new Error("Missing required property 'smsEnabled'");
133
+ }
134
+ if ((!args || args.totpEnabled === undefined) && !opts.urn) {
135
+ throw new Error("Missing required property 'totpEnabled'");
136
+ }
137
+ if ((!args || args.totpSettings === undefined) && !opts.urn) {
138
+ throw new Error("Missing required property 'totpSettings'");
139
+ }
140
+ resourceInputs["attributeSets"] = args ? args.attributeSets : undefined;
141
+ resourceInputs["attributes"] = args ? args.attributes : undefined;
142
+ resourceInputs["authenticationFactorSettingId"] = args ? args.authenticationFactorSettingId : undefined;
143
+ resourceInputs["authorization"] = args ? args.authorization : undefined;
144
+ resourceInputs["autoEnrollEmailFactorDisabled"] = args ? args.autoEnrollEmailFactorDisabled : undefined;
145
+ resourceInputs["bypassCodeEnabled"] = args ? args.bypassCodeEnabled : undefined;
146
+ resourceInputs["bypassCodeSettings"] = args ? args.bypassCodeSettings : undefined;
147
+ resourceInputs["clientAppSettings"] = args ? args.clientAppSettings : undefined;
148
+ resourceInputs["compliancePolicies"] = args ? args.compliancePolicies : undefined;
149
+ resourceInputs["emailEnabled"] = args ? args.emailEnabled : undefined;
150
+ resourceInputs["emailSettings"] = args ? args.emailSettings : undefined;
151
+ resourceInputs["endpointRestrictions"] = args ? args.endpointRestrictions : undefined;
152
+ resourceInputs["fidoAuthenticatorEnabled"] = args ? args.fidoAuthenticatorEnabled : undefined;
153
+ resourceInputs["hideBackupFactorEnabled"] = args ? args.hideBackupFactorEnabled : undefined;
154
+ resourceInputs["idcsEndpoint"] = args ? args.idcsEndpoint : undefined;
155
+ resourceInputs["identityStoreSettings"] = args ? args.identityStoreSettings : undefined;
156
+ resourceInputs["mfaEnrollmentType"] = args ? args.mfaEnrollmentType : undefined;
157
+ resourceInputs["notificationSettings"] = args ? args.notificationSettings : undefined;
158
+ resourceInputs["ocid"] = args ? args.ocid : undefined;
159
+ resourceInputs["phoneCallEnabled"] = args ? args.phoneCallEnabled : undefined;
160
+ resourceInputs["pushEnabled"] = args ? args.pushEnabled : undefined;
161
+ resourceInputs["resourceTypeSchemaVersion"] = args ? args.resourceTypeSchemaVersion : undefined;
162
+ resourceInputs["schemas"] = args ? args.schemas : undefined;
163
+ resourceInputs["securityQuestionsEnabled"] = args ? args.securityQuestionsEnabled : undefined;
164
+ resourceInputs["smsEnabled"] = args ? args.smsEnabled : undefined;
165
+ resourceInputs["tags"] = args ? args.tags : undefined;
166
+ resourceInputs["thirdPartyFactor"] = args ? args.thirdPartyFactor : undefined;
167
+ resourceInputs["totpEnabled"] = args ? args.totpEnabled : undefined;
168
+ resourceInputs["totpSettings"] = args ? args.totpSettings : undefined;
169
+ resourceInputs["urnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings"] = args ? args.urnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings : undefined;
170
+ resourceInputs["urnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings"] = args ? args.urnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings : undefined;
171
+ resourceInputs["userEnrollmentDisabledFactors"] = args ? args.userEnrollmentDisabledFactors : undefined;
172
+ resourceInputs["yubicoOtpEnabled"] = args ? args.yubicoOtpEnabled : undefined;
173
+ resourceInputs["compartmentOcid"] = undefined /*out*/;
174
+ resourceInputs["deleteInProgress"] = undefined /*out*/;
175
+ resourceInputs["domainOcid"] = undefined /*out*/;
176
+ resourceInputs["idcsCreatedBies"] = undefined /*out*/;
177
+ resourceInputs["idcsLastModifiedBies"] = undefined /*out*/;
178
+ resourceInputs["idcsLastUpgradedInRelease"] = undefined /*out*/;
179
+ resourceInputs["idcsPreventedOperations"] = undefined /*out*/;
180
+ resourceInputs["metas"] = undefined /*out*/;
181
+ resourceInputs["mfaEnabledCategory"] = undefined /*out*/;
182
+ resourceInputs["tenancyOcid"] = undefined /*out*/;
183
+ }
184
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
185
+ super(DomainsAuthenticationFactorSetting.__pulumiType, name, resourceInputs, opts);
186
+ }
187
+ }
188
+ exports.DomainsAuthenticationFactorSetting = DomainsAuthenticationFactorSetting;
189
+ /** @internal */
190
+ DomainsAuthenticationFactorSetting.__pulumiType = 'oci:Identity/domainsAuthenticationFactorSetting:DomainsAuthenticationFactorSetting';
191
+ //# sourceMappingURL=domainsAuthenticationFactorSetting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domainsAuthenticationFactorSetting.js","sourceRoot":"","sources":["../../identity/domainsAuthenticationFactorSetting.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,299 @@
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 Customer Secret Key resource in Oracle Cloud Infrastructure Identity Domains service.
6
+ *
7
+ * Add a user's customer secret key
8
+ *
9
+ * ## Import
10
+ *
11
+ * CustomerSecretKeys can be imported using the `id`, e.g.
12
+ *
13
+ * ```sh
14
+ * $ pulumi import oci:Identity/domainsCustomerSecretKey:DomainsCustomerSecretKey test_customer_secret_key "idcsEndpoint/{idcsEndpoint}/customerSecretKeys/{customerSecretKeyId}"
15
+ * ```
16
+ */
17
+ export declare class DomainsCustomerSecretKey extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing DomainsCustomerSecretKey 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?: DomainsCustomerSecretKeyState, opts?: pulumi.CustomResourceOptions): DomainsCustomerSecretKey;
28
+ /**
29
+ * Returns true if the given object is an instance of DomainsCustomerSecretKey. 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 DomainsCustomerSecretKey;
33
+ /**
34
+ * (Updatable) Access key
35
+ */
36
+ readonly accessKey: pulumi.Output<string>;
37
+ /**
38
+ * 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
+ * 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
+ * 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) 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.
55
+ */
56
+ readonly deleteInProgress: pulumi.Output<boolean>;
57
+ /**
58
+ * Description
59
+ */
60
+ readonly description: pulumi.Output<string>;
61
+ /**
62
+ * Display Name
63
+ */
64
+ readonly displayName: pulumi.Output<string>;
65
+ /**
66
+ * (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
67
+ */
68
+ readonly domainOcid: pulumi.Output<string>;
69
+ /**
70
+ * User credential expires on
71
+ */
72
+ readonly expiresOn: pulumi.Output<string>;
73
+ /**
74
+ * (Updatable) The User or App who created the Resource
75
+ */
76
+ readonly idcsCreatedBies: pulumi.Output<outputs.Identity.DomainsCustomerSecretKeyIdcsCreatedBy[]>;
77
+ /**
78
+ * The basic endpoint for the identity domain
79
+ */
80
+ readonly idcsEndpoint: pulumi.Output<string>;
81
+ /**
82
+ * (Updatable) The User or App who modified the Resource
83
+ */
84
+ readonly idcsLastModifiedBies: pulumi.Output<outputs.Identity.DomainsCustomerSecretKeyIdcsLastModifiedBy[]>;
85
+ /**
86
+ * (Updatable) The release number when the resource was upgraded.
87
+ */
88
+ readonly idcsLastUpgradedInRelease: pulumi.Output<string>;
89
+ /**
90
+ * (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
91
+ */
92
+ readonly idcsPreventedOperations: pulumi.Output<string[]>;
93
+ /**
94
+ * (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
95
+ */
96
+ readonly metas: pulumi.Output<outputs.Identity.DomainsCustomerSecretKeyMeta[]>;
97
+ /**
98
+ * User's ocid
99
+ */
100
+ readonly ocid: pulumi.Output<string>;
101
+ /**
102
+ * 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.
103
+ */
104
+ readonly resourceTypeSchemaVersion: pulumi.Output<string | undefined>;
105
+ /**
106
+ * 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.
107
+ */
108
+ readonly schemas: pulumi.Output<string[]>;
109
+ /**
110
+ * User credential status
111
+ */
112
+ readonly status: pulumi.Output<string>;
113
+ /**
114
+ * A list of tags on this resource.
115
+ */
116
+ readonly tags: pulumi.Output<outputs.Identity.DomainsCustomerSecretKeyTag[]>;
117
+ /**
118
+ * (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
119
+ */
120
+ readonly tenancyOcid: pulumi.Output<string>;
121
+ /**
122
+ * Controls whether a user can update themselves or not via User related APIs
123
+ */
124
+ readonly urnietfparamsscimschemasoracleidcsextensionselfChangeUser: pulumi.Output<outputs.Identity.DomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser>;
125
+ /**
126
+ * User linked to customer secret key
127
+ */
128
+ readonly user: pulumi.Output<outputs.Identity.DomainsCustomerSecretKeyUser>;
129
+ /**
130
+ * Create a DomainsCustomerSecretKey resource with the given unique name, arguments, and options.
131
+ *
132
+ * @param name The _unique_ name of the resource.
133
+ * @param args The arguments to use to populate this resource's properties.
134
+ * @param opts A bag of options that control this resource's behavior.
135
+ */
136
+ constructor(name: string, args: DomainsCustomerSecretKeyArgs, opts?: pulumi.CustomResourceOptions);
137
+ }
138
+ /**
139
+ * Input properties used for looking up and filtering DomainsCustomerSecretKey resources.
140
+ */
141
+ export interface DomainsCustomerSecretKeyState {
142
+ /**
143
+ * (Updatable) Access key
144
+ */
145
+ accessKey?: pulumi.Input<string>;
146
+ /**
147
+ * 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.
148
+ */
149
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
150
+ /**
151
+ * 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.
152
+ */
153
+ attributes?: pulumi.Input<string>;
154
+ /**
155
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
156
+ */
157
+ authorization?: pulumi.Input<string>;
158
+ /**
159
+ * (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
160
+ */
161
+ compartmentOcid?: pulumi.Input<string>;
162
+ /**
163
+ * (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.
164
+ */
165
+ deleteInProgress?: pulumi.Input<boolean>;
166
+ /**
167
+ * Description
168
+ */
169
+ description?: pulumi.Input<string>;
170
+ /**
171
+ * Display Name
172
+ */
173
+ displayName?: pulumi.Input<string>;
174
+ /**
175
+ * (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
176
+ */
177
+ domainOcid?: pulumi.Input<string>;
178
+ /**
179
+ * User credential expires on
180
+ */
181
+ expiresOn?: pulumi.Input<string>;
182
+ /**
183
+ * (Updatable) The User or App who created the Resource
184
+ */
185
+ idcsCreatedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsCustomerSecretKeyIdcsCreatedBy>[]>;
186
+ /**
187
+ * The basic endpoint for the identity domain
188
+ */
189
+ idcsEndpoint?: pulumi.Input<string>;
190
+ /**
191
+ * (Updatable) The User or App who modified the Resource
192
+ */
193
+ idcsLastModifiedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsCustomerSecretKeyIdcsLastModifiedBy>[]>;
194
+ /**
195
+ * (Updatable) The release number when the resource was upgraded.
196
+ */
197
+ idcsLastUpgradedInRelease?: pulumi.Input<string>;
198
+ /**
199
+ * (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
200
+ */
201
+ idcsPreventedOperations?: pulumi.Input<pulumi.Input<string>[]>;
202
+ /**
203
+ * (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
204
+ */
205
+ metas?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsCustomerSecretKeyMeta>[]>;
206
+ /**
207
+ * User's ocid
208
+ */
209
+ ocid?: pulumi.Input<string>;
210
+ /**
211
+ * 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.
212
+ */
213
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
214
+ /**
215
+ * 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.
216
+ */
217
+ schemas?: pulumi.Input<pulumi.Input<string>[]>;
218
+ /**
219
+ * User credential status
220
+ */
221
+ status?: pulumi.Input<string>;
222
+ /**
223
+ * A list of tags on this resource.
224
+ */
225
+ tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsCustomerSecretKeyTag>[]>;
226
+ /**
227
+ * (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
228
+ */
229
+ tenancyOcid?: pulumi.Input<string>;
230
+ /**
231
+ * Controls whether a user can update themselves or not via User related APIs
232
+ */
233
+ urnietfparamsscimschemasoracleidcsextensionselfChangeUser?: pulumi.Input<inputs.Identity.DomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser>;
234
+ /**
235
+ * User linked to customer secret key
236
+ */
237
+ user?: pulumi.Input<inputs.Identity.DomainsCustomerSecretKeyUser>;
238
+ }
239
+ /**
240
+ * The set of arguments for constructing a DomainsCustomerSecretKey resource.
241
+ */
242
+ export interface DomainsCustomerSecretKeyArgs {
243
+ /**
244
+ * A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
245
+ */
246
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
247
+ /**
248
+ * A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
249
+ */
250
+ attributes?: pulumi.Input<string>;
251
+ /**
252
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
253
+ */
254
+ authorization?: pulumi.Input<string>;
255
+ /**
256
+ * Description
257
+ */
258
+ description?: pulumi.Input<string>;
259
+ /**
260
+ * Display Name
261
+ */
262
+ displayName?: pulumi.Input<string>;
263
+ /**
264
+ * User credential expires on
265
+ */
266
+ expiresOn?: pulumi.Input<string>;
267
+ /**
268
+ * The basic endpoint for the identity domain
269
+ */
270
+ idcsEndpoint: pulumi.Input<string>;
271
+ /**
272
+ * User's ocid
273
+ */
274
+ ocid?: pulumi.Input<string>;
275
+ /**
276
+ * 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.
277
+ */
278
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
279
+ /**
280
+ * 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.
281
+ */
282
+ schemas: pulumi.Input<pulumi.Input<string>[]>;
283
+ /**
284
+ * User credential status
285
+ */
286
+ status?: pulumi.Input<string>;
287
+ /**
288
+ * A list of tags on this resource.
289
+ */
290
+ tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsCustomerSecretKeyTag>[]>;
291
+ /**
292
+ * Controls whether a user can update themselves or not via User related APIs
293
+ */
294
+ urnietfparamsscimschemasoracleidcsextensionselfChangeUser?: pulumi.Input<inputs.Identity.DomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser>;
295
+ /**
296
+ * User linked to customer secret key
297
+ */
298
+ user?: pulumi.Input<inputs.Identity.DomainsCustomerSecretKeyUser>;
299
+ }
@@ -0,0 +1,114 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.DomainsCustomerSecretKey = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the Customer Secret Key resource in Oracle Cloud Infrastructure Identity Domains service.
10
+ *
11
+ * Add a user's customer secret key
12
+ *
13
+ * ## Import
14
+ *
15
+ * CustomerSecretKeys can be imported using the `id`, e.g.
16
+ *
17
+ * ```sh
18
+ * $ pulumi import oci:Identity/domainsCustomerSecretKey:DomainsCustomerSecretKey test_customer_secret_key "idcsEndpoint/{idcsEndpoint}/customerSecretKeys/{customerSecretKeyId}"
19
+ * ```
20
+ */
21
+ class DomainsCustomerSecretKey extends pulumi.CustomResource {
22
+ /**
23
+ * Get an existing DomainsCustomerSecretKey resource's state with the given name, ID, and optional extra
24
+ * properties used to qualify the lookup.
25
+ *
26
+ * @param name The _unique_ name of the resulting resource.
27
+ * @param id The _unique_ provider ID of the resource to lookup.
28
+ * @param state Any extra arguments used during the lookup.
29
+ * @param opts Optional settings to control the behavior of the CustomResource.
30
+ */
31
+ static get(name, id, state, opts) {
32
+ return new DomainsCustomerSecretKey(name, state, Object.assign(Object.assign({}, opts), { id: id }));
33
+ }
34
+ /**
35
+ * Returns true if the given object is an instance of DomainsCustomerSecretKey. This is designed to work even
36
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
37
+ */
38
+ static isInstance(obj) {
39
+ if (obj === undefined || obj === null) {
40
+ return false;
41
+ }
42
+ return obj['__pulumiType'] === DomainsCustomerSecretKey.__pulumiType;
43
+ }
44
+ constructor(name, argsOrState, opts) {
45
+ let resourceInputs = {};
46
+ opts = opts || {};
47
+ if (opts.id) {
48
+ const state = argsOrState;
49
+ resourceInputs["accessKey"] = state ? state.accessKey : undefined;
50
+ resourceInputs["attributeSets"] = state ? state.attributeSets : undefined;
51
+ resourceInputs["attributes"] = state ? state.attributes : undefined;
52
+ resourceInputs["authorization"] = state ? state.authorization : undefined;
53
+ resourceInputs["compartmentOcid"] = state ? state.compartmentOcid : undefined;
54
+ resourceInputs["deleteInProgress"] = state ? state.deleteInProgress : undefined;
55
+ resourceInputs["description"] = state ? state.description : undefined;
56
+ resourceInputs["displayName"] = state ? state.displayName : undefined;
57
+ resourceInputs["domainOcid"] = state ? state.domainOcid : undefined;
58
+ resourceInputs["expiresOn"] = state ? state.expiresOn : undefined;
59
+ resourceInputs["idcsCreatedBies"] = state ? state.idcsCreatedBies : undefined;
60
+ resourceInputs["idcsEndpoint"] = state ? state.idcsEndpoint : undefined;
61
+ resourceInputs["idcsLastModifiedBies"] = state ? state.idcsLastModifiedBies : undefined;
62
+ resourceInputs["idcsLastUpgradedInRelease"] = state ? state.idcsLastUpgradedInRelease : undefined;
63
+ resourceInputs["idcsPreventedOperations"] = state ? state.idcsPreventedOperations : undefined;
64
+ resourceInputs["metas"] = state ? state.metas : undefined;
65
+ resourceInputs["ocid"] = state ? state.ocid : undefined;
66
+ resourceInputs["resourceTypeSchemaVersion"] = state ? state.resourceTypeSchemaVersion : undefined;
67
+ resourceInputs["schemas"] = state ? state.schemas : undefined;
68
+ resourceInputs["status"] = state ? state.status : undefined;
69
+ resourceInputs["tags"] = state ? state.tags : undefined;
70
+ resourceInputs["tenancyOcid"] = state ? state.tenancyOcid : undefined;
71
+ resourceInputs["urnietfparamsscimschemasoracleidcsextensionselfChangeUser"] = state ? state.urnietfparamsscimschemasoracleidcsextensionselfChangeUser : undefined;
72
+ resourceInputs["user"] = state ? state.user : undefined;
73
+ }
74
+ else {
75
+ const args = argsOrState;
76
+ if ((!args || args.idcsEndpoint === undefined) && !opts.urn) {
77
+ throw new Error("Missing required property 'idcsEndpoint'");
78
+ }
79
+ if ((!args || args.schemas === undefined) && !opts.urn) {
80
+ throw new Error("Missing required property 'schemas'");
81
+ }
82
+ resourceInputs["attributeSets"] = args ? args.attributeSets : undefined;
83
+ resourceInputs["attributes"] = args ? args.attributes : undefined;
84
+ resourceInputs["authorization"] = args ? args.authorization : undefined;
85
+ resourceInputs["description"] = args ? args.description : undefined;
86
+ resourceInputs["displayName"] = args ? args.displayName : undefined;
87
+ resourceInputs["expiresOn"] = args ? args.expiresOn : undefined;
88
+ resourceInputs["idcsEndpoint"] = args ? args.idcsEndpoint : undefined;
89
+ resourceInputs["ocid"] = args ? args.ocid : undefined;
90
+ resourceInputs["resourceTypeSchemaVersion"] = args ? args.resourceTypeSchemaVersion : undefined;
91
+ resourceInputs["schemas"] = args ? args.schemas : undefined;
92
+ resourceInputs["status"] = args ? args.status : undefined;
93
+ resourceInputs["tags"] = args ? args.tags : undefined;
94
+ resourceInputs["urnietfparamsscimschemasoracleidcsextensionselfChangeUser"] = args ? args.urnietfparamsscimschemasoracleidcsextensionselfChangeUser : undefined;
95
+ resourceInputs["user"] = args ? args.user : undefined;
96
+ resourceInputs["accessKey"] = undefined /*out*/;
97
+ resourceInputs["compartmentOcid"] = undefined /*out*/;
98
+ resourceInputs["deleteInProgress"] = undefined /*out*/;
99
+ resourceInputs["domainOcid"] = undefined /*out*/;
100
+ resourceInputs["idcsCreatedBies"] = undefined /*out*/;
101
+ resourceInputs["idcsLastModifiedBies"] = undefined /*out*/;
102
+ resourceInputs["idcsLastUpgradedInRelease"] = undefined /*out*/;
103
+ resourceInputs["idcsPreventedOperations"] = undefined /*out*/;
104
+ resourceInputs["metas"] = undefined /*out*/;
105
+ resourceInputs["tenancyOcid"] = undefined /*out*/;
106
+ }
107
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
108
+ super(DomainsCustomerSecretKey.__pulumiType, name, resourceInputs, opts);
109
+ }
110
+ }
111
+ exports.DomainsCustomerSecretKey = DomainsCustomerSecretKey;
112
+ /** @internal */
113
+ DomainsCustomerSecretKey.__pulumiType = 'oci:Identity/domainsCustomerSecretKey:DomainsCustomerSecretKey';
114
+ //# sourceMappingURL=domainsCustomerSecretKey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domainsCustomerSecretKey.js","sourceRoot":"","sources":["../../identity/domainsCustomerSecretKey.ts"],"names":[],"mappings":"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"}