@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,271 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific My Device resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Get a Device
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testMyDevice = oci.Identity.getDomainsMyDevice({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* myDeviceId: oci_identity_domains_my_device.test_my_device.id,
|
|
17
|
+
* attributeSets: [],
|
|
18
|
+
* attributes: "",
|
|
19
|
+
* authorization: _var.my_device_authorization,
|
|
20
|
+
* resourceTypeSchemaVersion: _var.my_device_resource_type_schema_version,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getDomainsMyDevice(args: GetDomainsMyDeviceArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsMyDeviceResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDomainsMyDevice.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDomainsMyDeviceArgs {
|
|
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
|
+
* ID of the resource
|
|
47
|
+
*/
|
|
48
|
+
myDeviceId: string;
|
|
49
|
+
/**
|
|
50
|
+
* An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
51
|
+
*/
|
|
52
|
+
resourceTypeSchemaVersion?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by getDomainsMyDevice.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetDomainsMyDeviceResult {
|
|
58
|
+
/**
|
|
59
|
+
* Device additional attributes
|
|
60
|
+
*/
|
|
61
|
+
readonly additionalAttributes: outputs.Identity.GetDomainsMyDeviceAdditionalAttribute[];
|
|
62
|
+
/**
|
|
63
|
+
* Mobile Authenticator App Version
|
|
64
|
+
*/
|
|
65
|
+
readonly appVersion: string;
|
|
66
|
+
readonly attributeSets?: string[];
|
|
67
|
+
readonly attributes?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Authentication Factors
|
|
70
|
+
*/
|
|
71
|
+
readonly authenticationFactors: outputs.Identity.GetDomainsMyDeviceAuthenticationFactor[];
|
|
72
|
+
/**
|
|
73
|
+
* Authentication method used in device. For FIDO, it will contain SECURITY_KEY/WINDOWS_HELLO etc
|
|
74
|
+
*/
|
|
75
|
+
readonly authenticationMethod: string;
|
|
76
|
+
readonly authorization?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Device base public Key
|
|
79
|
+
*/
|
|
80
|
+
readonly basePublicKey: string;
|
|
81
|
+
/**
|
|
82
|
+
* Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
|
83
|
+
*/
|
|
84
|
+
readonly compartmentOcid: string;
|
|
85
|
+
/**
|
|
86
|
+
* Country code of user's Phone Number
|
|
87
|
+
*/
|
|
88
|
+
readonly countryCode: string;
|
|
89
|
+
/**
|
|
90
|
+
* 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.
|
|
91
|
+
*/
|
|
92
|
+
readonly deleteInProgress: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Device hardware name/model
|
|
95
|
+
*/
|
|
96
|
+
readonly deviceType: string;
|
|
97
|
+
/**
|
|
98
|
+
* Unique id sent from device
|
|
99
|
+
*/
|
|
100
|
+
readonly deviceUuid: string;
|
|
101
|
+
/**
|
|
102
|
+
* Device friendly display name
|
|
103
|
+
*/
|
|
104
|
+
readonly displayName: string;
|
|
105
|
+
/**
|
|
106
|
+
* Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
|
107
|
+
*/
|
|
108
|
+
readonly domainOcid: string;
|
|
109
|
+
/**
|
|
110
|
+
* Attribute added for replication log, it is not used by IDCS, just added as place holder
|
|
111
|
+
*/
|
|
112
|
+
readonly expiresOn: number;
|
|
113
|
+
/**
|
|
114
|
+
* An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued be the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
|
|
115
|
+
*/
|
|
116
|
+
readonly externalId: string;
|
|
117
|
+
/**
|
|
118
|
+
* The provider-assigned unique ID for this managed resource.
|
|
119
|
+
*/
|
|
120
|
+
readonly id: string;
|
|
121
|
+
/**
|
|
122
|
+
* The User or App who created the Resource
|
|
123
|
+
*/
|
|
124
|
+
readonly idcsCreatedBies: outputs.Identity.GetDomainsMyDeviceIdcsCreatedBy[];
|
|
125
|
+
readonly idcsEndpoint: string;
|
|
126
|
+
/**
|
|
127
|
+
* The User or App who modified the Resource
|
|
128
|
+
*/
|
|
129
|
+
readonly idcsLastModifiedBies: outputs.Identity.GetDomainsMyDeviceIdcsLastModifiedBy[];
|
|
130
|
+
/**
|
|
131
|
+
* The release number when the resource was upgraded.
|
|
132
|
+
*/
|
|
133
|
+
readonly idcsLastUpgradedInRelease: string;
|
|
134
|
+
/**
|
|
135
|
+
* Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
136
|
+
*/
|
|
137
|
+
readonly idcsPreventedOperations: string[];
|
|
138
|
+
/**
|
|
139
|
+
* Flag that indicates whether the device is enrolled for account recovery
|
|
140
|
+
*/
|
|
141
|
+
readonly isAccRecEnabled: boolean;
|
|
142
|
+
/**
|
|
143
|
+
* Device Compliance Status
|
|
144
|
+
*/
|
|
145
|
+
readonly isCompliant: boolean;
|
|
146
|
+
/**
|
|
147
|
+
* Last Sync time for device
|
|
148
|
+
*/
|
|
149
|
+
readonly lastSyncTime: string;
|
|
150
|
+
/**
|
|
151
|
+
* The most recent timestamp when the device was successfully validated using one time passcode
|
|
152
|
+
*/
|
|
153
|
+
readonly lastValidatedTime: string;
|
|
154
|
+
/**
|
|
155
|
+
* A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
156
|
+
*/
|
|
157
|
+
readonly metas: outputs.Identity.GetDomainsMyDeviceMeta[];
|
|
158
|
+
readonly myDeviceId: string;
|
|
159
|
+
/**
|
|
160
|
+
* Device Non Compliances
|
|
161
|
+
*/
|
|
162
|
+
readonly nonCompliances: outputs.Identity.GetDomainsMyDeviceNonCompliance[];
|
|
163
|
+
/**
|
|
164
|
+
* The OCID of the user
|
|
165
|
+
*/
|
|
166
|
+
readonly ocid: string;
|
|
167
|
+
/**
|
|
168
|
+
* Mobile Authenticator App Package Id
|
|
169
|
+
*/
|
|
170
|
+
readonly packageId: string;
|
|
171
|
+
/**
|
|
172
|
+
* User's Phone Number
|
|
173
|
+
*/
|
|
174
|
+
readonly phoneNumber: string;
|
|
175
|
+
/**
|
|
176
|
+
* Device Platform
|
|
177
|
+
*/
|
|
178
|
+
readonly platform: string;
|
|
179
|
+
/**
|
|
180
|
+
* Push Notification target. Reference to Device notification related resource
|
|
181
|
+
*/
|
|
182
|
+
readonly pushNotificationTargets: outputs.Identity.GetDomainsMyDevicePushNotificationTarget[];
|
|
183
|
+
/**
|
|
184
|
+
* Additional comments/reasons for the change in device status
|
|
185
|
+
*/
|
|
186
|
+
readonly reason: string;
|
|
187
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
188
|
+
/**
|
|
189
|
+
* 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.
|
|
190
|
+
*/
|
|
191
|
+
readonly schemas: string[];
|
|
192
|
+
/**
|
|
193
|
+
* Attribute added for replication log, it is not used by IDCS, it is actual encrypted TOTP seed for the user
|
|
194
|
+
*/
|
|
195
|
+
readonly seed: string;
|
|
196
|
+
/**
|
|
197
|
+
* Attribute added for replication log, it is not used by IDCS, the DEK that encrypts the specific seed for that user
|
|
198
|
+
*/
|
|
199
|
+
readonly seedDekId: string;
|
|
200
|
+
/**
|
|
201
|
+
* Device Status
|
|
202
|
+
*/
|
|
203
|
+
readonly status: string;
|
|
204
|
+
/**
|
|
205
|
+
* A list of tags on this resource.
|
|
206
|
+
*/
|
|
207
|
+
readonly tags: outputs.Identity.GetDomainsMyDeviceTag[];
|
|
208
|
+
/**
|
|
209
|
+
* Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
|
210
|
+
*/
|
|
211
|
+
readonly tenancyOcid: string;
|
|
212
|
+
/**
|
|
213
|
+
* User's third-party authentication factor details
|
|
214
|
+
*/
|
|
215
|
+
readonly thirdPartyFactors: outputs.Identity.GetDomainsMyDeviceThirdPartyFactor[];
|
|
216
|
+
/**
|
|
217
|
+
* Device member
|
|
218
|
+
*/
|
|
219
|
+
readonly users: outputs.Identity.GetDomainsMyDeviceUser[];
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* This data source provides details about a specific My Device resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
223
|
+
*
|
|
224
|
+
* Get a Device
|
|
225
|
+
*
|
|
226
|
+
* ## Example Usage
|
|
227
|
+
*
|
|
228
|
+
* ```typescript
|
|
229
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
230
|
+
* import * as oci from "@pulumi/oci";
|
|
231
|
+
*
|
|
232
|
+
* const testMyDevice = oci.Identity.getDomainsMyDevice({
|
|
233
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
234
|
+
* myDeviceId: oci_identity_domains_my_device.test_my_device.id,
|
|
235
|
+
* attributeSets: [],
|
|
236
|
+
* attributes: "",
|
|
237
|
+
* authorization: _var.my_device_authorization,
|
|
238
|
+
* resourceTypeSchemaVersion: _var.my_device_resource_type_schema_version,
|
|
239
|
+
* });
|
|
240
|
+
* ```
|
|
241
|
+
*/
|
|
242
|
+
export declare function getDomainsMyDeviceOutput(args: GetDomainsMyDeviceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsMyDeviceResult>;
|
|
243
|
+
/**
|
|
244
|
+
* A collection of arguments for invoking getDomainsMyDevice.
|
|
245
|
+
*/
|
|
246
|
+
export interface GetDomainsMyDeviceOutputArgs {
|
|
247
|
+
/**
|
|
248
|
+
* 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.
|
|
249
|
+
*/
|
|
250
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
251
|
+
/**
|
|
252
|
+
* 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.
|
|
253
|
+
*/
|
|
254
|
+
attributes?: pulumi.Input<string>;
|
|
255
|
+
/**
|
|
256
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
257
|
+
*/
|
|
258
|
+
authorization?: pulumi.Input<string>;
|
|
259
|
+
/**
|
|
260
|
+
* The basic endpoint for the identity domain
|
|
261
|
+
*/
|
|
262
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* ID of the resource
|
|
265
|
+
*/
|
|
266
|
+
myDeviceId: pulumi.Input<string>;
|
|
267
|
+
/**
|
|
268
|
+
* 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.
|
|
269
|
+
*/
|
|
270
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
271
|
+
}
|
|
@@ -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.getDomainsMyDeviceOutput = exports.getDomainsMyDevice = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific My Device resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Get a Device
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testMyDevice = oci.Identity.getDomainsMyDevice({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* myDeviceId: oci_identity_domains_my_device.test_my_device.id,
|
|
22
|
+
* attributeSets: [],
|
|
23
|
+
* attributes: "",
|
|
24
|
+
* authorization: _var.my_device_authorization,
|
|
25
|
+
* resourceTypeSchemaVersion: _var.my_device_resource_type_schema_version,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getDomainsMyDevice(args, opts) {
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsMyDevice:getDomainsMyDevice", {
|
|
32
|
+
"attributeSets": args.attributeSets,
|
|
33
|
+
"attributes": args.attributes,
|
|
34
|
+
"authorization": args.authorization,
|
|
35
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
36
|
+
"myDeviceId": args.myDeviceId,
|
|
37
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.getDomainsMyDevice = getDomainsMyDevice;
|
|
41
|
+
/**
|
|
42
|
+
* This data source provides details about a specific My Device resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
43
|
+
*
|
|
44
|
+
* Get a Device
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as oci from "@pulumi/oci";
|
|
51
|
+
*
|
|
52
|
+
* const testMyDevice = oci.Identity.getDomainsMyDevice({
|
|
53
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
54
|
+
* myDeviceId: oci_identity_domains_my_device.test_my_device.id,
|
|
55
|
+
* attributeSets: [],
|
|
56
|
+
* attributes: "",
|
|
57
|
+
* authorization: _var.my_device_authorization,
|
|
58
|
+
* resourceTypeSchemaVersion: _var.my_device_resource_type_schema_version,
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
function getDomainsMyDeviceOutput(args, opts) {
|
|
63
|
+
return pulumi.output(args).apply((a) => getDomainsMyDevice(a, opts));
|
|
64
|
+
}
|
|
65
|
+
exports.getDomainsMyDeviceOutput = getDomainsMyDeviceOutput;
|
|
66
|
+
//# sourceMappingURL=getDomainsMyDevice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsMyDevice.js","sourceRoot":"","sources":["../../identity/getDomainsMyDevice.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gDAWC;AAuMD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the list of My Devices in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Search Devices
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testMyDevices = oci.Identity.getDomainsMyDevices({
|
|
15
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
16
|
+
* myDeviceCount: _var.my_device_my_device_count,
|
|
17
|
+
* myDeviceFilter: _var.my_device_my_device_filter,
|
|
18
|
+
* attributeSets: [],
|
|
19
|
+
* attributes: "",
|
|
20
|
+
* authorization: _var.my_device_authorization,
|
|
21
|
+
* resourceTypeSchemaVersion: _var.my_device_resource_type_schema_version,
|
|
22
|
+
* startIndex: _var.my_device_start_index,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
export declare function getDomainsMyDevices(args: GetDomainsMyDevicesArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsMyDevicesResult>;
|
|
27
|
+
/**
|
|
28
|
+
* A collection of arguments for invoking getDomainsMyDevices.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetDomainsMyDevicesArgs {
|
|
31
|
+
/**
|
|
32
|
+
* 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.
|
|
33
|
+
*/
|
|
34
|
+
attributeSets?: string[];
|
|
35
|
+
/**
|
|
36
|
+
* 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.
|
|
37
|
+
*/
|
|
38
|
+
attributes?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
41
|
+
*/
|
|
42
|
+
authorization?: string;
|
|
43
|
+
compartmentId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The basic endpoint for the identity domain
|
|
46
|
+
*/
|
|
47
|
+
idcsEndpoint: string;
|
|
48
|
+
/**
|
|
49
|
+
* OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
|
|
50
|
+
*/
|
|
51
|
+
myDeviceCount?: number;
|
|
52
|
+
/**
|
|
53
|
+
* OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
|
|
54
|
+
*/
|
|
55
|
+
myDeviceFilter?: string;
|
|
56
|
+
/**
|
|
57
|
+
* An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
58
|
+
*/
|
|
59
|
+
resourceTypeSchemaVersion?: string;
|
|
60
|
+
sortBy?: string;
|
|
61
|
+
sortOrder?: string;
|
|
62
|
+
/**
|
|
63
|
+
* OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
|
|
64
|
+
*/
|
|
65
|
+
startIndex?: number;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* A collection of values returned by getDomainsMyDevices.
|
|
69
|
+
*/
|
|
70
|
+
export interface GetDomainsMyDevicesResult {
|
|
71
|
+
readonly attributeSets?: string[];
|
|
72
|
+
readonly attributes?: string;
|
|
73
|
+
readonly authorization?: string;
|
|
74
|
+
readonly compartmentId?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The provider-assigned unique ID for this managed resource.
|
|
77
|
+
*/
|
|
78
|
+
readonly id: string;
|
|
79
|
+
readonly idcsEndpoint: string;
|
|
80
|
+
readonly itemsPerPage: number;
|
|
81
|
+
readonly myDeviceCount?: number;
|
|
82
|
+
readonly myDeviceFilter?: string;
|
|
83
|
+
/**
|
|
84
|
+
* The list of my_devices.
|
|
85
|
+
*/
|
|
86
|
+
readonly myDevices: outputs.Identity.GetDomainsMyDevicesMyDevice[];
|
|
87
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
88
|
+
/**
|
|
89
|
+
* REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
|
90
|
+
*/
|
|
91
|
+
readonly schemas: string[];
|
|
92
|
+
readonly sortBy?: string;
|
|
93
|
+
readonly sortOrder?: string;
|
|
94
|
+
readonly startIndex?: number;
|
|
95
|
+
readonly totalResults: number;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* This data source provides the list of My Devices in Oracle Cloud Infrastructure Identity Domains service.
|
|
99
|
+
*
|
|
100
|
+
* Search Devices
|
|
101
|
+
*
|
|
102
|
+
* ## Example Usage
|
|
103
|
+
*
|
|
104
|
+
* ```typescript
|
|
105
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
106
|
+
* import * as oci from "@pulumi/oci";
|
|
107
|
+
*
|
|
108
|
+
* const testMyDevices = oci.Identity.getDomainsMyDevices({
|
|
109
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
110
|
+
* myDeviceCount: _var.my_device_my_device_count,
|
|
111
|
+
* myDeviceFilter: _var.my_device_my_device_filter,
|
|
112
|
+
* attributeSets: [],
|
|
113
|
+
* attributes: "",
|
|
114
|
+
* authorization: _var.my_device_authorization,
|
|
115
|
+
* resourceTypeSchemaVersion: _var.my_device_resource_type_schema_version,
|
|
116
|
+
* startIndex: _var.my_device_start_index,
|
|
117
|
+
* });
|
|
118
|
+
* ```
|
|
119
|
+
*/
|
|
120
|
+
export declare function getDomainsMyDevicesOutput(args: GetDomainsMyDevicesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsMyDevicesResult>;
|
|
121
|
+
/**
|
|
122
|
+
* A collection of arguments for invoking getDomainsMyDevices.
|
|
123
|
+
*/
|
|
124
|
+
export interface GetDomainsMyDevicesOutputArgs {
|
|
125
|
+
/**
|
|
126
|
+
* 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.
|
|
127
|
+
*/
|
|
128
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
129
|
+
/**
|
|
130
|
+
* 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.
|
|
131
|
+
*/
|
|
132
|
+
attributes?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
135
|
+
*/
|
|
136
|
+
authorization?: pulumi.Input<string>;
|
|
137
|
+
compartmentId?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The basic endpoint for the identity domain
|
|
140
|
+
*/
|
|
141
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
|
|
144
|
+
*/
|
|
145
|
+
myDeviceCount?: pulumi.Input<number>;
|
|
146
|
+
/**
|
|
147
|
+
* OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
|
|
148
|
+
*/
|
|
149
|
+
myDeviceFilter?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
152
|
+
*/
|
|
153
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
154
|
+
sortBy?: pulumi.Input<string>;
|
|
155
|
+
sortOrder?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
|
|
158
|
+
*/
|
|
159
|
+
startIndex?: pulumi.Input<number>;
|
|
160
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDomainsMyDevicesOutput = exports.getDomainsMyDevices = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of My Devices in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Search Devices
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testMyDevices = oci.Identity.getDomainsMyDevices({
|
|
20
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
21
|
+
* myDeviceCount: _var.my_device_my_device_count,
|
|
22
|
+
* myDeviceFilter: _var.my_device_my_device_filter,
|
|
23
|
+
* attributeSets: [],
|
|
24
|
+
* attributes: "",
|
|
25
|
+
* authorization: _var.my_device_authorization,
|
|
26
|
+
* resourceTypeSchemaVersion: _var.my_device_resource_type_schema_version,
|
|
27
|
+
* startIndex: _var.my_device_start_index,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getDomainsMyDevices(args, opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsMyDevices:getDomainsMyDevices", {
|
|
34
|
+
"attributeSets": args.attributeSets,
|
|
35
|
+
"attributes": args.attributes,
|
|
36
|
+
"authorization": args.authorization,
|
|
37
|
+
"compartmentId": args.compartmentId,
|
|
38
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
39
|
+
"myDeviceCount": args.myDeviceCount,
|
|
40
|
+
"myDeviceFilter": args.myDeviceFilter,
|
|
41
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
42
|
+
"sortBy": args.sortBy,
|
|
43
|
+
"sortOrder": args.sortOrder,
|
|
44
|
+
"startIndex": args.startIndex,
|
|
45
|
+
}, opts);
|
|
46
|
+
}
|
|
47
|
+
exports.getDomainsMyDevices = getDomainsMyDevices;
|
|
48
|
+
/**
|
|
49
|
+
* This data source provides the list of My Devices in Oracle Cloud Infrastructure Identity Domains service.
|
|
50
|
+
*
|
|
51
|
+
* Search Devices
|
|
52
|
+
*
|
|
53
|
+
* ## Example Usage
|
|
54
|
+
*
|
|
55
|
+
* ```typescript
|
|
56
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
+
* import * as oci from "@pulumi/oci";
|
|
58
|
+
*
|
|
59
|
+
* const testMyDevices = oci.Identity.getDomainsMyDevices({
|
|
60
|
+
* idcsEndpoint: data.oci_identity_domain.test_domain.url,
|
|
61
|
+
* myDeviceCount: _var.my_device_my_device_count,
|
|
62
|
+
* myDeviceFilter: _var.my_device_my_device_filter,
|
|
63
|
+
* attributeSets: [],
|
|
64
|
+
* attributes: "",
|
|
65
|
+
* authorization: _var.my_device_authorization,
|
|
66
|
+
* resourceTypeSchemaVersion: _var.my_device_resource_type_schema_version,
|
|
67
|
+
* startIndex: _var.my_device_start_index,
|
|
68
|
+
* });
|
|
69
|
+
* ```
|
|
70
|
+
*/
|
|
71
|
+
function getDomainsMyDevicesOutput(args, opts) {
|
|
72
|
+
return pulumi.output(args).apply((a) => getDomainsMyDevices(a, opts));
|
|
73
|
+
}
|
|
74
|
+
exports.getDomainsMyDevicesOutput = getDomainsMyDevicesOutput;
|
|
75
|
+
//# sourceMappingURL=getDomainsMyDevices.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsMyDevices.js","sourceRoot":"","sources":["../../identity/getDomainsMyDevices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,kDAgBC;AAyED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
|