@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.
Files changed (230) hide show
  1. package/core/clusterNetwork.d.ts +3 -3
  2. package/core/getClusterNetwork.d.ts +1 -1
  3. package/core/getClusterNetworks.d.ts +1 -1
  4. package/core/getInstance.d.ts +1 -1
  5. package/core/getInstancePool.d.ts +1 -1
  6. package/core/getInstancePools.d.ts +1 -1
  7. package/core/instance.d.ts +3 -3
  8. package/core/instancePool.d.ts +4 -4
  9. package/core/instancePool.js +1 -1
  10. package/database/dbSystem.d.ts +8 -0
  11. package/database/dbSystem.js +2 -0
  12. package/database/dbSystem.js.map +1 -1
  13. package/goldengate/deployment.d.ts +42 -2
  14. package/goldengate/deployment.js +9 -1
  15. package/goldengate/deployment.js.map +1 -1
  16. package/goldengate/getDeployment.d.ts +17 -1
  17. package/goldengate/getDeployment.js.map +1 -1
  18. package/goldengate/getDeploymentTypes.d.ts +28 -0
  19. package/goldengate/getDeploymentTypes.js +6 -0
  20. package/goldengate/getDeploymentTypes.js.map +1 -1
  21. package/goldengate/getDeploymentUpgrade.d.ts +34 -0
  22. package/goldengate/getDeploymentUpgrade.js.map +1 -1
  23. package/goldengate/getDeploymentVersions.d.ts +97 -0
  24. package/goldengate/getDeploymentVersions.js +58 -0
  25. package/goldengate/getDeploymentVersions.js.map +1 -0
  26. package/goldengate/index.d.ts +3 -0
  27. package/goldengate/index.js +4 -1
  28. package/goldengate/index.js.map +1 -1
  29. package/identity/domainsApiKey.d.ts +275 -0
  30. package/identity/domainsApiKey.js +113 -0
  31. package/identity/domainsApiKey.js.map +1 -0
  32. package/identity/domainsAuthToken.d.ts +279 -0
  33. package/identity/domainsAuthToken.js +110 -0
  34. package/identity/domainsAuthToken.js.map +1 -0
  35. package/identity/domainsAuthenticationFactorSetting.d.ts +527 -0
  36. package/identity/domainsAuthenticationFactorSetting.js +191 -0
  37. package/identity/domainsAuthenticationFactorSetting.js.map +1 -0
  38. package/identity/domainsCustomerSecretKey.d.ts +299 -0
  39. package/identity/domainsCustomerSecretKey.js +114 -0
  40. package/identity/domainsCustomerSecretKey.js.map +1 -0
  41. package/identity/domainsDynamicResourceGroup.d.ts +283 -0
  42. package/identity/domainsDynamicResourceGroup.js +118 -0
  43. package/identity/domainsDynamicResourceGroup.js.map +1 -0
  44. package/identity/domainsGroup.d.ts +335 -0
  45. package/identity/domainsGroup.js +123 -0
  46. package/identity/domainsGroup.js.map +1 -0
  47. package/identity/domainsIdentityProvider.d.ts +755 -0
  48. package/identity/domainsIdentityProvider.js +196 -0
  49. package/identity/domainsIdentityProvider.js.map +1 -0
  50. package/identity/domainsKmsiSetting.d.ts +327 -0
  51. package/identity/domainsKmsiSetting.js +121 -0
  52. package/identity/domainsKmsiSetting.js.map +1 -0
  53. package/identity/domainsMyApiKey.d.ts +239 -0
  54. package/identity/domainsMyApiKey.js +107 -0
  55. package/identity/domainsMyApiKey.js.map +1 -0
  56. package/identity/domainsMyAuthToken.d.ts +243 -0
  57. package/identity/domainsMyAuthToken.js +104 -0
  58. package/identity/domainsMyAuthToken.js.map +1 -0
  59. package/identity/domainsMyCustomerSecretKey.d.ts +263 -0
  60. package/identity/domainsMyCustomerSecretKey.js +108 -0
  61. package/identity/domainsMyCustomerSecretKey.js.map +1 -0
  62. package/identity/domainsMyOauth2clientCredential.d.ts +279 -0
  63. package/identity/domainsMyOauth2clientCredential.js +113 -0
  64. package/identity/domainsMyOauth2clientCredential.js.map +1 -0
  65. package/identity/domainsMySmtpCredential.d.ts +251 -0
  66. package/identity/domainsMySmtpCredential.js +106 -0
  67. package/identity/domainsMySmtpCredential.js.map +1 -0
  68. package/identity/domainsMySupportAccount.d.ts +235 -0
  69. package/identity/domainsMySupportAccount.js +107 -0
  70. package/identity/domainsMySupportAccount.js.map +1 -0
  71. package/identity/domainsMyUserDbCredential.d.ts +303 -0
  72. package/identity/domainsMyUserDbCredential.js +123 -0
  73. package/identity/domainsMyUserDbCredential.js.map +1 -0
  74. package/identity/domainsOauth2clientCredential.d.ts +315 -0
  75. package/identity/domainsOauth2clientCredential.js +119 -0
  76. package/identity/domainsOauth2clientCredential.js.map +1 -0
  77. package/identity/domainsPasswordPolicy.d.ts +647 -0
  78. package/identity/domainsPasswordPolicy.js +174 -0
  79. package/identity/domainsPasswordPolicy.js.map +1 -0
  80. package/identity/domainsSmtpCredential.d.ts +287 -0
  81. package/identity/domainsSmtpCredential.js +112 -0
  82. package/identity/domainsSmtpCredential.js.map +1 -0
  83. package/identity/domainsUser.d.ts +719 -0
  84. package/identity/domainsUser.js +191 -0
  85. package/identity/domainsUser.js.map +1 -0
  86. package/identity/domainsUserDbCredential.d.ts +339 -0
  87. package/identity/domainsUserDbCredential.js +129 -0
  88. package/identity/domainsUserDbCredential.js.map +1 -0
  89. package/identity/getDomainsApiKey.d.ts +187 -0
  90. package/identity/getDomainsApiKey.js +66 -0
  91. package/identity/getDomainsApiKey.js.map +1 -0
  92. package/identity/getDomainsApiKeys.d.ts +160 -0
  93. package/identity/getDomainsApiKeys.js +75 -0
  94. package/identity/getDomainsApiKeys.js.map +1 -0
  95. package/identity/getDomainsAuthToken.d.ts +187 -0
  96. package/identity/getDomainsAuthToken.js +66 -0
  97. package/identity/getDomainsAuthToken.js.map +1 -0
  98. package/identity/getDomainsAuthTokens.d.ts +160 -0
  99. package/identity/getDomainsAuthTokens.js +75 -0
  100. package/identity/getDomainsAuthTokens.js.map +1 -0
  101. package/identity/getDomainsAuthenticationFactorSetting.d.ts +267 -0
  102. package/identity/getDomainsAuthenticationFactorSetting.js +66 -0
  103. package/identity/getDomainsAuthenticationFactorSetting.js.map +1 -0
  104. package/identity/getDomainsAuthenticationFactorSettings.d.ts +122 -0
  105. package/identity/getDomainsAuthenticationFactorSettings.js +64 -0
  106. package/identity/getDomainsAuthenticationFactorSettings.js.map +1 -0
  107. package/identity/getDomainsCustomerSecretKey.d.ts +195 -0
  108. package/identity/getDomainsCustomerSecretKey.js +66 -0
  109. package/identity/getDomainsCustomerSecretKey.js.map +1 -0
  110. package/identity/getDomainsCustomerSecretKeys.d.ts +160 -0
  111. package/identity/getDomainsCustomerSecretKeys.js +75 -0
  112. package/identity/getDomainsCustomerSecretKeys.js.map +1 -0
  113. package/identity/getDomainsDynamicResourceGroup.d.ts +191 -0
  114. package/identity/getDomainsDynamicResourceGroup.js +66 -0
  115. package/identity/getDomainsDynamicResourceGroup.js.map +1 -0
  116. package/identity/getDomainsDynamicResourceGroups.d.ts +160 -0
  117. package/identity/getDomainsDynamicResourceGroups.js +75 -0
  118. package/identity/getDomainsDynamicResourceGroups.js.map +1 -0
  119. package/identity/getDomainsGroup.d.ts +207 -0
  120. package/identity/getDomainsGroup.js +66 -0
  121. package/identity/getDomainsGroup.js.map +1 -0
  122. package/identity/getDomainsGroups.d.ts +160 -0
  123. package/identity/getDomainsGroups.js +75 -0
  124. package/identity/getDomainsGroups.js.map +1 -0
  125. package/identity/getDomainsIdentityProvider.d.ts +347 -0
  126. package/identity/getDomainsIdentityProvider.js +66 -0
  127. package/identity/getDomainsIdentityProvider.js.map +1 -0
  128. package/identity/getDomainsIdentityProviders.d.ts +160 -0
  129. package/identity/getDomainsIdentityProviders.js +75 -0
  130. package/identity/getDomainsIdentityProviders.js.map +1 -0
  131. package/identity/getDomainsKmsiSetting.d.ts +199 -0
  132. package/identity/getDomainsKmsiSetting.js +66 -0
  133. package/identity/getDomainsKmsiSetting.js.map +1 -0
  134. package/identity/getDomainsKmsiSettings.d.ts +122 -0
  135. package/identity/getDomainsKmsiSettings.js +64 -0
  136. package/identity/getDomainsKmsiSettings.js.map +1 -0
  137. package/identity/getDomainsMyApiKey.d.ts +161 -0
  138. package/identity/getDomainsMyApiKey.js +60 -0
  139. package/identity/getDomainsMyApiKey.js.map +1 -0
  140. package/identity/getDomainsMyApiKeys.d.ts +138 -0
  141. package/identity/getDomainsMyApiKeys.js +69 -0
  142. package/identity/getDomainsMyApiKeys.js.map +1 -0
  143. package/identity/getDomainsMyAuthToken.d.ts +161 -0
  144. package/identity/getDomainsMyAuthToken.js +60 -0
  145. package/identity/getDomainsMyAuthToken.js.map +1 -0
  146. package/identity/getDomainsMyAuthTokens.d.ts +138 -0
  147. package/identity/getDomainsMyAuthTokens.js +69 -0
  148. package/identity/getDomainsMyAuthTokens.js.map +1 -0
  149. package/identity/getDomainsMyCustomerSecretKey.d.ts +169 -0
  150. package/identity/getDomainsMyCustomerSecretKey.js +60 -0
  151. package/identity/getDomainsMyCustomerSecretKey.js.map +1 -0
  152. package/identity/getDomainsMyCustomerSecretKeys.d.ts +138 -0
  153. package/identity/getDomainsMyCustomerSecretKeys.js +69 -0
  154. package/identity/getDomainsMyCustomerSecretKeys.js.map +1 -0
  155. package/identity/getDomainsMyDevice.d.ts +271 -0
  156. package/identity/getDomainsMyDevice.js +66 -0
  157. package/identity/getDomainsMyDevice.js.map +1 -0
  158. package/identity/getDomainsMyDevices.d.ts +160 -0
  159. package/identity/getDomainsMyDevices.js +75 -0
  160. package/identity/getDomainsMyDevices.js.map +1 -0
  161. package/identity/getDomainsMyGroups.d.ts +169 -0
  162. package/identity/getDomainsMyGroups.js +75 -0
  163. package/identity/getDomainsMyGroups.js.map +1 -0
  164. package/identity/getDomainsMyOauth2clientCredential.d.ts +173 -0
  165. package/identity/getDomainsMyOauth2clientCredential.js +60 -0
  166. package/identity/getDomainsMyOauth2clientCredential.js.map +1 -0
  167. package/identity/getDomainsMyOauth2clientCredentials.d.ts +138 -0
  168. package/identity/getDomainsMyOauth2clientCredentials.js +69 -0
  169. package/identity/getDomainsMyOauth2clientCredentials.js.map +1 -0
  170. package/identity/getDomainsMySmtpCredential.d.ts +165 -0
  171. package/identity/getDomainsMySmtpCredential.js +60 -0
  172. package/identity/getDomainsMySmtpCredential.js.map +1 -0
  173. package/identity/getDomainsMySmtpCredentials.d.ts +138 -0
  174. package/identity/getDomainsMySmtpCredentials.js +69 -0
  175. package/identity/getDomainsMySmtpCredentials.js.map +1 -0
  176. package/identity/getDomainsMySupportAccount.d.ts +161 -0
  177. package/identity/getDomainsMySupportAccount.js +60 -0
  178. package/identity/getDomainsMySupportAccount.js.map +1 -0
  179. package/identity/getDomainsMySupportAccounts.d.ts +138 -0
  180. package/identity/getDomainsMySupportAccounts.js +69 -0
  181. package/identity/getDomainsMySupportAccounts.js.map +1 -0
  182. package/identity/getDomainsMyTrustedUserAgent.d.ts +203 -0
  183. package/identity/getDomainsMyTrustedUserAgent.js +66 -0
  184. package/identity/getDomainsMyTrustedUserAgent.js.map +1 -0
  185. package/identity/getDomainsMyTrustedUserAgents.d.ts +160 -0
  186. package/identity/getDomainsMyTrustedUserAgents.js +75 -0
  187. package/identity/getDomainsMyTrustedUserAgents.js.map +1 -0
  188. package/identity/getDomainsMyUserDbCredential.d.ts +189 -0
  189. package/identity/getDomainsMyUserDbCredential.js +60 -0
  190. package/identity/getDomainsMyUserDbCredential.js.map +1 -0
  191. package/identity/getDomainsMyUserDbCredentials.d.ts +138 -0
  192. package/identity/getDomainsMyUserDbCredentials.js +69 -0
  193. package/identity/getDomainsMyUserDbCredentials.js.map +1 -0
  194. package/identity/getDomainsOauth2clientCredential.d.ts +199 -0
  195. package/identity/getDomainsOauth2clientCredential.js +66 -0
  196. package/identity/getDomainsOauth2clientCredential.js.map +1 -0
  197. package/identity/getDomainsOauth2clientCredentials.d.ts +160 -0
  198. package/identity/getDomainsOauth2clientCredentials.js +75 -0
  199. package/identity/getDomainsOauth2clientCredentials.js.map +1 -0
  200. package/identity/getDomainsPasswordPolicies.d.ts +160 -0
  201. package/identity/getDomainsPasswordPolicies.js +75 -0
  202. package/identity/getDomainsPasswordPolicies.js.map +1 -0
  203. package/identity/getDomainsPasswordPolicy.d.ts +311 -0
  204. package/identity/getDomainsPasswordPolicy.js +66 -0
  205. package/identity/getDomainsPasswordPolicy.js.map +1 -0
  206. package/identity/getDomainsSmtpCredential.d.ts +191 -0
  207. package/identity/getDomainsSmtpCredential.js +66 -0
  208. package/identity/getDomainsSmtpCredential.js.map +1 -0
  209. package/identity/getDomainsSmtpCredentials.d.ts +160 -0
  210. package/identity/getDomainsSmtpCredentials.js +75 -0
  211. package/identity/getDomainsSmtpCredentials.js.map +1 -0
  212. package/identity/getDomainsUser.d.ts +342 -0
  213. package/identity/getDomainsUser.js +66 -0
  214. package/identity/getDomainsUser.js.map +1 -0
  215. package/identity/getDomainsUserDbCredential.d.ts +215 -0
  216. package/identity/getDomainsUserDbCredential.js +66 -0
  217. package/identity/getDomainsUserDbCredential.js.map +1 -0
  218. package/identity/getDomainsUserDbCredentials.d.ts +160 -0
  219. package/identity/getDomainsUserDbCredentials.js +75 -0
  220. package/identity/getDomainsUserDbCredentials.js.map +1 -0
  221. package/identity/getDomainsUsers.d.ts +160 -0
  222. package/identity/getDomainsUsers.js +75 -0
  223. package/identity/getDomainsUsers.js.map +1 -0
  224. package/identity/index.d.ts +195 -0
  225. package/identity/index.js +240 -3
  226. package/identity/index.js.map +1 -1
  227. package/package.json +2 -2
  228. package/package.json.dev +2 -2
  229. package/types/input.d.ts +3962 -14
  230. package/types/output.d.ts +15798 -275
@@ -0,0 +1,138 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This data source provides the list of My User Db Credentials in Oracle Cloud Infrastructure Identity Domains service.
5
+ *
6
+ * Search a User's DBCredentials
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testMyUserDbCredentials = oci.Identity.getDomainsMyUserDbCredentials({
15
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
16
+ * myUserDbCredentialCount: _var.my_user_db_credential_my_user_db_credential_count,
17
+ * myUserDbCredentialFilter: _var.my_user_db_credential_my_user_db_credential_filter,
18
+ * authorization: _var.my_user_db_credential_authorization,
19
+ * resourceTypeSchemaVersion: _var.my_user_db_credential_resource_type_schema_version,
20
+ * startIndex: _var.my_user_db_credential_start_index,
21
+ * });
22
+ * ```
23
+ */
24
+ export declare function getDomainsMyUserDbCredentials(args: GetDomainsMyUserDbCredentialsArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsMyUserDbCredentialsResult>;
25
+ /**
26
+ * A collection of arguments for invoking getDomainsMyUserDbCredentials.
27
+ */
28
+ export interface GetDomainsMyUserDbCredentialsArgs {
29
+ /**
30
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
31
+ */
32
+ authorization?: string;
33
+ compartmentId?: string;
34
+ /**
35
+ * The basic endpoint for the identity domain
36
+ */
37
+ idcsEndpoint: string;
38
+ /**
39
+ * 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).
40
+ */
41
+ myUserDbCredentialCount?: number;
42
+ /**
43
+ * 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.
44
+ */
45
+ myUserDbCredentialFilter?: string;
46
+ /**
47
+ * 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.
48
+ */
49
+ resourceTypeSchemaVersion?: string;
50
+ sortBy?: string;
51
+ sortOrder?: string;
52
+ /**
53
+ * 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.
54
+ */
55
+ startIndex?: number;
56
+ }
57
+ /**
58
+ * A collection of values returned by getDomainsMyUserDbCredentials.
59
+ */
60
+ export interface GetDomainsMyUserDbCredentialsResult {
61
+ readonly authorization?: string;
62
+ readonly compartmentId?: string;
63
+ /**
64
+ * The provider-assigned unique ID for this managed resource.
65
+ */
66
+ readonly id: string;
67
+ readonly idcsEndpoint: string;
68
+ readonly itemsPerPage: number;
69
+ readonly myUserDbCredentialCount?: number;
70
+ readonly myUserDbCredentialFilter?: string;
71
+ /**
72
+ * The list of my_user_db_credentials.
73
+ */
74
+ readonly myUserDbCredentials: outputs.Identity.GetDomainsMyUserDbCredentialsMyUserDbCredential[];
75
+ readonly resourceTypeSchemaVersion?: string;
76
+ /**
77
+ * 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.
78
+ */
79
+ readonly schemas: string[];
80
+ readonly sortBy?: string;
81
+ readonly sortOrder?: string;
82
+ readonly startIndex?: number;
83
+ readonly totalResults: number;
84
+ }
85
+ /**
86
+ * This data source provides the list of My User Db Credentials in Oracle Cloud Infrastructure Identity Domains service.
87
+ *
88
+ * Search a User's DBCredentials
89
+ *
90
+ * ## Example Usage
91
+ *
92
+ * ```typescript
93
+ * import * as pulumi from "@pulumi/pulumi";
94
+ * import * as oci from "@pulumi/oci";
95
+ *
96
+ * const testMyUserDbCredentials = oci.Identity.getDomainsMyUserDbCredentials({
97
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
98
+ * myUserDbCredentialCount: _var.my_user_db_credential_my_user_db_credential_count,
99
+ * myUserDbCredentialFilter: _var.my_user_db_credential_my_user_db_credential_filter,
100
+ * authorization: _var.my_user_db_credential_authorization,
101
+ * resourceTypeSchemaVersion: _var.my_user_db_credential_resource_type_schema_version,
102
+ * startIndex: _var.my_user_db_credential_start_index,
103
+ * });
104
+ * ```
105
+ */
106
+ export declare function getDomainsMyUserDbCredentialsOutput(args: GetDomainsMyUserDbCredentialsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsMyUserDbCredentialsResult>;
107
+ /**
108
+ * A collection of arguments for invoking getDomainsMyUserDbCredentials.
109
+ */
110
+ export interface GetDomainsMyUserDbCredentialsOutputArgs {
111
+ /**
112
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
113
+ */
114
+ authorization?: pulumi.Input<string>;
115
+ compartmentId?: pulumi.Input<string>;
116
+ /**
117
+ * The basic endpoint for the identity domain
118
+ */
119
+ idcsEndpoint: pulumi.Input<string>;
120
+ /**
121
+ * 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).
122
+ */
123
+ myUserDbCredentialCount?: pulumi.Input<number>;
124
+ /**
125
+ * 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.
126
+ */
127
+ myUserDbCredentialFilter?: pulumi.Input<string>;
128
+ /**
129
+ * 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.
130
+ */
131
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
132
+ sortBy?: pulumi.Input<string>;
133
+ sortOrder?: pulumi.Input<string>;
134
+ /**
135
+ * 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.
136
+ */
137
+ startIndex?: pulumi.Input<number>;
138
+ }
@@ -0,0 +1,69 @@
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.getDomainsMyUserDbCredentialsOutput = exports.getDomainsMyUserDbCredentials = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides the list of My User Db Credentials in Oracle Cloud Infrastructure Identity Domains service.
10
+ *
11
+ * Search a User's DBCredentials
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testMyUserDbCredentials = oci.Identity.getDomainsMyUserDbCredentials({
20
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
21
+ * myUserDbCredentialCount: _var.my_user_db_credential_my_user_db_credential_count,
22
+ * myUserDbCredentialFilter: _var.my_user_db_credential_my_user_db_credential_filter,
23
+ * authorization: _var.my_user_db_credential_authorization,
24
+ * resourceTypeSchemaVersion: _var.my_user_db_credential_resource_type_schema_version,
25
+ * startIndex: _var.my_user_db_credential_start_index,
26
+ * });
27
+ * ```
28
+ */
29
+ function getDomainsMyUserDbCredentials(args, opts) {
30
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
31
+ return pulumi.runtime.invoke("oci:Identity/getDomainsMyUserDbCredentials:getDomainsMyUserDbCredentials", {
32
+ "authorization": args.authorization,
33
+ "compartmentId": args.compartmentId,
34
+ "idcsEndpoint": args.idcsEndpoint,
35
+ "myUserDbCredentialCount": args.myUserDbCredentialCount,
36
+ "myUserDbCredentialFilter": args.myUserDbCredentialFilter,
37
+ "resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
38
+ "sortBy": args.sortBy,
39
+ "sortOrder": args.sortOrder,
40
+ "startIndex": args.startIndex,
41
+ }, opts);
42
+ }
43
+ exports.getDomainsMyUserDbCredentials = getDomainsMyUserDbCredentials;
44
+ /**
45
+ * This data source provides the list of My User Db Credentials in Oracle Cloud Infrastructure Identity Domains service.
46
+ *
47
+ * Search a User's DBCredentials
48
+ *
49
+ * ## Example Usage
50
+ *
51
+ * ```typescript
52
+ * import * as pulumi from "@pulumi/pulumi";
53
+ * import * as oci from "@pulumi/oci";
54
+ *
55
+ * const testMyUserDbCredentials = oci.Identity.getDomainsMyUserDbCredentials({
56
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
57
+ * myUserDbCredentialCount: _var.my_user_db_credential_my_user_db_credential_count,
58
+ * myUserDbCredentialFilter: _var.my_user_db_credential_my_user_db_credential_filter,
59
+ * authorization: _var.my_user_db_credential_authorization,
60
+ * resourceTypeSchemaVersion: _var.my_user_db_credential_resource_type_schema_version,
61
+ * startIndex: _var.my_user_db_credential_start_index,
62
+ * });
63
+ * ```
64
+ */
65
+ function getDomainsMyUserDbCredentialsOutput(args, opts) {
66
+ return pulumi.output(args).apply((a) => getDomainsMyUserDbCredentials(a, opts));
67
+ }
68
+ exports.getDomainsMyUserDbCredentialsOutput = getDomainsMyUserDbCredentialsOutput;
69
+ //# sourceMappingURL=getDomainsMyUserDbCredentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDomainsMyUserDbCredentials.js","sourceRoot":"","sources":["../../identity/getDomainsMyUserDbCredentials.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAE9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0EAA0E,EAAE;QACrG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,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;AAdD,sEAcC;AA+DD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,6BAA6B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxF,CAAC;AAFD,kFAEC"}
@@ -0,0 +1,199 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This data source provides details about a specific O Auth2 Client Credential resource in Oracle Cloud Infrastructure Identity Domains service.
5
+ *
6
+ * Get user's oauth2 client credential
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testOauth2clientCredential = oci.Identity.getDomainsOauth2clientCredential({
15
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
16
+ * oAuth2clientCredentialId: oci_identity_domains_o_auth2client_credential.test_o_auth2client_credential.id,
17
+ * attributeSets: [],
18
+ * attributes: "",
19
+ * authorization: _var.oauth2client_credential_authorization,
20
+ * resourceTypeSchemaVersion: _var.oauth2client_credential_resource_type_schema_version,
21
+ * });
22
+ * ```
23
+ */
24
+ export declare function getDomainsOauth2clientCredential(args: GetDomainsOauth2clientCredentialArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsOauth2clientCredentialResult>;
25
+ /**
26
+ * A collection of arguments for invoking getDomainsOauth2clientCredential.
27
+ */
28
+ export interface GetDomainsOauth2clientCredentialArgs {
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
+ oAuth2clientCredentialId: 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 getDomainsOauth2clientCredential.
56
+ */
57
+ export interface GetDomainsOauth2clientCredentialResult {
58
+ readonly attributeSets?: string[];
59
+ readonly attributes?: string;
60
+ readonly authorization?: string;
61
+ /**
62
+ * Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
63
+ */
64
+ readonly compartmentOcid: string;
65
+ /**
66
+ * 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.
67
+ */
68
+ readonly deleteInProgress: boolean;
69
+ /**
70
+ * Description
71
+ */
72
+ readonly description: string;
73
+ /**
74
+ * Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
75
+ */
76
+ readonly domainOcid: string;
77
+ /**
78
+ * User credential expires on
79
+ */
80
+ readonly expiresOn: string;
81
+ /**
82
+ * Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
83
+ */
84
+ readonly id: string;
85
+ /**
86
+ * The User or App who created the Resource
87
+ */
88
+ readonly idcsCreatedBies: outputs.Identity.GetDomainsOauth2clientCredentialIdcsCreatedBy[];
89
+ readonly idcsEndpoint: string;
90
+ /**
91
+ * The User or App who modified the Resource
92
+ */
93
+ readonly idcsLastModifiedBies: outputs.Identity.GetDomainsOauth2clientCredentialIdcsLastModifiedBy[];
94
+ /**
95
+ * The release number when the resource was upgraded.
96
+ */
97
+ readonly idcsLastUpgradedInRelease: string;
98
+ /**
99
+ * Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
100
+ */
101
+ readonly idcsPreventedOperations: string[];
102
+ /**
103
+ * Specifies if secret need to be reset
104
+ */
105
+ readonly isResetSecret: boolean;
106
+ /**
107
+ * A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
108
+ */
109
+ readonly metas: outputs.Identity.GetDomainsOauth2clientCredentialMeta[];
110
+ /**
111
+ * User name
112
+ */
113
+ readonly name: string;
114
+ readonly oAuth2clientCredentialId: string;
115
+ /**
116
+ * User's ocid
117
+ */
118
+ readonly ocid: string;
119
+ readonly resourceTypeSchemaVersion?: string;
120
+ /**
121
+ * 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.
122
+ */
123
+ readonly schemas: string[];
124
+ /**
125
+ * Scopes
126
+ */
127
+ readonly scopes: outputs.Identity.GetDomainsOauth2clientCredentialScope[];
128
+ /**
129
+ * User credential status
130
+ */
131
+ readonly status: string;
132
+ /**
133
+ * A list of tags on this resource.
134
+ */
135
+ readonly tags: outputs.Identity.GetDomainsOauth2clientCredentialTag[];
136
+ /**
137
+ * Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
138
+ */
139
+ readonly tenancyOcid: string;
140
+ /**
141
+ * Controls whether a user can update themselves or not via User related APIs
142
+ */
143
+ readonly urnietfparamsscimschemasoracleidcsextensionselfChangeUsers: outputs.Identity.GetDomainsOauth2clientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUser[];
144
+ /**
145
+ * User linked to oauth2 client credential
146
+ */
147
+ readonly users: outputs.Identity.GetDomainsOauth2clientCredentialUser[];
148
+ }
149
+ /**
150
+ * This data source provides details about a specific O Auth2 Client Credential resource in Oracle Cloud Infrastructure Identity Domains service.
151
+ *
152
+ * Get user's oauth2 client credential
153
+ *
154
+ * ## Example Usage
155
+ *
156
+ * ```typescript
157
+ * import * as pulumi from "@pulumi/pulumi";
158
+ * import * as oci from "@pulumi/oci";
159
+ *
160
+ * const testOauth2clientCredential = oci.Identity.getDomainsOauth2clientCredential({
161
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
162
+ * oAuth2clientCredentialId: oci_identity_domains_o_auth2client_credential.test_o_auth2client_credential.id,
163
+ * attributeSets: [],
164
+ * attributes: "",
165
+ * authorization: _var.oauth2client_credential_authorization,
166
+ * resourceTypeSchemaVersion: _var.oauth2client_credential_resource_type_schema_version,
167
+ * });
168
+ * ```
169
+ */
170
+ export declare function getDomainsOauth2clientCredentialOutput(args: GetDomainsOauth2clientCredentialOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsOauth2clientCredentialResult>;
171
+ /**
172
+ * A collection of arguments for invoking getDomainsOauth2clientCredential.
173
+ */
174
+ export interface GetDomainsOauth2clientCredentialOutputArgs {
175
+ /**
176
+ * 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.
177
+ */
178
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
179
+ /**
180
+ * 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.
181
+ */
182
+ attributes?: pulumi.Input<string>;
183
+ /**
184
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
185
+ */
186
+ authorization?: pulumi.Input<string>;
187
+ /**
188
+ * The basic endpoint for the identity domain
189
+ */
190
+ idcsEndpoint: pulumi.Input<string>;
191
+ /**
192
+ * ID of the resource
193
+ */
194
+ oAuth2clientCredentialId: pulumi.Input<string>;
195
+ /**
196
+ * 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.
197
+ */
198
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
199
+ }
@@ -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.getDomainsOauth2clientCredentialOutput = exports.getDomainsOauth2clientCredential = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides details about a specific O Auth2 Client Credential resource in Oracle Cloud Infrastructure Identity Domains service.
10
+ *
11
+ * Get user's oauth2 client credential
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testOauth2clientCredential = oci.Identity.getDomainsOauth2clientCredential({
20
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
21
+ * oAuth2clientCredentialId: oci_identity_domains_o_auth2client_credential.test_o_auth2client_credential.id,
22
+ * attributeSets: [],
23
+ * attributes: "",
24
+ * authorization: _var.oauth2client_credential_authorization,
25
+ * resourceTypeSchemaVersion: _var.oauth2client_credential_resource_type_schema_version,
26
+ * });
27
+ * ```
28
+ */
29
+ function getDomainsOauth2clientCredential(args, opts) {
30
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
31
+ return pulumi.runtime.invoke("oci:Identity/getDomainsOauth2clientCredential:getDomainsOauth2clientCredential", {
32
+ "attributeSets": args.attributeSets,
33
+ "attributes": args.attributes,
34
+ "authorization": args.authorization,
35
+ "idcsEndpoint": args.idcsEndpoint,
36
+ "oAuth2clientCredentialId": args.oAuth2clientCredentialId,
37
+ "resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
38
+ }, opts);
39
+ }
40
+ exports.getDomainsOauth2clientCredential = getDomainsOauth2clientCredential;
41
+ /**
42
+ * This data source provides details about a specific O Auth2 Client Credential resource in Oracle Cloud Infrastructure Identity Domains service.
43
+ *
44
+ * Get user's oauth2 client credential
45
+ *
46
+ * ## Example Usage
47
+ *
48
+ * ```typescript
49
+ * import * as pulumi from "@pulumi/pulumi";
50
+ * import * as oci from "@pulumi/oci";
51
+ *
52
+ * const testOauth2clientCredential = oci.Identity.getDomainsOauth2clientCredential({
53
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
54
+ * oAuth2clientCredentialId: oci_identity_domains_o_auth2client_credential.test_o_auth2client_credential.id,
55
+ * attributeSets: [],
56
+ * attributes: "",
57
+ * authorization: _var.oauth2client_credential_authorization,
58
+ * resourceTypeSchemaVersion: _var.oauth2client_credential_resource_type_schema_version,
59
+ * });
60
+ * ```
61
+ */
62
+ function getDomainsOauth2clientCredentialOutput(args, opts) {
63
+ return pulumi.output(args).apply((a) => getDomainsOauth2clientCredential(a, opts));
64
+ }
65
+ exports.getDomainsOauth2clientCredentialOutput = getDomainsOauth2clientCredentialOutput;
66
+ //# sourceMappingURL=getDomainsOauth2clientCredential.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDomainsOauth2clientCredential.js","sourceRoot":"","sources":["../../identity/getDomainsOauth2clientCredential.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IAEpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4EAWC;AA+HD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAA2B;IAChI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gCAAgC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3F,CAAC;AAFD,wFAEC"}
@@ -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 O Auth2 Client Credentials in Oracle Cloud Infrastructure Identity Domains service.
5
+ *
6
+ * Search oauth2 client credentials
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testOauth2clientCredentials = oci.Identity.getDomainsOauth2clientCredentials({
15
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
16
+ * oauth2clientCredentialCount: _var.oauth2client_credential_oauth2client_credential_count,
17
+ * oauth2clientCredentialFilter: _var.oauth2client_credential_oauth2client_credential_filter,
18
+ * attributeSets: [],
19
+ * attributes: "",
20
+ * authorization: _var.oauth2client_credential_authorization,
21
+ * resourceTypeSchemaVersion: _var.oauth2client_credential_resource_type_schema_version,
22
+ * startIndex: _var.oauth2client_credential_start_index,
23
+ * });
24
+ * ```
25
+ */
26
+ export declare function getDomainsOauth2clientCredentials(args: GetDomainsOauth2clientCredentialsArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsOauth2clientCredentialsResult>;
27
+ /**
28
+ * A collection of arguments for invoking getDomainsOauth2clientCredentials.
29
+ */
30
+ export interface GetDomainsOauth2clientCredentialsArgs {
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
+ oauth2clientCredentialCount?: 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
+ oauth2clientCredentialFilter?: 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 getDomainsOauth2clientCredentials.
69
+ */
70
+ export interface GetDomainsOauth2clientCredentialsResult {
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 oauth2clientCredentialCount?: number;
82
+ readonly oauth2clientCredentialFilter?: string;
83
+ /**
84
+ * The list of oauth2client_credentials.
85
+ */
86
+ readonly oauth2clientCredentials: outputs.Identity.GetDomainsOauth2clientCredentialsOauth2clientCredential[];
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 O Auth2 Client Credentials in Oracle Cloud Infrastructure Identity Domains service.
99
+ *
100
+ * Search oauth2 client credentials
101
+ *
102
+ * ## Example Usage
103
+ *
104
+ * ```typescript
105
+ * import * as pulumi from "@pulumi/pulumi";
106
+ * import * as oci from "@pulumi/oci";
107
+ *
108
+ * const testOauth2clientCredentials = oci.Identity.getDomainsOauth2clientCredentials({
109
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
110
+ * oauth2clientCredentialCount: _var.oauth2client_credential_oauth2client_credential_count,
111
+ * oauth2clientCredentialFilter: _var.oauth2client_credential_oauth2client_credential_filter,
112
+ * attributeSets: [],
113
+ * attributes: "",
114
+ * authorization: _var.oauth2client_credential_authorization,
115
+ * resourceTypeSchemaVersion: _var.oauth2client_credential_resource_type_schema_version,
116
+ * startIndex: _var.oauth2client_credential_start_index,
117
+ * });
118
+ * ```
119
+ */
120
+ export declare function getDomainsOauth2clientCredentialsOutput(args: GetDomainsOauth2clientCredentialsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsOauth2clientCredentialsResult>;
121
+ /**
122
+ * A collection of arguments for invoking getDomainsOauth2clientCredentials.
123
+ */
124
+ export interface GetDomainsOauth2clientCredentialsOutputArgs {
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
+ oauth2clientCredentialCount?: 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
+ oauth2clientCredentialFilter?: 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
+ }