@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,342 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific User resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Get a User
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testUser = oci.Identity.getDomainsUser({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* userId: oci_identity_user.test_user.id,
|
|
17
|
+
* attributeSets: [],
|
|
18
|
+
* attributes: "",
|
|
19
|
+
* authorization: _var.user_authorization,
|
|
20
|
+
* resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getDomainsUser(args: GetDomainsUserArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsUserResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDomainsUser.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDomainsUserArgs {
|
|
29
|
+
/**
|
|
30
|
+
* 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.
|
|
31
|
+
*/
|
|
32
|
+
attributeSets?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* 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.
|
|
35
|
+
*/
|
|
36
|
+
attributes?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
39
|
+
*/
|
|
40
|
+
authorization?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The basic endpoint for the identity domain
|
|
43
|
+
*/
|
|
44
|
+
idcsEndpoint: string;
|
|
45
|
+
/**
|
|
46
|
+
* 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.
|
|
47
|
+
*/
|
|
48
|
+
resourceTypeSchemaVersion?: string;
|
|
49
|
+
/**
|
|
50
|
+
* ID of the resource
|
|
51
|
+
*/
|
|
52
|
+
userId: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by getDomainsUser.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetDomainsUserResult {
|
|
58
|
+
/**
|
|
59
|
+
* Status of the account
|
|
60
|
+
*/
|
|
61
|
+
readonly active: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
|
|
64
|
+
*/
|
|
65
|
+
readonly addresses: outputs.Identity.GetDomainsUserAddress[];
|
|
66
|
+
readonly attributeSets?: string[];
|
|
67
|
+
readonly attributes?: string;
|
|
68
|
+
readonly authorization?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
71
|
+
*/
|
|
72
|
+
readonly compartmentOcid: string;
|
|
73
|
+
/**
|
|
74
|
+
* A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
|
|
75
|
+
*/
|
|
76
|
+
readonly deleteInProgress: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Description of the user
|
|
79
|
+
*/
|
|
80
|
+
readonly description: string;
|
|
81
|
+
/**
|
|
82
|
+
* The displayName of the User's manager. OPTIONAL and READ-ONLY.
|
|
83
|
+
*/
|
|
84
|
+
readonly displayName: string;
|
|
85
|
+
/**
|
|
86
|
+
* Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
87
|
+
*/
|
|
88
|
+
readonly domainOcid: string;
|
|
89
|
+
/**
|
|
90
|
+
* A complex attribute representing emails
|
|
91
|
+
*/
|
|
92
|
+
readonly emails: outputs.Identity.GetDomainsUserEmail[];
|
|
93
|
+
/**
|
|
94
|
+
* A list of entitlements for the User that represent a thing the User has.
|
|
95
|
+
*/
|
|
96
|
+
readonly entitlements: outputs.Identity.GetDomainsUserEntitlement[];
|
|
97
|
+
/**
|
|
98
|
+
* An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
|
|
99
|
+
*/
|
|
100
|
+
readonly externalId: string;
|
|
101
|
+
/**
|
|
102
|
+
* A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
|
|
103
|
+
*/
|
|
104
|
+
readonly groups: outputs.Identity.GetDomainsUserGroup[];
|
|
105
|
+
/**
|
|
106
|
+
* 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.
|
|
107
|
+
*/
|
|
108
|
+
readonly id: string;
|
|
109
|
+
/**
|
|
110
|
+
* The User or App who created the Resource
|
|
111
|
+
*/
|
|
112
|
+
readonly idcsCreatedBies: outputs.Identity.GetDomainsUserIdcsCreatedBy[];
|
|
113
|
+
readonly idcsEndpoint: string;
|
|
114
|
+
/**
|
|
115
|
+
* The User or App who modified the Resource
|
|
116
|
+
*/
|
|
117
|
+
readonly idcsLastModifiedBies: outputs.Identity.GetDomainsUserIdcsLastModifiedBy[];
|
|
118
|
+
/**
|
|
119
|
+
* The release number when the resource was upgraded.
|
|
120
|
+
*/
|
|
121
|
+
readonly idcsLastUpgradedInRelease: string;
|
|
122
|
+
/**
|
|
123
|
+
* Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
124
|
+
*/
|
|
125
|
+
readonly idcsPreventedOperations: string[];
|
|
126
|
+
/**
|
|
127
|
+
* User's instant messaging addresses
|
|
128
|
+
*/
|
|
129
|
+
readonly ims: outputs.Identity.GetDomainsUserIm[];
|
|
130
|
+
/**
|
|
131
|
+
* Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
|
|
132
|
+
*/
|
|
133
|
+
readonly locale: string;
|
|
134
|
+
/**
|
|
135
|
+
* A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
136
|
+
*/
|
|
137
|
+
readonly metas: outputs.Identity.GetDomainsUserMeta[];
|
|
138
|
+
/**
|
|
139
|
+
* Name of the account assigned to the User.
|
|
140
|
+
*/
|
|
141
|
+
readonly names: outputs.Identity.GetDomainsUserName[];
|
|
142
|
+
/**
|
|
143
|
+
* Nick name
|
|
144
|
+
*/
|
|
145
|
+
readonly nickName: string;
|
|
146
|
+
/**
|
|
147
|
+
* Ocid of the User's Support Account.
|
|
148
|
+
*/
|
|
149
|
+
readonly ocid: string;
|
|
150
|
+
/**
|
|
151
|
+
* Password attribute. Max length for password is controlled via Password Policy.
|
|
152
|
+
*/
|
|
153
|
+
readonly password: string;
|
|
154
|
+
/**
|
|
155
|
+
* Phone numbers
|
|
156
|
+
*/
|
|
157
|
+
readonly phoneNumbers: outputs.Identity.GetDomainsUserPhoneNumber[];
|
|
158
|
+
/**
|
|
159
|
+
* URLs of photos for the User
|
|
160
|
+
*/
|
|
161
|
+
readonly photos: outputs.Identity.GetDomainsUserPhoto[];
|
|
162
|
+
/**
|
|
163
|
+
* User's preferred written or spoken language used for localized user interfaces
|
|
164
|
+
*/
|
|
165
|
+
readonly preferredLanguage: string;
|
|
166
|
+
/**
|
|
167
|
+
* A fully-qualified URL to a page representing the User's online profile
|
|
168
|
+
*/
|
|
169
|
+
readonly profileUrl: string;
|
|
170
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
171
|
+
/**
|
|
172
|
+
* A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
|
|
173
|
+
*/
|
|
174
|
+
readonly roles: outputs.Identity.GetDomainsUserRole[];
|
|
175
|
+
/**
|
|
176
|
+
* 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.
|
|
177
|
+
*/
|
|
178
|
+
readonly schemas: string[];
|
|
179
|
+
/**
|
|
180
|
+
* A list of tags on this resource.
|
|
181
|
+
*/
|
|
182
|
+
readonly tags: outputs.Identity.GetDomainsUserTag[];
|
|
183
|
+
/**
|
|
184
|
+
* Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
185
|
+
*/
|
|
186
|
+
readonly tenancyOcid: string;
|
|
187
|
+
/**
|
|
188
|
+
* User's timezone
|
|
189
|
+
*/
|
|
190
|
+
readonly timezone: string;
|
|
191
|
+
/**
|
|
192
|
+
* Title
|
|
193
|
+
*/
|
|
194
|
+
readonly title: string;
|
|
195
|
+
/**
|
|
196
|
+
* Enterprise User
|
|
197
|
+
*/
|
|
198
|
+
readonly urnietfparamsscimschemasextensionenterprise20users: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasextensionenterprise20user[];
|
|
199
|
+
/**
|
|
200
|
+
* Oracle Cloud Infrastructure Tags.
|
|
201
|
+
*/
|
|
202
|
+
readonly urnietfparamsscimschemasoracleidcsextensionOciTags: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTag[];
|
|
203
|
+
/**
|
|
204
|
+
* This extension defines attributes to manage user's risk score.
|
|
205
|
+
*/
|
|
206
|
+
readonly urnietfparamsscimschemasoracleidcsextensionadaptiveUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser[];
|
|
207
|
+
/**
|
|
208
|
+
* User's Capabilities
|
|
209
|
+
*/
|
|
210
|
+
readonly urnietfparamsscimschemasoracleidcsextensioncapabilitiesUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser[];
|
|
211
|
+
/**
|
|
212
|
+
* Db Credentials User extension
|
|
213
|
+
*/
|
|
214
|
+
readonly urnietfparamsscimschemasoracleidcsextensiondbCredentialsUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser[];
|
|
215
|
+
/**
|
|
216
|
+
* DB User extension
|
|
217
|
+
*/
|
|
218
|
+
readonly urnietfparamsscimschemasoracleidcsextensiondbUserUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser[];
|
|
219
|
+
/**
|
|
220
|
+
* Kerberos User extension
|
|
221
|
+
*/
|
|
222
|
+
readonly urnietfparamsscimschemasoracleidcsextensionkerberosUserUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser[];
|
|
223
|
+
/**
|
|
224
|
+
* This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
|
|
225
|
+
*/
|
|
226
|
+
readonly urnietfparamsscimschemasoracleidcsextensionmfaUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser[];
|
|
227
|
+
/**
|
|
228
|
+
* This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
|
|
229
|
+
*/
|
|
230
|
+
readonly urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser[];
|
|
231
|
+
/**
|
|
232
|
+
* This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
|
|
233
|
+
*/
|
|
234
|
+
readonly urnietfparamsscimschemasoracleidcsextensionpasswordlessUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser[];
|
|
235
|
+
/**
|
|
236
|
+
* POSIX User extension
|
|
237
|
+
*/
|
|
238
|
+
readonly urnietfparamsscimschemasoracleidcsextensionposixUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser[];
|
|
239
|
+
/**
|
|
240
|
+
* This extension defines attributes used to store Security Questions of User.
|
|
241
|
+
*/
|
|
242
|
+
readonly urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser[];
|
|
243
|
+
/**
|
|
244
|
+
* Controls whether a user can update themselves or not via User related APIs
|
|
245
|
+
*/
|
|
246
|
+
readonly urnietfparamsscimschemasoracleidcsextensionselfChangeUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser[];
|
|
247
|
+
/**
|
|
248
|
+
* This extension defines attributes used to manage self registration profile linked to the user.
|
|
249
|
+
*/
|
|
250
|
+
readonly urnietfparamsscimschemasoracleidcsextensionselfRegistrationUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser[];
|
|
251
|
+
/**
|
|
252
|
+
* SFF Auth Keys User extension
|
|
253
|
+
*/
|
|
254
|
+
readonly urnietfparamsscimschemasoracleidcsextensionsffUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser[];
|
|
255
|
+
/**
|
|
256
|
+
* Social User extension
|
|
257
|
+
*/
|
|
258
|
+
readonly urnietfparamsscimschemasoracleidcsextensionsocialAccountUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser[];
|
|
259
|
+
/**
|
|
260
|
+
* Terms Of Use extension
|
|
261
|
+
*/
|
|
262
|
+
readonly urnietfparamsscimschemasoracleidcsextensiontermsOfUseUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser[];
|
|
263
|
+
/**
|
|
264
|
+
* User's credentials
|
|
265
|
+
*/
|
|
266
|
+
readonly urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser[];
|
|
267
|
+
/**
|
|
268
|
+
* This extension defines attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
|
|
269
|
+
*/
|
|
270
|
+
readonly urnietfparamsscimschemasoracleidcsextensionuserStateUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser[];
|
|
271
|
+
/**
|
|
272
|
+
* Oracle Cloud Infrastructure IAM User
|
|
273
|
+
*/
|
|
274
|
+
readonly urnietfparamsscimschemasoracleidcsextensionuserUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser[];
|
|
275
|
+
/**
|
|
276
|
+
* User Support User Id
|
|
277
|
+
*/
|
|
278
|
+
readonly userId: string;
|
|
279
|
+
/**
|
|
280
|
+
* User name
|
|
281
|
+
*/
|
|
282
|
+
readonly userName: string;
|
|
283
|
+
/**
|
|
284
|
+
* Used to identify the organization-to-user relationship
|
|
285
|
+
*/
|
|
286
|
+
readonly userType: string;
|
|
287
|
+
/**
|
|
288
|
+
* A list of certificates issued to the User.
|
|
289
|
+
*/
|
|
290
|
+
readonly x509certificates: outputs.Identity.GetDomainsUserX509certificate[];
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* This data source provides details about a specific User resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
294
|
+
*
|
|
295
|
+
* Get a User
|
|
296
|
+
*
|
|
297
|
+
* ## Example Usage
|
|
298
|
+
*
|
|
299
|
+
* ```typescript
|
|
300
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
301
|
+
* import * as oci from "@pulumi/oci";
|
|
302
|
+
*
|
|
303
|
+
* const testUser = oci.Identity.getDomainsUser({
|
|
304
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
305
|
+
* userId: oci_identity_user.test_user.id,
|
|
306
|
+
* attributeSets: [],
|
|
307
|
+
* attributes: "",
|
|
308
|
+
* authorization: _var.user_authorization,
|
|
309
|
+
* resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
|
|
310
|
+
* });
|
|
311
|
+
* ```
|
|
312
|
+
*/
|
|
313
|
+
export declare function getDomainsUserOutput(args: GetDomainsUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsUserResult>;
|
|
314
|
+
/**
|
|
315
|
+
* A collection of arguments for invoking getDomainsUser.
|
|
316
|
+
*/
|
|
317
|
+
export interface GetDomainsUserOutputArgs {
|
|
318
|
+
/**
|
|
319
|
+
* 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.
|
|
320
|
+
*/
|
|
321
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
322
|
+
/**
|
|
323
|
+
* 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.
|
|
324
|
+
*/
|
|
325
|
+
attributes?: pulumi.Input<string>;
|
|
326
|
+
/**
|
|
327
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
328
|
+
*/
|
|
329
|
+
authorization?: pulumi.Input<string>;
|
|
330
|
+
/**
|
|
331
|
+
* The basic endpoint for the identity domain
|
|
332
|
+
*/
|
|
333
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
334
|
+
/**
|
|
335
|
+
* 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.
|
|
336
|
+
*/
|
|
337
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
338
|
+
/**
|
|
339
|
+
* ID of the resource
|
|
340
|
+
*/
|
|
341
|
+
userId: pulumi.Input<string>;
|
|
342
|
+
}
|
|
@@ -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.getDomainsUserOutput = exports.getDomainsUser = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific User resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Get a User
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testUser = oci.Identity.getDomainsUser({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* userId: oci_identity_user.test_user.id,
|
|
22
|
+
* attributeSets: [],
|
|
23
|
+
* attributes: "",
|
|
24
|
+
* authorization: _var.user_authorization,
|
|
25
|
+
* resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getDomainsUser(args, opts) {
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsUser:getDomainsUser", {
|
|
32
|
+
"attributeSets": args.attributeSets,
|
|
33
|
+
"attributes": args.attributes,
|
|
34
|
+
"authorization": args.authorization,
|
|
35
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
36
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
37
|
+
"userId": args.userId,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.getDomainsUser = getDomainsUser;
|
|
41
|
+
/**
|
|
42
|
+
* This data source provides details about a specific User resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
43
|
+
*
|
|
44
|
+
* Get a User
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as oci from "@pulumi/oci";
|
|
51
|
+
*
|
|
52
|
+
* const testUser = oci.Identity.getDomainsUser({
|
|
53
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
54
|
+
* userId: oci_identity_user.test_user.id,
|
|
55
|
+
* attributeSets: [],
|
|
56
|
+
* attributes: "",
|
|
57
|
+
* authorization: _var.user_authorization,
|
|
58
|
+
* resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
function getDomainsUserOutput(args, opts) {
|
|
63
|
+
return pulumi.output(args).apply((a) => getDomainsUser(a, opts));
|
|
64
|
+
}
|
|
65
|
+
exports.getDomainsUserOutput = getDomainsUserOutput;
|
|
66
|
+
//# sourceMappingURL=getDomainsUser.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsUser.js","sourceRoot":"","sources":["../../identity/getDomainsUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,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;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wCAWC;AA8QD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific User Db Credential resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Get a User's DbCredentials
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testUserDbCredential = oci.Identity.getDomainsUserDbCredential({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* userDbCredentialId: oci_identity_db_credential.test_db_credential.id,
|
|
17
|
+
* attributeSets: [],
|
|
18
|
+
* attributes: "",
|
|
19
|
+
* authorization: _var.user_db_credential_authorization,
|
|
20
|
+
* resourceTypeSchemaVersion: _var.user_db_credential_resource_type_schema_version,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getDomainsUserDbCredential(args: GetDomainsUserDbCredentialArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsUserDbCredentialResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDomainsUserDbCredential.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDomainsUserDbCredentialArgs {
|
|
29
|
+
/**
|
|
30
|
+
* 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.
|
|
31
|
+
*/
|
|
32
|
+
attributeSets?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* 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.
|
|
35
|
+
*/
|
|
36
|
+
attributes?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
39
|
+
*/
|
|
40
|
+
authorization?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The basic endpoint for the identity domain
|
|
43
|
+
*/
|
|
44
|
+
idcsEndpoint: string;
|
|
45
|
+
/**
|
|
46
|
+
* 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.
|
|
47
|
+
*/
|
|
48
|
+
resourceTypeSchemaVersion?: string;
|
|
49
|
+
/**
|
|
50
|
+
* ID of the resource
|
|
51
|
+
*/
|
|
52
|
+
userDbCredentialId: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by getDomainsUserDbCredential.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetDomainsUserDbCredentialResult {
|
|
58
|
+
readonly attributeSets?: string[];
|
|
59
|
+
readonly attributes?: string;
|
|
60
|
+
readonly authorization?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
63
|
+
*/
|
|
64
|
+
readonly compartmentOcid: string;
|
|
65
|
+
/**
|
|
66
|
+
* The db password of the user
|
|
67
|
+
*/
|
|
68
|
+
readonly dbPassword: string;
|
|
69
|
+
/**
|
|
70
|
+
* 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.
|
|
71
|
+
*/
|
|
72
|
+
readonly deleteInProgress: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Description
|
|
75
|
+
*/
|
|
76
|
+
readonly description: string;
|
|
77
|
+
/**
|
|
78
|
+
* Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
79
|
+
*/
|
|
80
|
+
readonly domainOcid: string;
|
|
81
|
+
/**
|
|
82
|
+
* Indicates that the db password has expired
|
|
83
|
+
*/
|
|
84
|
+
readonly expired: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* User credential expires on
|
|
87
|
+
*/
|
|
88
|
+
readonly expiresOn: string;
|
|
89
|
+
/**
|
|
90
|
+
* 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.
|
|
91
|
+
*/
|
|
92
|
+
readonly id: string;
|
|
93
|
+
/**
|
|
94
|
+
* The User or App who created the Resource
|
|
95
|
+
*/
|
|
96
|
+
readonly idcsCreatedBies: outputs.Identity.GetDomainsUserDbCredentialIdcsCreatedBy[];
|
|
97
|
+
readonly idcsEndpoint: string;
|
|
98
|
+
/**
|
|
99
|
+
* The User or App who modified the Resource
|
|
100
|
+
*/
|
|
101
|
+
readonly idcsLastModifiedBies: outputs.Identity.GetDomainsUserDbCredentialIdcsLastModifiedBy[];
|
|
102
|
+
/**
|
|
103
|
+
* The release number when the resource was upgraded.
|
|
104
|
+
*/
|
|
105
|
+
readonly idcsLastUpgradedInRelease: string;
|
|
106
|
+
/**
|
|
107
|
+
* Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
108
|
+
*/
|
|
109
|
+
readonly idcsPreventedOperations: string[];
|
|
110
|
+
/**
|
|
111
|
+
* A DateTime that specifies the date and time when the current db password was set
|
|
112
|
+
*/
|
|
113
|
+
readonly lastSetDate: string;
|
|
114
|
+
/**
|
|
115
|
+
* A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
116
|
+
*/
|
|
117
|
+
readonly metas: outputs.Identity.GetDomainsUserDbCredentialMeta[];
|
|
118
|
+
/**
|
|
119
|
+
* The db password of the user with mixed salt
|
|
120
|
+
*/
|
|
121
|
+
readonly mixedDbPassword: string;
|
|
122
|
+
/**
|
|
123
|
+
* The mixed salt of the password
|
|
124
|
+
*/
|
|
125
|
+
readonly mixedSalt: string;
|
|
126
|
+
/**
|
|
127
|
+
* User name
|
|
128
|
+
*/
|
|
129
|
+
readonly name: string;
|
|
130
|
+
/**
|
|
131
|
+
* User's ocid
|
|
132
|
+
*/
|
|
133
|
+
readonly ocid: string;
|
|
134
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
135
|
+
/**
|
|
136
|
+
* The salt of the password
|
|
137
|
+
*/
|
|
138
|
+
readonly salt: string;
|
|
139
|
+
/**
|
|
140
|
+
* 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.
|
|
141
|
+
*/
|
|
142
|
+
readonly schemas: string[];
|
|
143
|
+
/**
|
|
144
|
+
* User credential status
|
|
145
|
+
*/
|
|
146
|
+
readonly status: string;
|
|
147
|
+
/**
|
|
148
|
+
* A list of tags on this resource.
|
|
149
|
+
*/
|
|
150
|
+
readonly tags: outputs.Identity.GetDomainsUserDbCredentialTag[];
|
|
151
|
+
/**
|
|
152
|
+
* Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
153
|
+
*/
|
|
154
|
+
readonly tenancyOcid: string;
|
|
155
|
+
/**
|
|
156
|
+
* Controls whether a user can update themselves or not via User related APIs
|
|
157
|
+
*/
|
|
158
|
+
readonly urnietfparamsscimschemasoracleidcsextensionselfChangeUsers: outputs.Identity.GetDomainsUserDbCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUser[];
|
|
159
|
+
readonly userDbCredentialId: string;
|
|
160
|
+
/**
|
|
161
|
+
* User linked to db credential
|
|
162
|
+
*/
|
|
163
|
+
readonly users: outputs.Identity.GetDomainsUserDbCredentialUser[];
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* This data source provides details about a specific User Db Credential resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
167
|
+
*
|
|
168
|
+
* Get a User's DbCredentials
|
|
169
|
+
*
|
|
170
|
+
* ## Example Usage
|
|
171
|
+
*
|
|
172
|
+
* ```typescript
|
|
173
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
174
|
+
* import * as oci from "@pulumi/oci";
|
|
175
|
+
*
|
|
176
|
+
* const testUserDbCredential = oci.Identity.getDomainsUserDbCredential({
|
|
177
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
178
|
+
* userDbCredentialId: oci_identity_db_credential.test_db_credential.id,
|
|
179
|
+
* attributeSets: [],
|
|
180
|
+
* attributes: "",
|
|
181
|
+
* authorization: _var.user_db_credential_authorization,
|
|
182
|
+
* resourceTypeSchemaVersion: _var.user_db_credential_resource_type_schema_version,
|
|
183
|
+
* });
|
|
184
|
+
* ```
|
|
185
|
+
*/
|
|
186
|
+
export declare function getDomainsUserDbCredentialOutput(args: GetDomainsUserDbCredentialOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsUserDbCredentialResult>;
|
|
187
|
+
/**
|
|
188
|
+
* A collection of arguments for invoking getDomainsUserDbCredential.
|
|
189
|
+
*/
|
|
190
|
+
export interface GetDomainsUserDbCredentialOutputArgs {
|
|
191
|
+
/**
|
|
192
|
+
* 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.
|
|
193
|
+
*/
|
|
194
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
195
|
+
/**
|
|
196
|
+
* 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.
|
|
197
|
+
*/
|
|
198
|
+
attributes?: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
201
|
+
*/
|
|
202
|
+
authorization?: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* The basic endpoint for the identity domain
|
|
205
|
+
*/
|
|
206
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
207
|
+
/**
|
|
208
|
+
* 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.
|
|
209
|
+
*/
|
|
210
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
211
|
+
/**
|
|
212
|
+
* ID of the resource
|
|
213
|
+
*/
|
|
214
|
+
userDbCredentialId: pulumi.Input<string>;
|
|
215
|
+
}
|