@pulumi/oci 0.11.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/clusterNetwork.d.ts +3 -3
- package/core/getClusterNetwork.d.ts +1 -1
- package/core/getClusterNetworks.d.ts +1 -1
- package/core/getInstance.d.ts +1 -1
- package/core/getInstancePool.d.ts +1 -1
- package/core/getInstancePools.d.ts +1 -1
- package/core/instance.d.ts +3 -3
- package/core/instancePool.d.ts +4 -4
- package/core/instancePool.js +1 -1
- package/database/dbSystem.d.ts +8 -0
- package/database/dbSystem.js +2 -0
- package/database/dbSystem.js.map +1 -1
- package/goldengate/deployment.d.ts +42 -2
- package/goldengate/deployment.js +9 -1
- package/goldengate/deployment.js.map +1 -1
- package/goldengate/getDeployment.d.ts +17 -1
- package/goldengate/getDeployment.js.map +1 -1
- package/goldengate/getDeploymentTypes.d.ts +28 -0
- package/goldengate/getDeploymentTypes.js +6 -0
- package/goldengate/getDeploymentTypes.js.map +1 -1
- package/goldengate/getDeploymentUpgrade.d.ts +34 -0
- package/goldengate/getDeploymentUpgrade.js.map +1 -1
- package/goldengate/getDeploymentVersions.d.ts +97 -0
- package/goldengate/getDeploymentVersions.js +58 -0
- package/goldengate/getDeploymentVersions.js.map +1 -0
- package/goldengate/index.d.ts +3 -0
- package/goldengate/index.js +4 -1
- package/goldengate/index.js.map +1 -1
- package/identity/domainsApiKey.d.ts +275 -0
- package/identity/domainsApiKey.js +113 -0
- package/identity/domainsApiKey.js.map +1 -0
- package/identity/domainsAuthToken.d.ts +279 -0
- package/identity/domainsAuthToken.js +110 -0
- package/identity/domainsAuthToken.js.map +1 -0
- package/identity/domainsAuthenticationFactorSetting.d.ts +527 -0
- package/identity/domainsAuthenticationFactorSetting.js +191 -0
- package/identity/domainsAuthenticationFactorSetting.js.map +1 -0
- package/identity/domainsCustomerSecretKey.d.ts +299 -0
- package/identity/domainsCustomerSecretKey.js +114 -0
- package/identity/domainsCustomerSecretKey.js.map +1 -0
- package/identity/domainsDynamicResourceGroup.d.ts +283 -0
- package/identity/domainsDynamicResourceGroup.js +118 -0
- package/identity/domainsDynamicResourceGroup.js.map +1 -0
- package/identity/domainsGroup.d.ts +335 -0
- package/identity/domainsGroup.js +123 -0
- package/identity/domainsGroup.js.map +1 -0
- package/identity/domainsIdentityProvider.d.ts +755 -0
- package/identity/domainsIdentityProvider.js +196 -0
- package/identity/domainsIdentityProvider.js.map +1 -0
- package/identity/domainsKmsiSetting.d.ts +327 -0
- package/identity/domainsKmsiSetting.js +121 -0
- package/identity/domainsKmsiSetting.js.map +1 -0
- package/identity/domainsMyApiKey.d.ts +239 -0
- package/identity/domainsMyApiKey.js +107 -0
- package/identity/domainsMyApiKey.js.map +1 -0
- package/identity/domainsMyAuthToken.d.ts +243 -0
- package/identity/domainsMyAuthToken.js +104 -0
- package/identity/domainsMyAuthToken.js.map +1 -0
- package/identity/domainsMyCustomerSecretKey.d.ts +263 -0
- package/identity/domainsMyCustomerSecretKey.js +108 -0
- package/identity/domainsMyCustomerSecretKey.js.map +1 -0
- package/identity/domainsMyOauth2clientCredential.d.ts +279 -0
- package/identity/domainsMyOauth2clientCredential.js +113 -0
- package/identity/domainsMyOauth2clientCredential.js.map +1 -0
- package/identity/domainsMySmtpCredential.d.ts +251 -0
- package/identity/domainsMySmtpCredential.js +106 -0
- package/identity/domainsMySmtpCredential.js.map +1 -0
- package/identity/domainsMySupportAccount.d.ts +235 -0
- package/identity/domainsMySupportAccount.js +107 -0
- package/identity/domainsMySupportAccount.js.map +1 -0
- package/identity/domainsMyUserDbCredential.d.ts +303 -0
- package/identity/domainsMyUserDbCredential.js +123 -0
- package/identity/domainsMyUserDbCredential.js.map +1 -0
- package/identity/domainsOauth2clientCredential.d.ts +315 -0
- package/identity/domainsOauth2clientCredential.js +119 -0
- package/identity/domainsOauth2clientCredential.js.map +1 -0
- package/identity/domainsPasswordPolicy.d.ts +647 -0
- package/identity/domainsPasswordPolicy.js +174 -0
- package/identity/domainsPasswordPolicy.js.map +1 -0
- package/identity/domainsSmtpCredential.d.ts +287 -0
- package/identity/domainsSmtpCredential.js +112 -0
- package/identity/domainsSmtpCredential.js.map +1 -0
- package/identity/domainsUser.d.ts +719 -0
- package/identity/domainsUser.js +191 -0
- package/identity/domainsUser.js.map +1 -0
- package/identity/domainsUserDbCredential.d.ts +339 -0
- package/identity/domainsUserDbCredential.js +129 -0
- package/identity/domainsUserDbCredential.js.map +1 -0
- package/identity/getDomainsApiKey.d.ts +187 -0
- package/identity/getDomainsApiKey.js +66 -0
- package/identity/getDomainsApiKey.js.map +1 -0
- package/identity/getDomainsApiKeys.d.ts +160 -0
- package/identity/getDomainsApiKeys.js +75 -0
- package/identity/getDomainsApiKeys.js.map +1 -0
- package/identity/getDomainsAuthToken.d.ts +187 -0
- package/identity/getDomainsAuthToken.js +66 -0
- package/identity/getDomainsAuthToken.js.map +1 -0
- package/identity/getDomainsAuthTokens.d.ts +160 -0
- package/identity/getDomainsAuthTokens.js +75 -0
- package/identity/getDomainsAuthTokens.js.map +1 -0
- package/identity/getDomainsAuthenticationFactorSetting.d.ts +267 -0
- package/identity/getDomainsAuthenticationFactorSetting.js +66 -0
- package/identity/getDomainsAuthenticationFactorSetting.js.map +1 -0
- package/identity/getDomainsAuthenticationFactorSettings.d.ts +122 -0
- package/identity/getDomainsAuthenticationFactorSettings.js +64 -0
- package/identity/getDomainsAuthenticationFactorSettings.js.map +1 -0
- package/identity/getDomainsCustomerSecretKey.d.ts +195 -0
- package/identity/getDomainsCustomerSecretKey.js +66 -0
- package/identity/getDomainsCustomerSecretKey.js.map +1 -0
- package/identity/getDomainsCustomerSecretKeys.d.ts +160 -0
- package/identity/getDomainsCustomerSecretKeys.js +75 -0
- package/identity/getDomainsCustomerSecretKeys.js.map +1 -0
- package/identity/getDomainsDynamicResourceGroup.d.ts +191 -0
- package/identity/getDomainsDynamicResourceGroup.js +66 -0
- package/identity/getDomainsDynamicResourceGroup.js.map +1 -0
- package/identity/getDomainsDynamicResourceGroups.d.ts +160 -0
- package/identity/getDomainsDynamicResourceGroups.js +75 -0
- package/identity/getDomainsDynamicResourceGroups.js.map +1 -0
- package/identity/getDomainsGroup.d.ts +207 -0
- package/identity/getDomainsGroup.js +66 -0
- package/identity/getDomainsGroup.js.map +1 -0
- package/identity/getDomainsGroups.d.ts +160 -0
- package/identity/getDomainsGroups.js +75 -0
- package/identity/getDomainsGroups.js.map +1 -0
- package/identity/getDomainsIdentityProvider.d.ts +347 -0
- package/identity/getDomainsIdentityProvider.js +66 -0
- package/identity/getDomainsIdentityProvider.js.map +1 -0
- package/identity/getDomainsIdentityProviders.d.ts +160 -0
- package/identity/getDomainsIdentityProviders.js +75 -0
- package/identity/getDomainsIdentityProviders.js.map +1 -0
- package/identity/getDomainsKmsiSetting.d.ts +199 -0
- package/identity/getDomainsKmsiSetting.js +66 -0
- package/identity/getDomainsKmsiSetting.js.map +1 -0
- package/identity/getDomainsKmsiSettings.d.ts +122 -0
- package/identity/getDomainsKmsiSettings.js +64 -0
- package/identity/getDomainsKmsiSettings.js.map +1 -0
- package/identity/getDomainsMyApiKey.d.ts +161 -0
- package/identity/getDomainsMyApiKey.js +60 -0
- package/identity/getDomainsMyApiKey.js.map +1 -0
- package/identity/getDomainsMyApiKeys.d.ts +138 -0
- package/identity/getDomainsMyApiKeys.js +69 -0
- package/identity/getDomainsMyApiKeys.js.map +1 -0
- package/identity/getDomainsMyAuthToken.d.ts +161 -0
- package/identity/getDomainsMyAuthToken.js +60 -0
- package/identity/getDomainsMyAuthToken.js.map +1 -0
- package/identity/getDomainsMyAuthTokens.d.ts +138 -0
- package/identity/getDomainsMyAuthTokens.js +69 -0
- package/identity/getDomainsMyAuthTokens.js.map +1 -0
- package/identity/getDomainsMyCustomerSecretKey.d.ts +169 -0
- package/identity/getDomainsMyCustomerSecretKey.js +60 -0
- package/identity/getDomainsMyCustomerSecretKey.js.map +1 -0
- package/identity/getDomainsMyCustomerSecretKeys.d.ts +138 -0
- package/identity/getDomainsMyCustomerSecretKeys.js +69 -0
- package/identity/getDomainsMyCustomerSecretKeys.js.map +1 -0
- package/identity/getDomainsMyDevice.d.ts +271 -0
- package/identity/getDomainsMyDevice.js +66 -0
- package/identity/getDomainsMyDevice.js.map +1 -0
- package/identity/getDomainsMyDevices.d.ts +160 -0
- package/identity/getDomainsMyDevices.js +75 -0
- package/identity/getDomainsMyDevices.js.map +1 -0
- package/identity/getDomainsMyGroups.d.ts +169 -0
- package/identity/getDomainsMyGroups.js +75 -0
- package/identity/getDomainsMyGroups.js.map +1 -0
- package/identity/getDomainsMyOauth2clientCredential.d.ts +173 -0
- package/identity/getDomainsMyOauth2clientCredential.js +60 -0
- package/identity/getDomainsMyOauth2clientCredential.js.map +1 -0
- package/identity/getDomainsMyOauth2clientCredentials.d.ts +138 -0
- package/identity/getDomainsMyOauth2clientCredentials.js +69 -0
- package/identity/getDomainsMyOauth2clientCredentials.js.map +1 -0
- package/identity/getDomainsMySmtpCredential.d.ts +165 -0
- package/identity/getDomainsMySmtpCredential.js +60 -0
- package/identity/getDomainsMySmtpCredential.js.map +1 -0
- package/identity/getDomainsMySmtpCredentials.d.ts +138 -0
- package/identity/getDomainsMySmtpCredentials.js +69 -0
- package/identity/getDomainsMySmtpCredentials.js.map +1 -0
- package/identity/getDomainsMySupportAccount.d.ts +161 -0
- package/identity/getDomainsMySupportAccount.js +60 -0
- package/identity/getDomainsMySupportAccount.js.map +1 -0
- package/identity/getDomainsMySupportAccounts.d.ts +138 -0
- package/identity/getDomainsMySupportAccounts.js +69 -0
- package/identity/getDomainsMySupportAccounts.js.map +1 -0
- package/identity/getDomainsMyTrustedUserAgent.d.ts +203 -0
- package/identity/getDomainsMyTrustedUserAgent.js +66 -0
- package/identity/getDomainsMyTrustedUserAgent.js.map +1 -0
- package/identity/getDomainsMyTrustedUserAgents.d.ts +160 -0
- package/identity/getDomainsMyTrustedUserAgents.js +75 -0
- package/identity/getDomainsMyTrustedUserAgents.js.map +1 -0
- package/identity/getDomainsMyUserDbCredential.d.ts +189 -0
- package/identity/getDomainsMyUserDbCredential.js +60 -0
- package/identity/getDomainsMyUserDbCredential.js.map +1 -0
- package/identity/getDomainsMyUserDbCredentials.d.ts +138 -0
- package/identity/getDomainsMyUserDbCredentials.js +69 -0
- package/identity/getDomainsMyUserDbCredentials.js.map +1 -0
- package/identity/getDomainsOauth2clientCredential.d.ts +199 -0
- package/identity/getDomainsOauth2clientCredential.js +66 -0
- package/identity/getDomainsOauth2clientCredential.js.map +1 -0
- package/identity/getDomainsOauth2clientCredentials.d.ts +160 -0
- package/identity/getDomainsOauth2clientCredentials.js +75 -0
- package/identity/getDomainsOauth2clientCredentials.js.map +1 -0
- package/identity/getDomainsPasswordPolicies.d.ts +160 -0
- package/identity/getDomainsPasswordPolicies.js +75 -0
- package/identity/getDomainsPasswordPolicies.js.map +1 -0
- package/identity/getDomainsPasswordPolicy.d.ts +311 -0
- package/identity/getDomainsPasswordPolicy.js +66 -0
- package/identity/getDomainsPasswordPolicy.js.map +1 -0
- package/identity/getDomainsSmtpCredential.d.ts +191 -0
- package/identity/getDomainsSmtpCredential.js +66 -0
- package/identity/getDomainsSmtpCredential.js.map +1 -0
- package/identity/getDomainsSmtpCredentials.d.ts +160 -0
- package/identity/getDomainsSmtpCredentials.js +75 -0
- package/identity/getDomainsSmtpCredentials.js.map +1 -0
- package/identity/getDomainsUser.d.ts +342 -0
- package/identity/getDomainsUser.js +66 -0
- package/identity/getDomainsUser.js.map +1 -0
- package/identity/getDomainsUserDbCredential.d.ts +215 -0
- package/identity/getDomainsUserDbCredential.js +66 -0
- package/identity/getDomainsUserDbCredential.js.map +1 -0
- package/identity/getDomainsUserDbCredentials.d.ts +160 -0
- package/identity/getDomainsUserDbCredentials.js +75 -0
- package/identity/getDomainsUserDbCredentials.js.map +1 -0
- package/identity/getDomainsUsers.d.ts +160 -0
- package/identity/getDomainsUsers.js +75 -0
- package/identity/getDomainsUsers.js.map +1 -0
- package/identity/index.d.ts +195 -0
- package/identity/index.js +240 -3
- package/identity/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +3962 -14
- package/types/output.d.ts +15798 -275
|
@@ -0,0 +1,107 @@
|
|
|
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.DomainsMySupportAccount = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the My Support Account resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Create a Support Account
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* MySupportAccounts can be imported using the `id`, e.g.
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import oci:Identity/domainsMySupportAccount:DomainsMySupportAccount test_my_support_account "idcsEndpoint/{idcsEndpoint}/mySupportAccounts/{mySupportAccountId}"
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
class DomainsMySupportAccount extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing DomainsMySupportAccount 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 DomainsMySupportAccount(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Returns true if the given object is an instance of DomainsMySupportAccount. 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'] === DomainsMySupportAccount.__pulumiType;
|
|
43
|
+
}
|
|
44
|
+
constructor(name, argsOrState, opts) {
|
|
45
|
+
let resourceInputs = {};
|
|
46
|
+
opts = opts || {};
|
|
47
|
+
if (opts.id) {
|
|
48
|
+
const state = argsOrState;
|
|
49
|
+
resourceInputs["authorization"] = state ? state.authorization : undefined;
|
|
50
|
+
resourceInputs["compartmentOcid"] = state ? state.compartmentOcid : undefined;
|
|
51
|
+
resourceInputs["deleteInProgress"] = state ? state.deleteInProgress : undefined;
|
|
52
|
+
resourceInputs["domainOcid"] = state ? state.domainOcid : undefined;
|
|
53
|
+
resourceInputs["idcsCreatedBies"] = state ? state.idcsCreatedBies : undefined;
|
|
54
|
+
resourceInputs["idcsEndpoint"] = state ? state.idcsEndpoint : undefined;
|
|
55
|
+
resourceInputs["idcsLastModifiedBies"] = state ? state.idcsLastModifiedBies : undefined;
|
|
56
|
+
resourceInputs["idcsLastUpgradedInRelease"] = state ? state.idcsLastUpgradedInRelease : undefined;
|
|
57
|
+
resourceInputs["idcsPreventedOperations"] = state ? state.idcsPreventedOperations : undefined;
|
|
58
|
+
resourceInputs["metas"] = state ? state.metas : undefined;
|
|
59
|
+
resourceInputs["mySupportAccountProvider"] = state ? state.mySupportAccountProvider : undefined;
|
|
60
|
+
resourceInputs["ocid"] = state ? state.ocid : undefined;
|
|
61
|
+
resourceInputs["resourceTypeSchemaVersion"] = state ? state.resourceTypeSchemaVersion : undefined;
|
|
62
|
+
resourceInputs["schemas"] = state ? state.schemas : undefined;
|
|
63
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
64
|
+
resourceInputs["tenancyOcid"] = state ? state.tenancyOcid : undefined;
|
|
65
|
+
resourceInputs["token"] = state ? state.token : undefined;
|
|
66
|
+
resourceInputs["user"] = state ? state.user : undefined;
|
|
67
|
+
resourceInputs["userId"] = state ? state.userId : undefined;
|
|
68
|
+
}
|
|
69
|
+
else {
|
|
70
|
+
const args = argsOrState;
|
|
71
|
+
if ((!args || args.idcsEndpoint === undefined) && !opts.urn) {
|
|
72
|
+
throw new Error("Missing required property 'idcsEndpoint'");
|
|
73
|
+
}
|
|
74
|
+
if ((!args || args.schemas === undefined) && !opts.urn) {
|
|
75
|
+
throw new Error("Missing required property 'schemas'");
|
|
76
|
+
}
|
|
77
|
+
if ((!args || args.token === undefined) && !opts.urn) {
|
|
78
|
+
throw new Error("Missing required property 'token'");
|
|
79
|
+
}
|
|
80
|
+
resourceInputs["authorization"] = args ? args.authorization : undefined;
|
|
81
|
+
resourceInputs["idcsEndpoint"] = args ? args.idcsEndpoint : undefined;
|
|
82
|
+
resourceInputs["ocid"] = args ? args.ocid : undefined;
|
|
83
|
+
resourceInputs["resourceTypeSchemaVersion"] = args ? args.resourceTypeSchemaVersion : undefined;
|
|
84
|
+
resourceInputs["schemas"] = args ? args.schemas : undefined;
|
|
85
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
86
|
+
resourceInputs["token"] = args ? args.token : undefined;
|
|
87
|
+
resourceInputs["user"] = args ? args.user : undefined;
|
|
88
|
+
resourceInputs["compartmentOcid"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["deleteInProgress"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["domainOcid"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["idcsCreatedBies"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["idcsLastModifiedBies"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["idcsLastUpgradedInRelease"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["idcsPreventedOperations"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["metas"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["mySupportAccountProvider"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["tenancyOcid"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["userId"] = undefined /*out*/;
|
|
99
|
+
}
|
|
100
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
101
|
+
super(DomainsMySupportAccount.__pulumiType, name, resourceInputs, opts);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
exports.DomainsMySupportAccount = DomainsMySupportAccount;
|
|
105
|
+
/** @internal */
|
|
106
|
+
DomainsMySupportAccount.__pulumiType = 'oci:Identity/domainsMySupportAccount:DomainsMySupportAccount';
|
|
107
|
+
//# sourceMappingURL=domainsMySupportAccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domainsMySupportAccount.js","sourceRoot":"","sources":["../../identity/domainsMySupportAccount.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,303 @@
|
|
|
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 My User Db Credential resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
6
|
+
*
|
|
7
|
+
* Set a User's DbCredential
|
|
8
|
+
*
|
|
9
|
+
* ## Import
|
|
10
|
+
*
|
|
11
|
+
* MyUserDbCredentials can be imported using the `id`, e.g.
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import oci:Identity/domainsMyUserDbCredential:DomainsMyUserDbCredential test_my_user_db_credential "idcsEndpoint/{idcsEndpoint}/myUserDbCredentials/{myUserDbCredentialId}"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare class DomainsMyUserDbCredential extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing DomainsMyUserDbCredential 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?: DomainsMyUserDbCredentialState, opts?: pulumi.CustomResourceOptions): DomainsMyUserDbCredential;
|
|
28
|
+
/**
|
|
29
|
+
* Returns true if the given object is an instance of DomainsMyUserDbCredential. 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 DomainsMyUserDbCredential;
|
|
33
|
+
/**
|
|
34
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
35
|
+
*/
|
|
36
|
+
readonly authorization: pulumi.Output<string | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
39
|
+
*/
|
|
40
|
+
readonly compartmentOcid: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* The db password of the user
|
|
43
|
+
*/
|
|
44
|
+
readonly dbPassword: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* (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.
|
|
47
|
+
*/
|
|
48
|
+
readonly deleteInProgress: pulumi.Output<boolean>;
|
|
49
|
+
/**
|
|
50
|
+
* Description
|
|
51
|
+
*/
|
|
52
|
+
readonly description: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
55
|
+
*/
|
|
56
|
+
readonly domainOcid: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* (Updatable) Indicates that the db password has expired
|
|
59
|
+
*/
|
|
60
|
+
readonly expired: pulumi.Output<boolean>;
|
|
61
|
+
/**
|
|
62
|
+
* User credential expires on
|
|
63
|
+
*/
|
|
64
|
+
readonly expiresOn: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* (Updatable) The User or App who created the Resource
|
|
67
|
+
*/
|
|
68
|
+
readonly idcsCreatedBies: pulumi.Output<outputs.Identity.DomainsMyUserDbCredentialIdcsCreatedBy[]>;
|
|
69
|
+
/**
|
|
70
|
+
* The basic endpoint for the identity domain
|
|
71
|
+
*/
|
|
72
|
+
readonly idcsEndpoint: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* (Updatable) The User or App who modified the Resource
|
|
75
|
+
*/
|
|
76
|
+
readonly idcsLastModifiedBies: pulumi.Output<outputs.Identity.DomainsMyUserDbCredentialIdcsLastModifiedBy[]>;
|
|
77
|
+
/**
|
|
78
|
+
* (Updatable) The release number when the resource was upgraded.
|
|
79
|
+
*/
|
|
80
|
+
readonly idcsLastUpgradedInRelease: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
83
|
+
*/
|
|
84
|
+
readonly idcsPreventedOperations: pulumi.Output<string[]>;
|
|
85
|
+
/**
|
|
86
|
+
* (Updatable) A DateTime that specifies the date and time when the current db password was set
|
|
87
|
+
*/
|
|
88
|
+
readonly lastSetDate: pulumi.Output<string>;
|
|
89
|
+
/**
|
|
90
|
+
* (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
91
|
+
*/
|
|
92
|
+
readonly metas: pulumi.Output<outputs.Identity.DomainsMyUserDbCredentialMeta[]>;
|
|
93
|
+
/**
|
|
94
|
+
* (Updatable) The db password of the user with mixed salt
|
|
95
|
+
*/
|
|
96
|
+
readonly mixedDbPassword: pulumi.Output<string>;
|
|
97
|
+
/**
|
|
98
|
+
* (Updatable) The mixed salt of the password
|
|
99
|
+
*/
|
|
100
|
+
readonly mixedSalt: pulumi.Output<string>;
|
|
101
|
+
/**
|
|
102
|
+
* (Updatable) User name
|
|
103
|
+
*/
|
|
104
|
+
readonly name: pulumi.Output<string>;
|
|
105
|
+
/**
|
|
106
|
+
* User's ocid
|
|
107
|
+
*/
|
|
108
|
+
readonly ocid: pulumi.Output<string>;
|
|
109
|
+
/**
|
|
110
|
+
* 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.
|
|
111
|
+
*/
|
|
112
|
+
readonly resourceTypeSchemaVersion: pulumi.Output<string | undefined>;
|
|
113
|
+
/**
|
|
114
|
+
* (Updatable) The salt of the password
|
|
115
|
+
*/
|
|
116
|
+
readonly salt: pulumi.Output<string>;
|
|
117
|
+
/**
|
|
118
|
+
* 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.
|
|
119
|
+
*/
|
|
120
|
+
readonly schemas: pulumi.Output<string[]>;
|
|
121
|
+
/**
|
|
122
|
+
* User credential status
|
|
123
|
+
*/
|
|
124
|
+
readonly status: pulumi.Output<string>;
|
|
125
|
+
/**
|
|
126
|
+
* A list of tags on this resource.
|
|
127
|
+
*/
|
|
128
|
+
readonly tags: pulumi.Output<outputs.Identity.DomainsMyUserDbCredentialTag[]>;
|
|
129
|
+
/**
|
|
130
|
+
* (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
131
|
+
*/
|
|
132
|
+
readonly tenancyOcid: pulumi.Output<string>;
|
|
133
|
+
/**
|
|
134
|
+
* User linked to db credential
|
|
135
|
+
*/
|
|
136
|
+
readonly user: pulumi.Output<outputs.Identity.DomainsMyUserDbCredentialUser>;
|
|
137
|
+
/**
|
|
138
|
+
* Create a DomainsMyUserDbCredential resource with the given unique name, arguments, and options.
|
|
139
|
+
*
|
|
140
|
+
* @param name The _unique_ name of the resource.
|
|
141
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
142
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
143
|
+
*/
|
|
144
|
+
constructor(name: string, args: DomainsMyUserDbCredentialArgs, opts?: pulumi.CustomResourceOptions);
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Input properties used for looking up and filtering DomainsMyUserDbCredential resources.
|
|
148
|
+
*/
|
|
149
|
+
export interface DomainsMyUserDbCredentialState {
|
|
150
|
+
/**
|
|
151
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
152
|
+
*/
|
|
153
|
+
authorization?: pulumi.Input<string>;
|
|
154
|
+
/**
|
|
155
|
+
* (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
156
|
+
*/
|
|
157
|
+
compartmentOcid?: pulumi.Input<string>;
|
|
158
|
+
/**
|
|
159
|
+
* The db password of the user
|
|
160
|
+
*/
|
|
161
|
+
dbPassword?: 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
|
+
* (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
172
|
+
*/
|
|
173
|
+
domainOcid?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* (Updatable) Indicates that the db password has expired
|
|
176
|
+
*/
|
|
177
|
+
expired?: pulumi.Input<boolean>;
|
|
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.DomainsMyUserDbCredentialIdcsCreatedBy>[]>;
|
|
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.DomainsMyUserDbCredentialIdcsLastModifiedBy>[]>;
|
|
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 DateTime that specifies the date and time when the current db password was set
|
|
204
|
+
*/
|
|
205
|
+
lastSetDate?: pulumi.Input<string>;
|
|
206
|
+
/**
|
|
207
|
+
* (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
208
|
+
*/
|
|
209
|
+
metas?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsMyUserDbCredentialMeta>[]>;
|
|
210
|
+
/**
|
|
211
|
+
* (Updatable) The db password of the user with mixed salt
|
|
212
|
+
*/
|
|
213
|
+
mixedDbPassword?: pulumi.Input<string>;
|
|
214
|
+
/**
|
|
215
|
+
* (Updatable) The mixed salt of the password
|
|
216
|
+
*/
|
|
217
|
+
mixedSalt?: pulumi.Input<string>;
|
|
218
|
+
/**
|
|
219
|
+
* (Updatable) User name
|
|
220
|
+
*/
|
|
221
|
+
name?: pulumi.Input<string>;
|
|
222
|
+
/**
|
|
223
|
+
* User's ocid
|
|
224
|
+
*/
|
|
225
|
+
ocid?: pulumi.Input<string>;
|
|
226
|
+
/**
|
|
227
|
+
* 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.
|
|
228
|
+
*/
|
|
229
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
230
|
+
/**
|
|
231
|
+
* (Updatable) The salt of the password
|
|
232
|
+
*/
|
|
233
|
+
salt?: pulumi.Input<string>;
|
|
234
|
+
/**
|
|
235
|
+
* 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.
|
|
236
|
+
*/
|
|
237
|
+
schemas?: pulumi.Input<pulumi.Input<string>[]>;
|
|
238
|
+
/**
|
|
239
|
+
* User credential status
|
|
240
|
+
*/
|
|
241
|
+
status?: pulumi.Input<string>;
|
|
242
|
+
/**
|
|
243
|
+
* A list of tags on this resource.
|
|
244
|
+
*/
|
|
245
|
+
tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsMyUserDbCredentialTag>[]>;
|
|
246
|
+
/**
|
|
247
|
+
* (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
248
|
+
*/
|
|
249
|
+
tenancyOcid?: pulumi.Input<string>;
|
|
250
|
+
/**
|
|
251
|
+
* User linked to db credential
|
|
252
|
+
*/
|
|
253
|
+
user?: pulumi.Input<inputs.Identity.DomainsMyUserDbCredentialUser>;
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* The set of arguments for constructing a DomainsMyUserDbCredential resource.
|
|
257
|
+
*/
|
|
258
|
+
export interface DomainsMyUserDbCredentialArgs {
|
|
259
|
+
/**
|
|
260
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
261
|
+
*/
|
|
262
|
+
authorization?: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* The db password of the user
|
|
265
|
+
*/
|
|
266
|
+
dbPassword: pulumi.Input<string>;
|
|
267
|
+
/**
|
|
268
|
+
* Description
|
|
269
|
+
*/
|
|
270
|
+
description?: pulumi.Input<string>;
|
|
271
|
+
/**
|
|
272
|
+
* User credential expires on
|
|
273
|
+
*/
|
|
274
|
+
expiresOn?: pulumi.Input<string>;
|
|
275
|
+
/**
|
|
276
|
+
* The basic endpoint for the identity domain
|
|
277
|
+
*/
|
|
278
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
279
|
+
/**
|
|
280
|
+
* User's ocid
|
|
281
|
+
*/
|
|
282
|
+
ocid?: pulumi.Input<string>;
|
|
283
|
+
/**
|
|
284
|
+
* 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.
|
|
285
|
+
*/
|
|
286
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
287
|
+
/**
|
|
288
|
+
* 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.
|
|
289
|
+
*/
|
|
290
|
+
schemas: pulumi.Input<pulumi.Input<string>[]>;
|
|
291
|
+
/**
|
|
292
|
+
* User credential status
|
|
293
|
+
*/
|
|
294
|
+
status?: pulumi.Input<string>;
|
|
295
|
+
/**
|
|
296
|
+
* A list of tags on this resource.
|
|
297
|
+
*/
|
|
298
|
+
tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsMyUserDbCredentialTag>[]>;
|
|
299
|
+
/**
|
|
300
|
+
* User linked to db credential
|
|
301
|
+
*/
|
|
302
|
+
user?: pulumi.Input<inputs.Identity.DomainsMyUserDbCredentialUser>;
|
|
303
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
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.DomainsMyUserDbCredential = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the My User Db Credential resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Set a User's DbCredential
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* MyUserDbCredentials can be imported using the `id`, e.g.
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import oci:Identity/domainsMyUserDbCredential:DomainsMyUserDbCredential test_my_user_db_credential "idcsEndpoint/{idcsEndpoint}/myUserDbCredentials/{myUserDbCredentialId}"
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
class DomainsMyUserDbCredential extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing DomainsMyUserDbCredential 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 DomainsMyUserDbCredential(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Returns true if the given object is an instance of DomainsMyUserDbCredential. 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'] === DomainsMyUserDbCredential.__pulumiType;
|
|
43
|
+
}
|
|
44
|
+
constructor(name, argsOrState, opts) {
|
|
45
|
+
let resourceInputs = {};
|
|
46
|
+
opts = opts || {};
|
|
47
|
+
if (opts.id) {
|
|
48
|
+
const state = argsOrState;
|
|
49
|
+
resourceInputs["authorization"] = state ? state.authorization : undefined;
|
|
50
|
+
resourceInputs["compartmentOcid"] = state ? state.compartmentOcid : undefined;
|
|
51
|
+
resourceInputs["dbPassword"] = state ? state.dbPassword : undefined;
|
|
52
|
+
resourceInputs["deleteInProgress"] = state ? state.deleteInProgress : undefined;
|
|
53
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
54
|
+
resourceInputs["domainOcid"] = state ? state.domainOcid : undefined;
|
|
55
|
+
resourceInputs["expired"] = state ? state.expired : undefined;
|
|
56
|
+
resourceInputs["expiresOn"] = state ? state.expiresOn : undefined;
|
|
57
|
+
resourceInputs["idcsCreatedBies"] = state ? state.idcsCreatedBies : undefined;
|
|
58
|
+
resourceInputs["idcsEndpoint"] = state ? state.idcsEndpoint : undefined;
|
|
59
|
+
resourceInputs["idcsLastModifiedBies"] = state ? state.idcsLastModifiedBies : undefined;
|
|
60
|
+
resourceInputs["idcsLastUpgradedInRelease"] = state ? state.idcsLastUpgradedInRelease : undefined;
|
|
61
|
+
resourceInputs["idcsPreventedOperations"] = state ? state.idcsPreventedOperations : undefined;
|
|
62
|
+
resourceInputs["lastSetDate"] = state ? state.lastSetDate : undefined;
|
|
63
|
+
resourceInputs["metas"] = state ? state.metas : undefined;
|
|
64
|
+
resourceInputs["mixedDbPassword"] = state ? state.mixedDbPassword : undefined;
|
|
65
|
+
resourceInputs["mixedSalt"] = state ? state.mixedSalt : undefined;
|
|
66
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
67
|
+
resourceInputs["ocid"] = state ? state.ocid : undefined;
|
|
68
|
+
resourceInputs["resourceTypeSchemaVersion"] = state ? state.resourceTypeSchemaVersion : undefined;
|
|
69
|
+
resourceInputs["salt"] = state ? state.salt : undefined;
|
|
70
|
+
resourceInputs["schemas"] = state ? state.schemas : undefined;
|
|
71
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
72
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
73
|
+
resourceInputs["tenancyOcid"] = state ? state.tenancyOcid : undefined;
|
|
74
|
+
resourceInputs["user"] = state ? state.user : undefined;
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
const args = argsOrState;
|
|
78
|
+
if ((!args || args.dbPassword === undefined) && !opts.urn) {
|
|
79
|
+
throw new Error("Missing required property 'dbPassword'");
|
|
80
|
+
}
|
|
81
|
+
if ((!args || args.idcsEndpoint === undefined) && !opts.urn) {
|
|
82
|
+
throw new Error("Missing required property 'idcsEndpoint'");
|
|
83
|
+
}
|
|
84
|
+
if ((!args || args.schemas === undefined) && !opts.urn) {
|
|
85
|
+
throw new Error("Missing required property 'schemas'");
|
|
86
|
+
}
|
|
87
|
+
resourceInputs["authorization"] = args ? args.authorization : undefined;
|
|
88
|
+
resourceInputs["dbPassword"] = (args === null || args === void 0 ? void 0 : args.dbPassword) ? pulumi.secret(args.dbPassword) : undefined;
|
|
89
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
90
|
+
resourceInputs["expiresOn"] = args ? args.expiresOn : undefined;
|
|
91
|
+
resourceInputs["idcsEndpoint"] = args ? args.idcsEndpoint : undefined;
|
|
92
|
+
resourceInputs["ocid"] = args ? args.ocid : undefined;
|
|
93
|
+
resourceInputs["resourceTypeSchemaVersion"] = args ? args.resourceTypeSchemaVersion : undefined;
|
|
94
|
+
resourceInputs["schemas"] = args ? args.schemas : undefined;
|
|
95
|
+
resourceInputs["status"] = args ? args.status : undefined;
|
|
96
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
97
|
+
resourceInputs["user"] = args ? args.user : undefined;
|
|
98
|
+
resourceInputs["compartmentOcid"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["deleteInProgress"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["domainOcid"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["expired"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["idcsCreatedBies"] = undefined /*out*/;
|
|
103
|
+
resourceInputs["idcsLastModifiedBies"] = undefined /*out*/;
|
|
104
|
+
resourceInputs["idcsLastUpgradedInRelease"] = undefined /*out*/;
|
|
105
|
+
resourceInputs["idcsPreventedOperations"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["lastSetDate"] = undefined /*out*/;
|
|
107
|
+
resourceInputs["metas"] = undefined /*out*/;
|
|
108
|
+
resourceInputs["mixedDbPassword"] = undefined /*out*/;
|
|
109
|
+
resourceInputs["mixedSalt"] = undefined /*out*/;
|
|
110
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
111
|
+
resourceInputs["salt"] = undefined /*out*/;
|
|
112
|
+
resourceInputs["tenancyOcid"] = undefined /*out*/;
|
|
113
|
+
}
|
|
114
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
115
|
+
const secretOpts = { additionalSecretOutputs: ["dbPassword"] };
|
|
116
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
117
|
+
super(DomainsMyUserDbCredential.__pulumiType, name, resourceInputs, opts);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
exports.DomainsMyUserDbCredential = DomainsMyUserDbCredential;
|
|
121
|
+
/** @internal */
|
|
122
|
+
DomainsMyUserDbCredential.__pulumiType = 'oci:Identity/domainsMyUserDbCredential:DomainsMyUserDbCredential';
|
|
123
|
+
//# sourceMappingURL=domainsMyUserDbCredential.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domainsMyUserDbCredential.js","sourceRoot":"","sources":["../../identity/domainsMyUserDbCredential.ts"],"names":[],"mappings":"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"}
|