@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,129 @@
|
|
|
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.DomainsUserDbCredential = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the User Db Credential resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Set a User's DbCredential
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* UserDbCredentials can be imported using the `id`, e.g.
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import oci:Identity/domainsUserDbCredential:DomainsUserDbCredential test_user_db_credential "idcsEndpoint/{idcsEndpoint}/userDbCredentials/{userDbCredentialId}"
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
class DomainsUserDbCredential extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing DomainsUserDbCredential 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 DomainsUserDbCredential(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Returns true if the given object is an instance of DomainsUserDbCredential. 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'] === DomainsUserDbCredential.__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["authorization"] = state ? state.authorization : undefined;
|
|
52
|
+
resourceInputs["compartmentOcid"] = state ? state.compartmentOcid : undefined;
|
|
53
|
+
resourceInputs["dbPassword"] = state ? state.dbPassword : undefined;
|
|
54
|
+
resourceInputs["deleteInProgress"] = state ? state.deleteInProgress : undefined;
|
|
55
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
56
|
+
resourceInputs["domainOcid"] = state ? state.domainOcid : undefined;
|
|
57
|
+
resourceInputs["expired"] = state ? state.expired : 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["lastSetDate"] = state ? state.lastSetDate : undefined;
|
|
65
|
+
resourceInputs["metas"] = state ? state.metas : undefined;
|
|
66
|
+
resourceInputs["mixedDbPassword"] = state ? state.mixedDbPassword : undefined;
|
|
67
|
+
resourceInputs["mixedSalt"] = state ? state.mixedSalt : undefined;
|
|
68
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
69
|
+
resourceInputs["ocid"] = state ? state.ocid : undefined;
|
|
70
|
+
resourceInputs["resourceTypeSchemaVersion"] = state ? state.resourceTypeSchemaVersion : undefined;
|
|
71
|
+
resourceInputs["salt"] = state ? state.salt : undefined;
|
|
72
|
+
resourceInputs["schemas"] = state ? state.schemas : undefined;
|
|
73
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
74
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
75
|
+
resourceInputs["tenancyOcid"] = state ? state.tenancyOcid : undefined;
|
|
76
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensionselfChangeUser"] = state ? state.urnietfparamsscimschemasoracleidcsextensionselfChangeUser : undefined;
|
|
77
|
+
resourceInputs["user"] = state ? state.user : undefined;
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
const args = argsOrState;
|
|
81
|
+
if ((!args || args.dbPassword === undefined) && !opts.urn) {
|
|
82
|
+
throw new Error("Missing required property 'dbPassword'");
|
|
83
|
+
}
|
|
84
|
+
if ((!args || args.idcsEndpoint === undefined) && !opts.urn) {
|
|
85
|
+
throw new Error("Missing required property 'idcsEndpoint'");
|
|
86
|
+
}
|
|
87
|
+
if ((!args || args.schemas === undefined) && !opts.urn) {
|
|
88
|
+
throw new Error("Missing required property 'schemas'");
|
|
89
|
+
}
|
|
90
|
+
resourceInputs["attributeSets"] = args ? args.attributeSets : undefined;
|
|
91
|
+
resourceInputs["attributes"] = args ? args.attributes : undefined;
|
|
92
|
+
resourceInputs["authorization"] = args ? args.authorization : undefined;
|
|
93
|
+
resourceInputs["dbPassword"] = (args === null || args === void 0 ? void 0 : args.dbPassword) ? pulumi.secret(args.dbPassword) : undefined;
|
|
94
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
95
|
+
resourceInputs["expiresOn"] = args ? args.expiresOn : undefined;
|
|
96
|
+
resourceInputs["idcsEndpoint"] = args ? args.idcsEndpoint : undefined;
|
|
97
|
+
resourceInputs["ocid"] = args ? args.ocid : undefined;
|
|
98
|
+
resourceInputs["resourceTypeSchemaVersion"] = args ? args.resourceTypeSchemaVersion : undefined;
|
|
99
|
+
resourceInputs["schemas"] = args ? args.schemas : undefined;
|
|
100
|
+
resourceInputs["status"] = args ? args.status : undefined;
|
|
101
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
102
|
+
resourceInputs["urnietfparamsscimschemasoracleidcsextensionselfChangeUser"] = args ? args.urnietfparamsscimschemasoracleidcsextensionselfChangeUser : undefined;
|
|
103
|
+
resourceInputs["user"] = args ? args.user : undefined;
|
|
104
|
+
resourceInputs["compartmentOcid"] = undefined /*out*/;
|
|
105
|
+
resourceInputs["deleteInProgress"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["domainOcid"] = undefined /*out*/;
|
|
107
|
+
resourceInputs["expired"] = undefined /*out*/;
|
|
108
|
+
resourceInputs["idcsCreatedBies"] = undefined /*out*/;
|
|
109
|
+
resourceInputs["idcsLastModifiedBies"] = undefined /*out*/;
|
|
110
|
+
resourceInputs["idcsLastUpgradedInRelease"] = undefined /*out*/;
|
|
111
|
+
resourceInputs["idcsPreventedOperations"] = undefined /*out*/;
|
|
112
|
+
resourceInputs["lastSetDate"] = undefined /*out*/;
|
|
113
|
+
resourceInputs["metas"] = undefined /*out*/;
|
|
114
|
+
resourceInputs["mixedDbPassword"] = undefined /*out*/;
|
|
115
|
+
resourceInputs["mixedSalt"] = undefined /*out*/;
|
|
116
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
117
|
+
resourceInputs["salt"] = undefined /*out*/;
|
|
118
|
+
resourceInputs["tenancyOcid"] = undefined /*out*/;
|
|
119
|
+
}
|
|
120
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
121
|
+
const secretOpts = { additionalSecretOutputs: ["dbPassword"] };
|
|
122
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
123
|
+
super(DomainsUserDbCredential.__pulumiType, name, resourceInputs, opts);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
exports.DomainsUserDbCredential = DomainsUserDbCredential;
|
|
127
|
+
/** @internal */
|
|
128
|
+
DomainsUserDbCredential.__pulumiType = 'oci:Identity/domainsUserDbCredential:DomainsUserDbCredential';
|
|
129
|
+
//# sourceMappingURL=domainsUserDbCredential.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domainsUserDbCredential.js","sourceRoot":"","sources":["../../identity/domainsUserDbCredential.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Api Key resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Get user's api key
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testApiKey = oci.Identity.getDomainsApiKey({
|
|
15
|
+
* apiKeyId: oci_identity_api_key.test_api_key.id,
|
|
16
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
17
|
+
* attributeSets: [],
|
|
18
|
+
* attributes: "",
|
|
19
|
+
* authorization: _var.api_key_authorization,
|
|
20
|
+
* resourceTypeSchemaVersion: _var.api_key_resource_type_schema_version,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getDomainsApiKey(args: GetDomainsApiKeyArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsApiKeyResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDomainsApiKey.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDomainsApiKeyArgs {
|
|
29
|
+
/**
|
|
30
|
+
* ID of the resource
|
|
31
|
+
*/
|
|
32
|
+
apiKeyId: string;
|
|
33
|
+
/**
|
|
34
|
+
* A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
35
|
+
*/
|
|
36
|
+
attributeSets?: string[];
|
|
37
|
+
/**
|
|
38
|
+
* A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
39
|
+
*/
|
|
40
|
+
attributes?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
43
|
+
*/
|
|
44
|
+
authorization?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The basic endpoint for the identity domain
|
|
47
|
+
*/
|
|
48
|
+
idcsEndpoint: string;
|
|
49
|
+
/**
|
|
50
|
+
* 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.
|
|
51
|
+
*/
|
|
52
|
+
resourceTypeSchemaVersion?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by getDomainsApiKey.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetDomainsApiKeyResult {
|
|
58
|
+
readonly apiKeyId: string;
|
|
59
|
+
readonly attributeSets?: string[];
|
|
60
|
+
readonly attributes?: string;
|
|
61
|
+
readonly authorization?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
64
|
+
*/
|
|
65
|
+
readonly compartmentOcid: string;
|
|
66
|
+
/**
|
|
67
|
+
* 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.
|
|
68
|
+
*/
|
|
69
|
+
readonly deleteInProgress: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* Description
|
|
72
|
+
*/
|
|
73
|
+
readonly description: string;
|
|
74
|
+
/**
|
|
75
|
+
* Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
76
|
+
*/
|
|
77
|
+
readonly domainOcid: string;
|
|
78
|
+
/**
|
|
79
|
+
* Fingerprint
|
|
80
|
+
*/
|
|
81
|
+
readonly fingerprint: string;
|
|
82
|
+
/**
|
|
83
|
+
* Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
|
|
84
|
+
*/
|
|
85
|
+
readonly id: string;
|
|
86
|
+
/**
|
|
87
|
+
* The User or App who created the Resource
|
|
88
|
+
*/
|
|
89
|
+
readonly idcsCreatedBies: outputs.Identity.GetDomainsApiKeyIdcsCreatedBy[];
|
|
90
|
+
readonly idcsEndpoint: string;
|
|
91
|
+
/**
|
|
92
|
+
* The User or App who modified the Resource
|
|
93
|
+
*/
|
|
94
|
+
readonly idcsLastModifiedBies: outputs.Identity.GetDomainsApiKeyIdcsLastModifiedBy[];
|
|
95
|
+
/**
|
|
96
|
+
* The release number when the resource was upgraded.
|
|
97
|
+
*/
|
|
98
|
+
readonly idcsLastUpgradedInRelease: string;
|
|
99
|
+
/**
|
|
100
|
+
* Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
101
|
+
*/
|
|
102
|
+
readonly idcsPreventedOperations: string[];
|
|
103
|
+
/**
|
|
104
|
+
* Key or name of the tag.
|
|
105
|
+
*/
|
|
106
|
+
readonly key: string;
|
|
107
|
+
/**
|
|
108
|
+
* A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
109
|
+
*/
|
|
110
|
+
readonly metas: outputs.Identity.GetDomainsApiKeyMeta[];
|
|
111
|
+
/**
|
|
112
|
+
* User's ocid
|
|
113
|
+
*/
|
|
114
|
+
readonly ocid: string;
|
|
115
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
116
|
+
/**
|
|
117
|
+
* 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.
|
|
118
|
+
*/
|
|
119
|
+
readonly schemas: string[];
|
|
120
|
+
/**
|
|
121
|
+
* A list of tags on this resource.
|
|
122
|
+
*/
|
|
123
|
+
readonly tags: outputs.Identity.GetDomainsApiKeyTag[];
|
|
124
|
+
/**
|
|
125
|
+
* Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
126
|
+
*/
|
|
127
|
+
readonly tenancyOcid: string;
|
|
128
|
+
/**
|
|
129
|
+
* Controls whether a user can update themselves or not via User related APIs
|
|
130
|
+
*/
|
|
131
|
+
readonly urnietfparamsscimschemasoracleidcsextensionselfChangeUsers: outputs.Identity.GetDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser[];
|
|
132
|
+
/**
|
|
133
|
+
* User linked to api key
|
|
134
|
+
*/
|
|
135
|
+
readonly users: outputs.Identity.GetDomainsApiKeyUser[];
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* This data source provides details about a specific Api Key resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
139
|
+
*
|
|
140
|
+
* Get user's api key
|
|
141
|
+
*
|
|
142
|
+
* ## Example Usage
|
|
143
|
+
*
|
|
144
|
+
* ```typescript
|
|
145
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
146
|
+
* import * as oci from "@pulumi/oci";
|
|
147
|
+
*
|
|
148
|
+
* const testApiKey = oci.Identity.getDomainsApiKey({
|
|
149
|
+
* apiKeyId: oci_identity_api_key.test_api_key.id,
|
|
150
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
151
|
+
* attributeSets: [],
|
|
152
|
+
* attributes: "",
|
|
153
|
+
* authorization: _var.api_key_authorization,
|
|
154
|
+
* resourceTypeSchemaVersion: _var.api_key_resource_type_schema_version,
|
|
155
|
+
* });
|
|
156
|
+
* ```
|
|
157
|
+
*/
|
|
158
|
+
export declare function getDomainsApiKeyOutput(args: GetDomainsApiKeyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsApiKeyResult>;
|
|
159
|
+
/**
|
|
160
|
+
* A collection of arguments for invoking getDomainsApiKey.
|
|
161
|
+
*/
|
|
162
|
+
export interface GetDomainsApiKeyOutputArgs {
|
|
163
|
+
/**
|
|
164
|
+
* ID of the resource
|
|
165
|
+
*/
|
|
166
|
+
apiKeyId: pulumi.Input<string>;
|
|
167
|
+
/**
|
|
168
|
+
* 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.
|
|
169
|
+
*/
|
|
170
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
171
|
+
/**
|
|
172
|
+
* 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.
|
|
173
|
+
*/
|
|
174
|
+
attributes?: pulumi.Input<string>;
|
|
175
|
+
/**
|
|
176
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
177
|
+
*/
|
|
178
|
+
authorization?: pulumi.Input<string>;
|
|
179
|
+
/**
|
|
180
|
+
* The basic endpoint for the identity domain
|
|
181
|
+
*/
|
|
182
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* 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.
|
|
185
|
+
*/
|
|
186
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
187
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
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.getDomainsApiKeyOutput = exports.getDomainsApiKey = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Api Key resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Get user's api key
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testApiKey = oci.Identity.getDomainsApiKey({
|
|
20
|
+
* apiKeyId: oci_identity_api_key.test_api_key.id,
|
|
21
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
22
|
+
* attributeSets: [],
|
|
23
|
+
* attributes: "",
|
|
24
|
+
* authorization: _var.api_key_authorization,
|
|
25
|
+
* resourceTypeSchemaVersion: _var.api_key_resource_type_schema_version,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getDomainsApiKey(args, opts) {
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsApiKey:getDomainsApiKey", {
|
|
32
|
+
"apiKeyId": args.apiKeyId,
|
|
33
|
+
"attributeSets": args.attributeSets,
|
|
34
|
+
"attributes": args.attributes,
|
|
35
|
+
"authorization": args.authorization,
|
|
36
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
37
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.getDomainsApiKey = getDomainsApiKey;
|
|
41
|
+
/**
|
|
42
|
+
* This data source provides details about a specific Api Key resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
43
|
+
*
|
|
44
|
+
* Get user's api key
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as oci from "@pulumi/oci";
|
|
51
|
+
*
|
|
52
|
+
* const testApiKey = oci.Identity.getDomainsApiKey({
|
|
53
|
+
* apiKeyId: oci_identity_api_key.test_api_key.id,
|
|
54
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
55
|
+
* attributeSets: [],
|
|
56
|
+
* attributes: "",
|
|
57
|
+
* authorization: _var.api_key_authorization,
|
|
58
|
+
* resourceTypeSchemaVersion: _var.api_key_resource_type_schema_version,
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
function getDomainsApiKeyOutput(args, opts) {
|
|
63
|
+
return pulumi.output(args).apply((a) => getDomainsApiKey(a, opts));
|
|
64
|
+
}
|
|
65
|
+
exports.getDomainsApiKeyOutput = getDomainsApiKeyOutput;
|
|
66
|
+
//# sourceMappingURL=getDomainsApiKey.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsApiKey.js","sourceRoot":"","sources":["../../identity/getDomainsApiKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC;AAmHD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the list of Api Keys in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Search Api Key
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testApiKeys = oci.Identity.getDomainsApiKeys({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* apiKeyCount: _var.api_key_api_key_count,
|
|
17
|
+
* apiKeyFilter: _var.api_key_api_key_filter,
|
|
18
|
+
* attributeSets: [],
|
|
19
|
+
* attributes: "",
|
|
20
|
+
* authorization: _var.api_key_authorization,
|
|
21
|
+
* resourceTypeSchemaVersion: _var.api_key_resource_type_schema_version,
|
|
22
|
+
* startIndex: _var.api_key_start_index,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare function getDomainsApiKeys(args: GetDomainsApiKeysArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsApiKeysResult>;
|
|
27
|
+
/**
|
|
28
|
+
* A collection of arguments for invoking getDomainsApiKeys.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetDomainsApiKeysArgs {
|
|
31
|
+
/**
|
|
32
|
+
* OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
|
|
33
|
+
*/
|
|
34
|
+
apiKeyCount?: number;
|
|
35
|
+
/**
|
|
36
|
+
* OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
|
|
37
|
+
*/
|
|
38
|
+
apiKeyFilter?: string;
|
|
39
|
+
/**
|
|
40
|
+
* 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.
|
|
41
|
+
*/
|
|
42
|
+
attributeSets?: string[];
|
|
43
|
+
/**
|
|
44
|
+
* 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.
|
|
45
|
+
*/
|
|
46
|
+
attributes?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
49
|
+
*/
|
|
50
|
+
authorization?: string;
|
|
51
|
+
compartmentId?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The basic endpoint for the identity domain
|
|
54
|
+
*/
|
|
55
|
+
idcsEndpoint: string;
|
|
56
|
+
/**
|
|
57
|
+
* 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.
|
|
58
|
+
*/
|
|
59
|
+
resourceTypeSchemaVersion?: string;
|
|
60
|
+
sortBy?: string;
|
|
61
|
+
sortOrder?: string;
|
|
62
|
+
/**
|
|
63
|
+
* OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
|
|
64
|
+
*/
|
|
65
|
+
startIndex?: number;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* A collection of values returned by getDomainsApiKeys.
|
|
69
|
+
*/
|
|
70
|
+
export interface GetDomainsApiKeysResult {
|
|
71
|
+
readonly apiKeyCount?: number;
|
|
72
|
+
readonly apiKeyFilter?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The list of api_keys.
|
|
75
|
+
*/
|
|
76
|
+
readonly apiKeys: outputs.Identity.GetDomainsApiKeysApiKey[];
|
|
77
|
+
readonly attributeSets?: string[];
|
|
78
|
+
readonly attributes?: string;
|
|
79
|
+
readonly authorization?: string;
|
|
80
|
+
readonly compartmentId?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The provider-assigned unique ID for this managed resource.
|
|
83
|
+
*/
|
|
84
|
+
readonly id: string;
|
|
85
|
+
readonly idcsEndpoint: string;
|
|
86
|
+
readonly itemsPerPage: number;
|
|
87
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
88
|
+
/**
|
|
89
|
+
* 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.
|
|
90
|
+
*/
|
|
91
|
+
readonly schemas: string[];
|
|
92
|
+
readonly sortBy?: string;
|
|
93
|
+
readonly sortOrder?: string;
|
|
94
|
+
readonly startIndex?: number;
|
|
95
|
+
readonly totalResults: number;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* This data source provides the list of Api Keys in Oracle Cloud Infrastructure Identity Domains service.
|
|
99
|
+
*
|
|
100
|
+
* Search Api Key
|
|
101
|
+
*
|
|
102
|
+
* ## Example Usage
|
|
103
|
+
*
|
|
104
|
+
* ```typescript
|
|
105
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
106
|
+
* import * as oci from "@pulumi/oci";
|
|
107
|
+
*
|
|
108
|
+
* const testApiKeys = oci.Identity.getDomainsApiKeys({
|
|
109
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
110
|
+
* apiKeyCount: _var.api_key_api_key_count,
|
|
111
|
+
* apiKeyFilter: _var.api_key_api_key_filter,
|
|
112
|
+
* attributeSets: [],
|
|
113
|
+
* attributes: "",
|
|
114
|
+
* authorization: _var.api_key_authorization,
|
|
115
|
+
* resourceTypeSchemaVersion: _var.api_key_resource_type_schema_version,
|
|
116
|
+
* startIndex: _var.api_key_start_index,
|
|
117
|
+
* });
|
|
118
|
+
* ```
|
|
119
|
+
*/
|
|
120
|
+
export declare function getDomainsApiKeysOutput(args: GetDomainsApiKeysOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsApiKeysResult>;
|
|
121
|
+
/**
|
|
122
|
+
* A collection of arguments for invoking getDomainsApiKeys.
|
|
123
|
+
*/
|
|
124
|
+
export interface GetDomainsApiKeysOutputArgs {
|
|
125
|
+
/**
|
|
126
|
+
* OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
|
|
127
|
+
*/
|
|
128
|
+
apiKeyCount?: pulumi.Input<number>;
|
|
129
|
+
/**
|
|
130
|
+
* OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
|
|
131
|
+
*/
|
|
132
|
+
apiKeyFilter?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* 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.
|
|
135
|
+
*/
|
|
136
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
137
|
+
/**
|
|
138
|
+
* 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.
|
|
139
|
+
*/
|
|
140
|
+
attributes?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
143
|
+
*/
|
|
144
|
+
authorization?: pulumi.Input<string>;
|
|
145
|
+
compartmentId?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* The basic endpoint for the identity domain
|
|
148
|
+
*/
|
|
149
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* 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.
|
|
152
|
+
*/
|
|
153
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
154
|
+
sortBy?: pulumi.Input<string>;
|
|
155
|
+
sortOrder?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
|
|
158
|
+
*/
|
|
159
|
+
startIndex?: pulumi.Input<number>;
|
|
160
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
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.getDomainsApiKeysOutput = exports.getDomainsApiKeys = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Api Keys in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Search Api Key
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testApiKeys = oci.Identity.getDomainsApiKeys({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* apiKeyCount: _var.api_key_api_key_count,
|
|
22
|
+
* apiKeyFilter: _var.api_key_api_key_filter,
|
|
23
|
+
* attributeSets: [],
|
|
24
|
+
* attributes: "",
|
|
25
|
+
* authorization: _var.api_key_authorization,
|
|
26
|
+
* resourceTypeSchemaVersion: _var.api_key_resource_type_schema_version,
|
|
27
|
+
* startIndex: _var.api_key_start_index,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getDomainsApiKeys(args, opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsApiKeys:getDomainsApiKeys", {
|
|
34
|
+
"apiKeyCount": args.apiKeyCount,
|
|
35
|
+
"apiKeyFilter": args.apiKeyFilter,
|
|
36
|
+
"attributeSets": args.attributeSets,
|
|
37
|
+
"attributes": args.attributes,
|
|
38
|
+
"authorization": args.authorization,
|
|
39
|
+
"compartmentId": args.compartmentId,
|
|
40
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
41
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
42
|
+
"sortBy": args.sortBy,
|
|
43
|
+
"sortOrder": args.sortOrder,
|
|
44
|
+
"startIndex": args.startIndex,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getDomainsApiKeys = getDomainsApiKeys;
|
|
48
|
+
/**
|
|
49
|
+
* This data source provides the list of Api Keys in Oracle Cloud Infrastructure Identity Domains service.
|
|
50
|
+
*
|
|
51
|
+
* Search Api Key
|
|
52
|
+
*
|
|
53
|
+
* ## Example Usage
|
|
54
|
+
*
|
|
55
|
+
* ```typescript
|
|
56
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
+
* import * as oci from "@pulumi/oci";
|
|
58
|
+
*
|
|
59
|
+
* const testApiKeys = oci.Identity.getDomainsApiKeys({
|
|
60
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
61
|
+
* apiKeyCount: _var.api_key_api_key_count,
|
|
62
|
+
* apiKeyFilter: _var.api_key_api_key_filter,
|
|
63
|
+
* attributeSets: [],
|
|
64
|
+
* attributes: "",
|
|
65
|
+
* authorization: _var.api_key_authorization,
|
|
66
|
+
* resourceTypeSchemaVersion: _var.api_key_resource_type_schema_version,
|
|
67
|
+
* startIndex: _var.api_key_start_index,
|
|
68
|
+
* });
|
|
69
|
+
* ```
|
|
70
|
+
*/
|
|
71
|
+
function getDomainsApiKeysOutput(args, opts) {
|
|
72
|
+
return pulumi.output(args).apply((a) => getDomainsApiKeys(a, opts));
|
|
73
|
+
}
|
|
74
|
+
exports.getDomainsApiKeysOutput = getDomainsApiKeysOutput;
|
|
75
|
+
//# sourceMappingURL=getDomainsApiKeys.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsApiKeys.js","sourceRoot":"","sources":["../../identity/getDomainsApiKeys.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,8CAgBC;AAyED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
|