@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,719 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource provides the User resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
6
|
+
*
|
|
7
|
+
* Create a User
|
|
8
|
+
*
|
|
9
|
+
* ## Import
|
|
10
|
+
*
|
|
11
|
+
* Users can be imported using the `id`, e.g.
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import oci:Identity/domainsUser:DomainsUser test_user "idcsEndpoint/{idcsEndpoint}/users/{userId}"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare class DomainsUser extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing DomainsUser resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DomainsUserState, opts?: pulumi.CustomResourceOptions): DomainsUser;
|
|
28
|
+
/**
|
|
29
|
+
* Returns true if the given object is an instance of DomainsUser. This is designed to work even
|
|
30
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
31
|
+
*/
|
|
32
|
+
static isInstance(obj: any): obj is DomainsUser;
|
|
33
|
+
/**
|
|
34
|
+
* (Updatable) Status of the account
|
|
35
|
+
*/
|
|
36
|
+
readonly active: pulumi.Output<boolean>;
|
|
37
|
+
/**
|
|
38
|
+
* (Updatable) 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.
|
|
39
|
+
*/
|
|
40
|
+
readonly addresses: pulumi.Output<outputs.Identity.DomainsUserAddress[]>;
|
|
41
|
+
/**
|
|
42
|
+
* (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
43
|
+
*/
|
|
44
|
+
readonly attributeSets: pulumi.Output<string[] | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
47
|
+
*/
|
|
48
|
+
readonly attributes: pulumi.Output<string | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
51
|
+
*/
|
|
52
|
+
readonly authorization: pulumi.Output<string | undefined>;
|
|
53
|
+
/**
|
|
54
|
+
* (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
55
|
+
*/
|
|
56
|
+
readonly compartmentOcid: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
|
|
59
|
+
*/
|
|
60
|
+
readonly deleteInProgress: pulumi.Output<boolean>;
|
|
61
|
+
/**
|
|
62
|
+
* (Updatable) Description of the user
|
|
63
|
+
*/
|
|
64
|
+
readonly description: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
|
|
67
|
+
*/
|
|
68
|
+
readonly displayName: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
71
|
+
*/
|
|
72
|
+
readonly domainOcid: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* (Updatable) A complex attribute representing emails
|
|
75
|
+
*/
|
|
76
|
+
readonly emails: pulumi.Output<outputs.Identity.DomainsUserEmail[]>;
|
|
77
|
+
/**
|
|
78
|
+
* (Updatable) A list of entitlements for the User that represent a thing the User has.
|
|
79
|
+
*/
|
|
80
|
+
readonly entitlements: pulumi.Output<outputs.Identity.DomainsUserEntitlement[]>;
|
|
81
|
+
/**
|
|
82
|
+
* (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
|
|
83
|
+
*/
|
|
84
|
+
readonly externalId: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
|
|
87
|
+
*/
|
|
88
|
+
readonly groups: pulumi.Output<outputs.Identity.DomainsUserGroup[]>;
|
|
89
|
+
/**
|
|
90
|
+
* (Updatable) The User or App who created the Resource
|
|
91
|
+
*/
|
|
92
|
+
readonly idcsCreatedBies: pulumi.Output<outputs.Identity.DomainsUserIdcsCreatedBy[]>;
|
|
93
|
+
/**
|
|
94
|
+
* The basic endpoint for the identity domain
|
|
95
|
+
*/
|
|
96
|
+
readonly idcsEndpoint: pulumi.Output<string>;
|
|
97
|
+
/**
|
|
98
|
+
* (Updatable) The User or App who modified the Resource
|
|
99
|
+
*/
|
|
100
|
+
readonly idcsLastModifiedBies: pulumi.Output<outputs.Identity.DomainsUserIdcsLastModifiedBy[]>;
|
|
101
|
+
/**
|
|
102
|
+
* (Updatable) The release number when the resource was upgraded.
|
|
103
|
+
*/
|
|
104
|
+
readonly idcsLastUpgradedInRelease: pulumi.Output<string>;
|
|
105
|
+
/**
|
|
106
|
+
* (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
107
|
+
*/
|
|
108
|
+
readonly idcsPreventedOperations: pulumi.Output<string[]>;
|
|
109
|
+
/**
|
|
110
|
+
* (Updatable) User's instant messaging addresses
|
|
111
|
+
*/
|
|
112
|
+
readonly ims: pulumi.Output<outputs.Identity.DomainsUserIm[]>;
|
|
113
|
+
/**
|
|
114
|
+
* (Updatable) 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.
|
|
115
|
+
*/
|
|
116
|
+
readonly locale: pulumi.Output<string>;
|
|
117
|
+
/**
|
|
118
|
+
* (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
119
|
+
*/
|
|
120
|
+
readonly metas: pulumi.Output<outputs.Identity.DomainsUserMeta[]>;
|
|
121
|
+
/**
|
|
122
|
+
* (Updatable) Name of the account assigned to the User.
|
|
123
|
+
*/
|
|
124
|
+
readonly name: pulumi.Output<outputs.Identity.DomainsUserName>;
|
|
125
|
+
/**
|
|
126
|
+
* (Updatable) Nick name
|
|
127
|
+
*/
|
|
128
|
+
readonly nickName: pulumi.Output<string>;
|
|
129
|
+
/**
|
|
130
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
131
|
+
*/
|
|
132
|
+
readonly ocid: pulumi.Output<string>;
|
|
133
|
+
/**
|
|
134
|
+
* (Updatable) Password attribute. Max length for password is controlled via Password Policy.
|
|
135
|
+
*/
|
|
136
|
+
readonly password: pulumi.Output<string>;
|
|
137
|
+
/**
|
|
138
|
+
* (Updatable) Phone numbers
|
|
139
|
+
*/
|
|
140
|
+
readonly phoneNumbers: pulumi.Output<outputs.Identity.DomainsUserPhoneNumber[]>;
|
|
141
|
+
/**
|
|
142
|
+
* (Updatable) URLs of photos for the User
|
|
143
|
+
*/
|
|
144
|
+
readonly photos: pulumi.Output<outputs.Identity.DomainsUserPhoto[]>;
|
|
145
|
+
/**
|
|
146
|
+
* (Updatable) User's preferred written or spoken language used for localized user interfaces
|
|
147
|
+
*/
|
|
148
|
+
readonly preferredLanguage: pulumi.Output<string>;
|
|
149
|
+
/**
|
|
150
|
+
* (Updatable) A fully-qualified URL to a page representing the User's online profile
|
|
151
|
+
*/
|
|
152
|
+
readonly profileUrl: pulumi.Output<string>;
|
|
153
|
+
/**
|
|
154
|
+
* (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
155
|
+
*/
|
|
156
|
+
readonly resourceTypeSchemaVersion: pulumi.Output<string | undefined>;
|
|
157
|
+
/**
|
|
158
|
+
* (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
|
|
159
|
+
*/
|
|
160
|
+
readonly roles: pulumi.Output<outputs.Identity.DomainsUserRole[]>;
|
|
161
|
+
/**
|
|
162
|
+
* (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
|
163
|
+
*/
|
|
164
|
+
readonly schemas: pulumi.Output<string[]>;
|
|
165
|
+
/**
|
|
166
|
+
* (Updatable) A list of tags on this resource.
|
|
167
|
+
*/
|
|
168
|
+
readonly tags: pulumi.Output<outputs.Identity.DomainsUserTag[]>;
|
|
169
|
+
/**
|
|
170
|
+
* (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
171
|
+
*/
|
|
172
|
+
readonly tenancyOcid: pulumi.Output<string>;
|
|
173
|
+
/**
|
|
174
|
+
* (Updatable) User's timezone
|
|
175
|
+
*/
|
|
176
|
+
readonly timezone: pulumi.Output<string>;
|
|
177
|
+
/**
|
|
178
|
+
* (Updatable) Title
|
|
179
|
+
*/
|
|
180
|
+
readonly title: pulumi.Output<string>;
|
|
181
|
+
/**
|
|
182
|
+
* (Updatable) Enterprise User
|
|
183
|
+
*/
|
|
184
|
+
readonly urnietfparamsscimschemasextensionenterprise20user: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20user>;
|
|
185
|
+
/**
|
|
186
|
+
* (Updatable) Oracle Cloud Infrastructure Tags.
|
|
187
|
+
*/
|
|
188
|
+
readonly urnietfparamsscimschemasoracleidcsextensionOciTags: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags>;
|
|
189
|
+
/**
|
|
190
|
+
* (Updatable) This extension defines attributes to manage user's risk score.
|
|
191
|
+
*/
|
|
192
|
+
readonly urnietfparamsscimschemasoracleidcsextensionadaptiveUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser>;
|
|
193
|
+
/**
|
|
194
|
+
* (Updatable) User's Capabilities
|
|
195
|
+
*/
|
|
196
|
+
readonly urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser>;
|
|
197
|
+
/**
|
|
198
|
+
* (Updatable) Db Credentials User extension
|
|
199
|
+
*/
|
|
200
|
+
readonly urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser>;
|
|
201
|
+
/**
|
|
202
|
+
* (Updatable) DB User extension
|
|
203
|
+
*/
|
|
204
|
+
readonly urnietfparamsscimschemasoracleidcsextensiondbUserUsers: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser[]>;
|
|
205
|
+
/**
|
|
206
|
+
* (Updatable) Kerberos User extension
|
|
207
|
+
*/
|
|
208
|
+
readonly urnietfparamsscimschemasoracleidcsextensionkerberosUserUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser>;
|
|
209
|
+
/**
|
|
210
|
+
* (Updatable) 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.
|
|
211
|
+
*/
|
|
212
|
+
readonly urnietfparamsscimschemasoracleidcsextensionmfaUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser>;
|
|
213
|
+
/**
|
|
214
|
+
* (Updatable) 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.
|
|
215
|
+
*/
|
|
216
|
+
readonly urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser[]>;
|
|
217
|
+
/**
|
|
218
|
+
* (Updatable) 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.
|
|
219
|
+
*/
|
|
220
|
+
readonly urnietfparamsscimschemasoracleidcsextensionpasswordlessUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser>;
|
|
221
|
+
/**
|
|
222
|
+
* (Updatable) POSIX User extension
|
|
223
|
+
*/
|
|
224
|
+
readonly urnietfparamsscimschemasoracleidcsextensionposixUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser>;
|
|
225
|
+
/**
|
|
226
|
+
* (Updatable) This extension defines attributes used to store Security Questions of User.
|
|
227
|
+
*/
|
|
228
|
+
readonly urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser>;
|
|
229
|
+
/**
|
|
230
|
+
* (Updatable) Controls whether a user can update themselves or not via User related APIs
|
|
231
|
+
*/
|
|
232
|
+
readonly urnietfparamsscimschemasoracleidcsextensionselfChangeUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser>;
|
|
233
|
+
/**
|
|
234
|
+
* (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
|
|
235
|
+
*/
|
|
236
|
+
readonly urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser>;
|
|
237
|
+
/**
|
|
238
|
+
* (Updatable) SFF Auth Keys User extension
|
|
239
|
+
*/
|
|
240
|
+
readonly urnietfparamsscimschemasoracleidcsextensionsffUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser>;
|
|
241
|
+
/**
|
|
242
|
+
* (Updatable) Social User extension
|
|
243
|
+
*/
|
|
244
|
+
readonly urnietfparamsscimschemasoracleidcsextensionsocialAccountUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser>;
|
|
245
|
+
/**
|
|
246
|
+
* (Updatable) Terms Of Use extension
|
|
247
|
+
*/
|
|
248
|
+
readonly urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser>;
|
|
249
|
+
/**
|
|
250
|
+
* (Updatable) User's credentials
|
|
251
|
+
*/
|
|
252
|
+
readonly urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser[]>;
|
|
253
|
+
/**
|
|
254
|
+
* (Updatable) 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.
|
|
255
|
+
*/
|
|
256
|
+
readonly urnietfparamsscimschemasoracleidcsextensionuserStateUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser>;
|
|
257
|
+
/**
|
|
258
|
+
* (Updatable) Oracle Cloud Infrastructure IAM User
|
|
259
|
+
*/
|
|
260
|
+
readonly urnietfparamsscimschemasoracleidcsextensionuserUser: pulumi.Output<outputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser>;
|
|
261
|
+
/**
|
|
262
|
+
* (Updatable) User name
|
|
263
|
+
*/
|
|
264
|
+
readonly userName: pulumi.Output<string>;
|
|
265
|
+
/**
|
|
266
|
+
* (Updatable) Used to identify the organization-to-user relationship
|
|
267
|
+
*/
|
|
268
|
+
readonly userType: pulumi.Output<string>;
|
|
269
|
+
/**
|
|
270
|
+
* (Updatable) A list of certificates issued to the User.
|
|
271
|
+
*/
|
|
272
|
+
readonly x509certificates: pulumi.Output<outputs.Identity.DomainsUserX509certificate[]>;
|
|
273
|
+
/**
|
|
274
|
+
* Create a DomainsUser resource with the given unique name, arguments, and options.
|
|
275
|
+
*
|
|
276
|
+
* @param name The _unique_ name of the resource.
|
|
277
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
278
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
279
|
+
*/
|
|
280
|
+
constructor(name: string, args: DomainsUserArgs, opts?: pulumi.CustomResourceOptions);
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* Input properties used for looking up and filtering DomainsUser resources.
|
|
284
|
+
*/
|
|
285
|
+
export interface DomainsUserState {
|
|
286
|
+
/**
|
|
287
|
+
* (Updatable) Status of the account
|
|
288
|
+
*/
|
|
289
|
+
active?: pulumi.Input<boolean>;
|
|
290
|
+
/**
|
|
291
|
+
* (Updatable) 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.
|
|
292
|
+
*/
|
|
293
|
+
addresses?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserAddress>[]>;
|
|
294
|
+
/**
|
|
295
|
+
* (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
296
|
+
*/
|
|
297
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
298
|
+
/**
|
|
299
|
+
* (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
300
|
+
*/
|
|
301
|
+
attributes?: pulumi.Input<string>;
|
|
302
|
+
/**
|
|
303
|
+
* (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
304
|
+
*/
|
|
305
|
+
authorization?: pulumi.Input<string>;
|
|
306
|
+
/**
|
|
307
|
+
* (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
308
|
+
*/
|
|
309
|
+
compartmentOcid?: pulumi.Input<string>;
|
|
310
|
+
/**
|
|
311
|
+
* (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
|
|
312
|
+
*/
|
|
313
|
+
deleteInProgress?: pulumi.Input<boolean>;
|
|
314
|
+
/**
|
|
315
|
+
* (Updatable) Description of the user
|
|
316
|
+
*/
|
|
317
|
+
description?: pulumi.Input<string>;
|
|
318
|
+
/**
|
|
319
|
+
* (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
|
|
320
|
+
*/
|
|
321
|
+
displayName?: pulumi.Input<string>;
|
|
322
|
+
/**
|
|
323
|
+
* (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
324
|
+
*/
|
|
325
|
+
domainOcid?: pulumi.Input<string>;
|
|
326
|
+
/**
|
|
327
|
+
* (Updatable) A complex attribute representing emails
|
|
328
|
+
*/
|
|
329
|
+
emails?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserEmail>[]>;
|
|
330
|
+
/**
|
|
331
|
+
* (Updatable) A list of entitlements for the User that represent a thing the User has.
|
|
332
|
+
*/
|
|
333
|
+
entitlements?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserEntitlement>[]>;
|
|
334
|
+
/**
|
|
335
|
+
* (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
|
|
336
|
+
*/
|
|
337
|
+
externalId?: pulumi.Input<string>;
|
|
338
|
+
/**
|
|
339
|
+
* (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
|
|
340
|
+
*/
|
|
341
|
+
groups?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserGroup>[]>;
|
|
342
|
+
/**
|
|
343
|
+
* (Updatable) The User or App who created the Resource
|
|
344
|
+
*/
|
|
345
|
+
idcsCreatedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserIdcsCreatedBy>[]>;
|
|
346
|
+
/**
|
|
347
|
+
* The basic endpoint for the identity domain
|
|
348
|
+
*/
|
|
349
|
+
idcsEndpoint?: pulumi.Input<string>;
|
|
350
|
+
/**
|
|
351
|
+
* (Updatable) The User or App who modified the Resource
|
|
352
|
+
*/
|
|
353
|
+
idcsLastModifiedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserIdcsLastModifiedBy>[]>;
|
|
354
|
+
/**
|
|
355
|
+
* (Updatable) The release number when the resource was upgraded.
|
|
356
|
+
*/
|
|
357
|
+
idcsLastUpgradedInRelease?: pulumi.Input<string>;
|
|
358
|
+
/**
|
|
359
|
+
* (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
360
|
+
*/
|
|
361
|
+
idcsPreventedOperations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
362
|
+
/**
|
|
363
|
+
* (Updatable) User's instant messaging addresses
|
|
364
|
+
*/
|
|
365
|
+
ims?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserIm>[]>;
|
|
366
|
+
/**
|
|
367
|
+
* (Updatable) 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.
|
|
368
|
+
*/
|
|
369
|
+
locale?: pulumi.Input<string>;
|
|
370
|
+
/**
|
|
371
|
+
* (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
372
|
+
*/
|
|
373
|
+
metas?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserMeta>[]>;
|
|
374
|
+
/**
|
|
375
|
+
* (Updatable) Name of the account assigned to the User.
|
|
376
|
+
*/
|
|
377
|
+
name?: pulumi.Input<inputs.Identity.DomainsUserName>;
|
|
378
|
+
/**
|
|
379
|
+
* (Updatable) Nick name
|
|
380
|
+
*/
|
|
381
|
+
nickName?: pulumi.Input<string>;
|
|
382
|
+
/**
|
|
383
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
384
|
+
*/
|
|
385
|
+
ocid?: pulumi.Input<string>;
|
|
386
|
+
/**
|
|
387
|
+
* (Updatable) Password attribute. Max length for password is controlled via Password Policy.
|
|
388
|
+
*/
|
|
389
|
+
password?: pulumi.Input<string>;
|
|
390
|
+
/**
|
|
391
|
+
* (Updatable) Phone numbers
|
|
392
|
+
*/
|
|
393
|
+
phoneNumbers?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserPhoneNumber>[]>;
|
|
394
|
+
/**
|
|
395
|
+
* (Updatable) URLs of photos for the User
|
|
396
|
+
*/
|
|
397
|
+
photos?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserPhoto>[]>;
|
|
398
|
+
/**
|
|
399
|
+
* (Updatable) User's preferred written or spoken language used for localized user interfaces
|
|
400
|
+
*/
|
|
401
|
+
preferredLanguage?: pulumi.Input<string>;
|
|
402
|
+
/**
|
|
403
|
+
* (Updatable) A fully-qualified URL to a page representing the User's online profile
|
|
404
|
+
*/
|
|
405
|
+
profileUrl?: pulumi.Input<string>;
|
|
406
|
+
/**
|
|
407
|
+
* (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
408
|
+
*/
|
|
409
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
410
|
+
/**
|
|
411
|
+
* (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
|
|
412
|
+
*/
|
|
413
|
+
roles?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserRole>[]>;
|
|
414
|
+
/**
|
|
415
|
+
* (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
|
416
|
+
*/
|
|
417
|
+
schemas?: pulumi.Input<pulumi.Input<string>[]>;
|
|
418
|
+
/**
|
|
419
|
+
* (Updatable) A list of tags on this resource.
|
|
420
|
+
*/
|
|
421
|
+
tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserTag>[]>;
|
|
422
|
+
/**
|
|
423
|
+
* (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
424
|
+
*/
|
|
425
|
+
tenancyOcid?: pulumi.Input<string>;
|
|
426
|
+
/**
|
|
427
|
+
* (Updatable) User's timezone
|
|
428
|
+
*/
|
|
429
|
+
timezone?: pulumi.Input<string>;
|
|
430
|
+
/**
|
|
431
|
+
* (Updatable) Title
|
|
432
|
+
*/
|
|
433
|
+
title?: pulumi.Input<string>;
|
|
434
|
+
/**
|
|
435
|
+
* (Updatable) Enterprise User
|
|
436
|
+
*/
|
|
437
|
+
urnietfparamsscimschemasextensionenterprise20user?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20user>;
|
|
438
|
+
/**
|
|
439
|
+
* (Updatable) Oracle Cloud Infrastructure Tags.
|
|
440
|
+
*/
|
|
441
|
+
urnietfparamsscimschemasoracleidcsextensionOciTags?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags>;
|
|
442
|
+
/**
|
|
443
|
+
* (Updatable) This extension defines attributes to manage user's risk score.
|
|
444
|
+
*/
|
|
445
|
+
urnietfparamsscimschemasoracleidcsextensionadaptiveUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser>;
|
|
446
|
+
/**
|
|
447
|
+
* (Updatable) User's Capabilities
|
|
448
|
+
*/
|
|
449
|
+
urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser>;
|
|
450
|
+
/**
|
|
451
|
+
* (Updatable) Db Credentials User extension
|
|
452
|
+
*/
|
|
453
|
+
urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser>;
|
|
454
|
+
/**
|
|
455
|
+
* (Updatable) DB User extension
|
|
456
|
+
*/
|
|
457
|
+
urnietfparamsscimschemasoracleidcsextensiondbUserUsers?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser>[]>;
|
|
458
|
+
/**
|
|
459
|
+
* (Updatable) Kerberos User extension
|
|
460
|
+
*/
|
|
461
|
+
urnietfparamsscimschemasoracleidcsextensionkerberosUserUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser>;
|
|
462
|
+
/**
|
|
463
|
+
* (Updatable) 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.
|
|
464
|
+
*/
|
|
465
|
+
urnietfparamsscimschemasoracleidcsextensionmfaUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser>;
|
|
466
|
+
/**
|
|
467
|
+
* (Updatable) 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.
|
|
468
|
+
*/
|
|
469
|
+
urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser>[]>;
|
|
470
|
+
/**
|
|
471
|
+
* (Updatable) 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.
|
|
472
|
+
*/
|
|
473
|
+
urnietfparamsscimschemasoracleidcsextensionpasswordlessUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser>;
|
|
474
|
+
/**
|
|
475
|
+
* (Updatable) POSIX User extension
|
|
476
|
+
*/
|
|
477
|
+
urnietfparamsscimschemasoracleidcsextensionposixUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser>;
|
|
478
|
+
/**
|
|
479
|
+
* (Updatable) This extension defines attributes used to store Security Questions of User.
|
|
480
|
+
*/
|
|
481
|
+
urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser>;
|
|
482
|
+
/**
|
|
483
|
+
* (Updatable) Controls whether a user can update themselves or not via User related APIs
|
|
484
|
+
*/
|
|
485
|
+
urnietfparamsscimschemasoracleidcsextensionselfChangeUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser>;
|
|
486
|
+
/**
|
|
487
|
+
* (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
|
|
488
|
+
*/
|
|
489
|
+
urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser>;
|
|
490
|
+
/**
|
|
491
|
+
* (Updatable) SFF Auth Keys User extension
|
|
492
|
+
*/
|
|
493
|
+
urnietfparamsscimschemasoracleidcsextensionsffUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser>;
|
|
494
|
+
/**
|
|
495
|
+
* (Updatable) Social User extension
|
|
496
|
+
*/
|
|
497
|
+
urnietfparamsscimschemasoracleidcsextensionsocialAccountUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser>;
|
|
498
|
+
/**
|
|
499
|
+
* (Updatable) Terms Of Use extension
|
|
500
|
+
*/
|
|
501
|
+
urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser>;
|
|
502
|
+
/**
|
|
503
|
+
* (Updatable) User's credentials
|
|
504
|
+
*/
|
|
505
|
+
urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser>[]>;
|
|
506
|
+
/**
|
|
507
|
+
* (Updatable) 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.
|
|
508
|
+
*/
|
|
509
|
+
urnietfparamsscimschemasoracleidcsextensionuserStateUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser>;
|
|
510
|
+
/**
|
|
511
|
+
* (Updatable) Oracle Cloud Infrastructure IAM User
|
|
512
|
+
*/
|
|
513
|
+
urnietfparamsscimschemasoracleidcsextensionuserUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser>;
|
|
514
|
+
/**
|
|
515
|
+
* (Updatable) User name
|
|
516
|
+
*/
|
|
517
|
+
userName?: pulumi.Input<string>;
|
|
518
|
+
/**
|
|
519
|
+
* (Updatable) Used to identify the organization-to-user relationship
|
|
520
|
+
*/
|
|
521
|
+
userType?: pulumi.Input<string>;
|
|
522
|
+
/**
|
|
523
|
+
* (Updatable) A list of certificates issued to the User.
|
|
524
|
+
*/
|
|
525
|
+
x509certificates?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserX509certificate>[]>;
|
|
526
|
+
}
|
|
527
|
+
/**
|
|
528
|
+
* The set of arguments for constructing a DomainsUser resource.
|
|
529
|
+
*/
|
|
530
|
+
export interface DomainsUserArgs {
|
|
531
|
+
/**
|
|
532
|
+
* (Updatable) Status of the account
|
|
533
|
+
*/
|
|
534
|
+
active?: pulumi.Input<boolean>;
|
|
535
|
+
/**
|
|
536
|
+
* (Updatable) 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.
|
|
537
|
+
*/
|
|
538
|
+
addresses?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserAddress>[]>;
|
|
539
|
+
/**
|
|
540
|
+
* (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
541
|
+
*/
|
|
542
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
543
|
+
/**
|
|
544
|
+
* (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
545
|
+
*/
|
|
546
|
+
attributes?: pulumi.Input<string>;
|
|
547
|
+
/**
|
|
548
|
+
* (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
549
|
+
*/
|
|
550
|
+
authorization?: pulumi.Input<string>;
|
|
551
|
+
/**
|
|
552
|
+
* (Updatable) Description of the user
|
|
553
|
+
*/
|
|
554
|
+
description?: pulumi.Input<string>;
|
|
555
|
+
/**
|
|
556
|
+
* (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
|
|
557
|
+
*/
|
|
558
|
+
displayName?: pulumi.Input<string>;
|
|
559
|
+
/**
|
|
560
|
+
* (Updatable) A complex attribute representing emails
|
|
561
|
+
*/
|
|
562
|
+
emails?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserEmail>[]>;
|
|
563
|
+
/**
|
|
564
|
+
* (Updatable) A list of entitlements for the User that represent a thing the User has.
|
|
565
|
+
*/
|
|
566
|
+
entitlements?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserEntitlement>[]>;
|
|
567
|
+
/**
|
|
568
|
+
* (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
|
|
569
|
+
*/
|
|
570
|
+
externalId?: pulumi.Input<string>;
|
|
571
|
+
/**
|
|
572
|
+
* The basic endpoint for the identity domain
|
|
573
|
+
*/
|
|
574
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
575
|
+
/**
|
|
576
|
+
* (Updatable) User's instant messaging addresses
|
|
577
|
+
*/
|
|
578
|
+
ims?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserIm>[]>;
|
|
579
|
+
/**
|
|
580
|
+
* (Updatable) 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.
|
|
581
|
+
*/
|
|
582
|
+
locale?: pulumi.Input<string>;
|
|
583
|
+
/**
|
|
584
|
+
* (Updatable) Name of the account assigned to the User.
|
|
585
|
+
*/
|
|
586
|
+
name?: pulumi.Input<inputs.Identity.DomainsUserName>;
|
|
587
|
+
/**
|
|
588
|
+
* (Updatable) Nick name
|
|
589
|
+
*/
|
|
590
|
+
nickName?: pulumi.Input<string>;
|
|
591
|
+
/**
|
|
592
|
+
* (Updatable) Ocid of the User's Support Account.
|
|
593
|
+
*/
|
|
594
|
+
ocid?: pulumi.Input<string>;
|
|
595
|
+
/**
|
|
596
|
+
* (Updatable) Password attribute. Max length for password is controlled via Password Policy.
|
|
597
|
+
*/
|
|
598
|
+
password?: pulumi.Input<string>;
|
|
599
|
+
/**
|
|
600
|
+
* (Updatable) Phone numbers
|
|
601
|
+
*/
|
|
602
|
+
phoneNumbers?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserPhoneNumber>[]>;
|
|
603
|
+
/**
|
|
604
|
+
* (Updatable) URLs of photos for the User
|
|
605
|
+
*/
|
|
606
|
+
photos?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserPhoto>[]>;
|
|
607
|
+
/**
|
|
608
|
+
* (Updatable) User's preferred written or spoken language used for localized user interfaces
|
|
609
|
+
*/
|
|
610
|
+
preferredLanguage?: pulumi.Input<string>;
|
|
611
|
+
/**
|
|
612
|
+
* (Updatable) A fully-qualified URL to a page representing the User's online profile
|
|
613
|
+
*/
|
|
614
|
+
profileUrl?: pulumi.Input<string>;
|
|
615
|
+
/**
|
|
616
|
+
* (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
617
|
+
*/
|
|
618
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
619
|
+
/**
|
|
620
|
+
* (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
|
|
621
|
+
*/
|
|
622
|
+
roles?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserRole>[]>;
|
|
623
|
+
/**
|
|
624
|
+
* (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
|
625
|
+
*/
|
|
626
|
+
schemas: pulumi.Input<pulumi.Input<string>[]>;
|
|
627
|
+
/**
|
|
628
|
+
* (Updatable) A list of tags on this resource.
|
|
629
|
+
*/
|
|
630
|
+
tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserTag>[]>;
|
|
631
|
+
/**
|
|
632
|
+
* (Updatable) User's timezone
|
|
633
|
+
*/
|
|
634
|
+
timezone?: pulumi.Input<string>;
|
|
635
|
+
/**
|
|
636
|
+
* (Updatable) Title
|
|
637
|
+
*/
|
|
638
|
+
title?: pulumi.Input<string>;
|
|
639
|
+
/**
|
|
640
|
+
* (Updatable) Enterprise User
|
|
641
|
+
*/
|
|
642
|
+
urnietfparamsscimschemasextensionenterprise20user?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20user>;
|
|
643
|
+
/**
|
|
644
|
+
* (Updatable) Oracle Cloud Infrastructure Tags.
|
|
645
|
+
*/
|
|
646
|
+
urnietfparamsscimschemasoracleidcsextensionOciTags?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags>;
|
|
647
|
+
/**
|
|
648
|
+
* (Updatable) This extension defines attributes to manage user's risk score.
|
|
649
|
+
*/
|
|
650
|
+
urnietfparamsscimschemasoracleidcsextensionadaptiveUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser>;
|
|
651
|
+
/**
|
|
652
|
+
* (Updatable) User's Capabilities
|
|
653
|
+
*/
|
|
654
|
+
urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser>;
|
|
655
|
+
/**
|
|
656
|
+
* (Updatable) Db Credentials User extension
|
|
657
|
+
*/
|
|
658
|
+
urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser>;
|
|
659
|
+
/**
|
|
660
|
+
* (Updatable) Kerberos User extension
|
|
661
|
+
*/
|
|
662
|
+
urnietfparamsscimschemasoracleidcsextensionkerberosUserUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser>;
|
|
663
|
+
/**
|
|
664
|
+
* (Updatable) 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.
|
|
665
|
+
*/
|
|
666
|
+
urnietfparamsscimschemasoracleidcsextensionmfaUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser>;
|
|
667
|
+
/**
|
|
668
|
+
* (Updatable) 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.
|
|
669
|
+
*/
|
|
670
|
+
urnietfparamsscimschemasoracleidcsextensionpasswordlessUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser>;
|
|
671
|
+
/**
|
|
672
|
+
* (Updatable) POSIX User extension
|
|
673
|
+
*/
|
|
674
|
+
urnietfparamsscimschemasoracleidcsextensionposixUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser>;
|
|
675
|
+
/**
|
|
676
|
+
* (Updatable) This extension defines attributes used to store Security Questions of User.
|
|
677
|
+
*/
|
|
678
|
+
urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser>;
|
|
679
|
+
/**
|
|
680
|
+
* (Updatable) Controls whether a user can update themselves or not via User related APIs
|
|
681
|
+
*/
|
|
682
|
+
urnietfparamsscimschemasoracleidcsextensionselfChangeUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser>;
|
|
683
|
+
/**
|
|
684
|
+
* (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
|
|
685
|
+
*/
|
|
686
|
+
urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser>;
|
|
687
|
+
/**
|
|
688
|
+
* (Updatable) SFF Auth Keys User extension
|
|
689
|
+
*/
|
|
690
|
+
urnietfparamsscimschemasoracleidcsextensionsffUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser>;
|
|
691
|
+
/**
|
|
692
|
+
* (Updatable) Social User extension
|
|
693
|
+
*/
|
|
694
|
+
urnietfparamsscimschemasoracleidcsextensionsocialAccountUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser>;
|
|
695
|
+
/**
|
|
696
|
+
* (Updatable) Terms Of Use extension
|
|
697
|
+
*/
|
|
698
|
+
urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser>;
|
|
699
|
+
/**
|
|
700
|
+
* (Updatable) 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.
|
|
701
|
+
*/
|
|
702
|
+
urnietfparamsscimschemasoracleidcsextensionuserStateUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser>;
|
|
703
|
+
/**
|
|
704
|
+
* (Updatable) Oracle Cloud Infrastructure IAM User
|
|
705
|
+
*/
|
|
706
|
+
urnietfparamsscimschemasoracleidcsextensionuserUser?: pulumi.Input<inputs.Identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser>;
|
|
707
|
+
/**
|
|
708
|
+
* (Updatable) User name
|
|
709
|
+
*/
|
|
710
|
+
userName: pulumi.Input<string>;
|
|
711
|
+
/**
|
|
712
|
+
* (Updatable) Used to identify the organization-to-user relationship
|
|
713
|
+
*/
|
|
714
|
+
userType?: pulumi.Input<string>;
|
|
715
|
+
/**
|
|
716
|
+
* (Updatable) A list of certificates issued to the User.
|
|
717
|
+
*/
|
|
718
|
+
x509certificates?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsUserX509certificate>[]>;
|
|
719
|
+
}
|