oci-identity 2.5.1 → 2.7.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/LICENSE.txt +6 -0
- package/lib/client.d.ts +747 -181
- package/lib/client.js +1937 -425
- package/lib/client.js.map +1 -1
- package/lib/identity-waiter.d.ts +15 -0
- package/lib/identity-waiter.js +23 -0
- package/lib/identity-waiter.js.map +1 -1
- package/lib/model/allowed-domain-license-type-summary.d.ts +40 -0
- package/lib/model/allowed-domain-license-type-summary.js +29 -0
- package/lib/model/allowed-domain-license-type-summary.js.map +1 -0
- package/lib/model/change-domain-compartment-details.d.ts +24 -0
- package/lib/model/change-domain-compartment-details.js +29 -0
- package/lib/model/change-domain-compartment-details.js.map +1 -0
- package/lib/model/change-domain-license-type-details.d.ts +25 -0
- package/lib/model/change-domain-license-type-details.js +29 -0
- package/lib/model/change-domain-license-type-details.js.map +1 -0
- package/lib/model/change-tas-domain-license-type-details.d.ts +25 -0
- package/lib/model/change-tas-domain-license-type-details.js +29 -0
- package/lib/model/change-tas-domain-license-type-details.js.map +1 -0
- package/lib/model/create-domain-details.d.ts +99 -0
- package/lib/model/create-domain-details.js +29 -0
- package/lib/model/create-domain-details.js.map +1 -0
- package/lib/model/domain-replication-states.d.ts +41 -0
- package/lib/model/domain-replication-states.js +37 -0
- package/lib/model/domain-replication-states.js.map +1 -0
- package/lib/model/domain-replication.d.ts +34 -0
- package/lib/model/domain-replication.js +61 -0
- package/lib/model/domain-replication.js.map +1 -0
- package/lib/model/domain-summary.d.ts +136 -0
- package/lib/model/domain-summary.js +94 -0
- package/lib/model/domain-summary.js.map +1 -0
- package/lib/model/domain.d.ts +140 -0
- package/lib/model/domain.js +94 -0
- package/lib/model/domain.js.map +1 -0
- package/lib/model/enable-replication-to-region-details.d.ts +30 -0
- package/lib/model/enable-replication-to-region-details.js +29 -0
- package/lib/model/enable-replication-to-region-details.js.map +1 -0
- package/lib/model/iam-work-request-error-summary.d.ts +33 -0
- package/lib/model/iam-work-request-error-summary.js +29 -0
- package/lib/model/iam-work-request-error-summary.js.map +1 -0
- package/lib/model/iam-work-request-log-summary.d.ts +32 -0
- package/lib/model/iam-work-request-log-summary.js +29 -0
- package/lib/model/iam-work-request-log-summary.js.map +1 -0
- package/lib/model/iam-work-request-resource.d.ts +53 -0
- package/lib/model/iam-work-request-resource.js +42 -0
- package/lib/model/iam-work-request-resource.js.map +1 -0
- package/lib/model/iam-work-request-summary.d.ts +94 -0
- package/lib/model/iam-work-request-summary.js +91 -0
- package/lib/model/iam-work-request-summary.js.map +1 -0
- package/lib/model/iam-work-request.d.ts +93 -0
- package/lib/model/iam-work-request.js +91 -0
- package/lib/model/iam-work-request.js.map +1 -0
- package/lib/model/index.d.ts +34 -0
- package/lib/model/index.js +37 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/replicated-region-details.d.ts +49 -0
- package/lib/model/replicated-region-details.js +42 -0
- package/lib/model/replicated-region-details.js.map +1 -0
- package/lib/model/update-domain-details.d.ts +54 -0
- package/lib/model/update-domain-details.js +29 -0
- package/lib/model/update-domain-details.js.map +1 -0
- package/lib/request/activate-domain-request.d.ts +44 -0
- package/lib/request/activate-domain-request.js +15 -0
- package/lib/request/activate-domain-request.js.map +1 -0
- package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/add-user-to-group-request.d.ts +1 -1
- package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
- package/lib/request/bulk-delete-resources-request.d.ts +1 -1
- package/lib/request/bulk-delete-tags-request.d.ts +1 -1
- package/lib/request/bulk-edit-tags-request.d.ts +1 -1
- package/lib/request/bulk-move-resources-request.d.ts +1 -1
- package/lib/request/cascade-delete-tag-namespace-request.d.ts +1 -1
- package/lib/request/change-domain-compartment-request.d.ts +49 -0
- package/lib/request/change-domain-compartment-request.js +15 -0
- package/lib/request/change-domain-compartment-request.js.map +1 -0
- package/lib/request/change-domain-license-type-request.d.ts +49 -0
- package/lib/request/change-domain-license-type-request.js +15 -0
- package/lib/request/change-domain-license-type-request.js.map +1 -0
- package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
- package/lib/request/create-auth-token-request.d.ts +1 -1
- package/lib/request/create-compartment-request.d.ts +1 -1
- package/lib/request/create-customer-secret-key-request.d.ts +1 -1
- package/lib/request/create-domain-request.d.ts +38 -0
- package/lib/request/create-domain-request.js +15 -0
- package/lib/request/create-domain-request.js.map +1 -0
- package/lib/request/create-dynamic-group-request.d.ts +1 -1
- package/lib/request/create-group-request.d.ts +1 -1
- package/lib/request/create-identity-provider-request.d.ts +1 -1
- package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/create-network-source-request.d.ts +1 -1
- package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
- package/lib/request/create-policy-request.d.ts +1 -1
- package/lib/request/create-region-subscription-request.d.ts +1 -1
- package/lib/request/create-smtp-credential-request.d.ts +1 -1
- package/lib/request/create-swift-password-request.d.ts +1 -1
- package/lib/request/create-tag-default-request.d.ts +1 -1
- package/lib/request/create-tag-namespace-request.d.ts +1 -1
- package/lib/request/create-tag-request.d.ts +1 -1
- package/lib/request/create-user-request.d.ts +1 -1
- package/lib/request/deactivate-domain-request.d.ts +44 -0
- package/lib/request/deactivate-domain-request.js +15 -0
- package/lib/request/deactivate-domain-request.js.map +1 -0
- package/lib/request/delete-api-key-request.d.ts +1 -1
- package/lib/request/delete-auth-token-request.d.ts +1 -1
- package/lib/request/delete-compartment-request.d.ts +1 -1
- package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
- package/lib/request/delete-domain-request.d.ts +35 -0
- package/lib/request/delete-domain-request.js +15 -0
- package/lib/request/delete-domain-request.js.map +1 -0
- package/lib/request/delete-dynamic-group-request.d.ts +1 -1
- package/lib/request/delete-group-request.d.ts +1 -1
- package/lib/request/delete-identity-provider-request.d.ts +1 -1
- package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/delete-network-source-request.d.ts +1 -1
- package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/delete-policy-request.d.ts +1 -1
- package/lib/request/delete-smtp-credential-request.d.ts +1 -1
- package/lib/request/delete-swift-password-request.d.ts +1 -1
- package/lib/request/delete-tag-default-request.d.ts +1 -1
- package/lib/request/delete-tag-namespace-request.d.ts +1 -1
- package/lib/request/delete-tag-request.d.ts +1 -1
- package/lib/request/delete-user-request.d.ts +1 -1
- package/lib/request/enable-replication-to-region-request.d.ts +49 -0
- package/lib/request/enable-replication-to-region-request.js +15 -0
- package/lib/request/enable-replication-to-region-request.js.map +1 -0
- package/lib/request/generate-totp-seed-request.d.ts +1 -1
- package/lib/request/get-authentication-policy-request.d.ts +1 -1
- package/lib/request/get-compartment-request.d.ts +1 -1
- package/lib/request/get-domain-request.d.ts +28 -0
- package/lib/request/get-domain-request.js +15 -0
- package/lib/request/get-domain-request.js.map +1 -0
- package/lib/request/get-dynamic-group-request.d.ts +1 -1
- package/lib/request/get-group-request.d.ts +1 -1
- package/lib/request/get-iam-work-request-request.d.ts +28 -0
- package/lib/request/get-iam-work-request-request.js +15 -0
- package/lib/request/get-iam-work-request-request.js.map +1 -0
- package/lib/request/get-identity-provider-request.d.ts +1 -1
- package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/get-network-source-request.d.ts +1 -1
- package/lib/request/get-policy-request.d.ts +1 -1
- package/lib/request/get-tag-default-request.d.ts +1 -1
- package/lib/request/get-tag-namespace-request.d.ts +1 -1
- package/lib/request/get-tag-request.d.ts +1 -1
- package/lib/request/get-tagging-work-request-request.d.ts +1 -1
- package/lib/request/get-tenancy-request.d.ts +1 -1
- package/lib/request/get-user-group-membership-request.d.ts +1 -1
- package/lib/request/get-user-request.d.ts +1 -1
- package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +30 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-allowed-domain-license-types-request.d.ts +28 -0
- package/lib/request/list-allowed-domain-license-types-request.js +15 -0
- package/lib/request/list-allowed-domain-license-types-request.js.map +1 -0
- package/lib/request/list-api-keys-request.d.ts +1 -1
- package/lib/request/list-auth-tokens-request.d.ts +1 -1
- package/lib/request/list-availability-domains-request.d.ts +1 -1
- package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
- package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
- package/lib/request/list-compartments-request.d.ts +1 -1
- package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
- package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
- package/lib/request/list-domains-request.d.ts +101 -0
- package/lib/request/list-domains-request.js +29 -0
- package/lib/request/list-domains-request.js.map +1 -0
- package/lib/request/list-dynamic-groups-request.d.ts +1 -1
- package/lib/request/list-fault-domains-request.d.ts +1 -1
- package/lib/request/list-groups-request.d.ts +1 -1
- package/lib/request/list-iam-work-request-errors-request.d.ts +50 -0
- package/lib/request/list-iam-work-request-errors-request.js +24 -0
- package/lib/request/list-iam-work-request-errors-request.js.map +1 -0
- package/lib/request/list-iam-work-request-logs-request.d.ts +50 -0
- package/lib/request/list-iam-work-request-logs-request.js +24 -0
- package/lib/request/list-iam-work-request-logs-request.js.map +1 -0
- package/lib/request/list-iam-work-requests-request.d.ts +43 -0
- package/lib/request/list-iam-work-requests-request.js +15 -0
- package/lib/request/list-iam-work-requests-request.js.map +1 -0
- package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
- package/lib/request/list-identity-providers-request.d.ts +1 -1
- package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
- package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
- package/lib/request/list-network-sources-request.d.ts +1 -1
- package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
- package/lib/request/list-policies-request.d.ts +1 -1
- package/lib/request/list-region-subscriptions-request.d.ts +1 -1
- package/lib/request/list-regions-request.d.ts +1 -1
- package/lib/request/list-smtp-credentials-request.d.ts +1 -1
- package/lib/request/list-swift-passwords-request.d.ts +1 -1
- package/lib/request/list-tag-defaults-request.d.ts +1 -1
- package/lib/request/list-tag-namespaces-request.d.ts +1 -1
- package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
- package/lib/request/list-tags-request.d.ts +1 -1
- package/lib/request/list-user-group-memberships-request.d.ts +1 -1
- package/lib/request/list-users-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/move-compartment-request.d.ts +1 -1
- package/lib/request/recover-compartment-request.d.ts +1 -1
- package/lib/request/remove-user-from-group-request.d.ts +1 -1
- package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
- package/lib/request/update-auth-token-request.d.ts +1 -1
- package/lib/request/update-authentication-policy-request.d.ts +1 -1
- package/lib/request/update-compartment-request.d.ts +1 -1
- package/lib/request/update-customer-secret-key-request.d.ts +1 -1
- package/lib/request/update-domain-request.d.ts +40 -0
- package/lib/request/update-domain-request.js +15 -0
- package/lib/request/update-domain-request.js.map +1 -0
- package/lib/request/update-dynamic-group-request.d.ts +1 -1
- package/lib/request/update-group-request.d.ts +1 -1
- package/lib/request/update-identity-provider-request.d.ts +1 -1
- package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
- package/lib/request/update-network-source-request.d.ts +1 -1
- package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
- package/lib/request/update-policy-request.d.ts +1 -1
- package/lib/request/update-smtp-credential-request.d.ts +1 -1
- package/lib/request/update-swift-password-request.d.ts +1 -1
- package/lib/request/update-tag-default-request.d.ts +1 -1
- package/lib/request/update-tag-namespace-request.d.ts +1 -1
- package/lib/request/update-tag-request.d.ts +1 -1
- package/lib/request/update-user-capabilities-request.d.ts +1 -1
- package/lib/request/update-user-request.d.ts +1 -1
- package/lib/request/update-user-state-request.d.ts +1 -1
- package/lib/request/upload-api-key-request.d.ts +1 -1
- package/lib/response/activate-domain-response.d.ts +25 -0
- package/lib/response/activate-domain-response.js +15 -0
- package/lib/response/activate-domain-response.js.map +1 -0
- package/lib/response/change-domain-compartment-response.d.ts +25 -0
- package/lib/response/change-domain-compartment-response.js +15 -0
- package/lib/response/change-domain-compartment-response.js.map +1 -0
- package/lib/response/change-domain-license-type-response.d.ts +25 -0
- package/lib/response/change-domain-license-type-response.js +15 -0
- package/lib/response/change-domain-license-type-response.js.map +1 -0
- package/lib/response/create-domain-response.d.ts +25 -0
- package/lib/response/create-domain-response.js +15 -0
- package/lib/response/create-domain-response.js.map +1 -0
- package/lib/response/deactivate-domain-response.d.ts +25 -0
- package/lib/response/deactivate-domain-response.js +15 -0
- package/lib/response/deactivate-domain-response.js.map +1 -0
- package/lib/response/delete-domain-response.d.ts +25 -0
- package/lib/response/delete-domain-response.js +15 -0
- package/lib/response/delete-domain-response.js.map +1 -0
- package/lib/response/enable-replication-to-region-response.d.ts +25 -0
- package/lib/response/enable-replication-to-region-response.js +15 -0
- package/lib/response/enable-replication-to-region-response.js.map +1 -0
- package/lib/response/get-domain-response.d.ts +29 -0
- package/lib/response/get-domain-response.js +15 -0
- package/lib/response/get-domain-response.js.map +1 -0
- package/lib/response/get-iam-work-request-response.d.ts +25 -0
- package/lib/response/get-iam-work-request-response.js +15 -0
- package/lib/response/get-iam-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +30 -0
- package/lib/response/list-allowed-domain-license-types-response.d.ts +32 -0
- package/lib/response/list-allowed-domain-license-types-response.js +15 -0
- package/lib/response/list-allowed-domain-license-types-response.js.map +1 -0
- package/lib/response/list-domains-response.d.ts +32 -0
- package/lib/response/list-domains-response.js +15 -0
- package/lib/response/list-domains-response.js.map +1 -0
- package/lib/response/list-iam-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-iam-work-request-errors-response.js +15 -0
- package/lib/response/list-iam-work-request-errors-response.js.map +1 -0
- package/lib/response/list-iam-work-request-logs-response.d.ts +37 -0
- package/lib/response/list-iam-work-request-logs-response.js +15 -0
- package/lib/response/list-iam-work-request-logs-response.js.map +1 -0
- package/lib/response/list-iam-work-requests-response.d.ts +32 -0
- package/lib/response/list-iam-work-requests-response.js +15 -0
- package/lib/response/list-iam-work-requests-response.js.map +1 -0
- package/lib/response/update-domain-response.d.ts +25 -0
- package/lib/response/update-domain-response.js +15 -0
- package/lib/response/update-domain-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20160918
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListDomains.ts.html |here} to see how to use ListDomainsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListDomainsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The mutable display name of the domain
|
|
25
|
+
*/
|
|
26
|
+
"displayName"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The region agnostic domain URL
|
|
29
|
+
*/
|
|
30
|
+
"url"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The region specific domain URL
|
|
33
|
+
*/
|
|
34
|
+
"homeRegionUrl"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The domain type
|
|
37
|
+
*/
|
|
38
|
+
"type"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The domain license type
|
|
41
|
+
*/
|
|
42
|
+
"licenseType"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Indicate if the domain is visible at login screen or not
|
|
45
|
+
*/
|
|
46
|
+
"isHiddenOnLogin"?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"page"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The maximum number of items to return in a paginated \"List\" call.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"limit"?: number;
|
|
57
|
+
/**
|
|
58
|
+
* A filter to only return resources that match the given name exactly.
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"name"?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
64
|
+
* TIMECREATED is descending. Default order for NAME is ascending. The NAME
|
|
65
|
+
* sort order is case sensitive.
|
|
66
|
+
* <p>
|
|
67
|
+
**Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
|
|
68
|
+
* optionally filter by Availability Domain if the scope of the resource type is within a
|
|
69
|
+
* single Availability Domain. If you call one of these \"List\" operations without specifying
|
|
70
|
+
* an Availability Domain, the resources are grouped by Availability Domain, then sorted.
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
"sortBy"?: ListDomainsRequest.SortBy;
|
|
74
|
+
/**
|
|
75
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`). The NAME sort order
|
|
76
|
+
* is case sensitive.
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"sortOrder"?: ListDomainsRequest.SortOrder;
|
|
80
|
+
/**
|
|
81
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
82
|
+
* particular request, please provide the request ID.
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"opcRequestId"?: string;
|
|
86
|
+
/**
|
|
87
|
+
* A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
"lifecycleState"?: string;
|
|
91
|
+
}
|
|
92
|
+
export declare namespace ListDomainsRequest {
|
|
93
|
+
enum SortBy {
|
|
94
|
+
Timecreated = "TIMECREATED",
|
|
95
|
+
Name = "NAME"
|
|
96
|
+
}
|
|
97
|
+
enum SortOrder {
|
|
98
|
+
Asc = "ASC",
|
|
99
|
+
Desc = "DESC"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20160918
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListDomainsRequest = void 0;
|
|
16
|
+
var ListDomainsRequest;
|
|
17
|
+
(function (ListDomainsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timecreated"] = "TIMECREATED";
|
|
21
|
+
SortBy["Name"] = "NAME";
|
|
22
|
+
})(SortBy = ListDomainsRequest.SortBy || (ListDomainsRequest.SortBy = {}));
|
|
23
|
+
let SortOrder;
|
|
24
|
+
(function (SortOrder) {
|
|
25
|
+
SortOrder["Asc"] = "ASC";
|
|
26
|
+
SortOrder["Desc"] = "DESC";
|
|
27
|
+
})(SortOrder = ListDomainsRequest.SortOrder || (ListDomainsRequest.SortOrder = {}));
|
|
28
|
+
})(ListDomainsRequest = exports.ListDomainsRequest || (exports.ListDomainsRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-domains-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-domains-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-domains-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoFH,IAAiB,kBAAkB,CAUlC;AAVD,WAAiB,kBAAkB;IACjC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;IACf,CAAC,EAHW,MAAM,GAAN,yBAAM,KAAN,yBAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,4BAAS,KAAT,4BAAS,QAGpB;AACH,CAAC,EAVgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAUlC"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroupsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListDynamicGroupsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomainsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListFaultDomainsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListGroups.ts.html |here} to see how to use ListGroupsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListGroupsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20160918
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrorsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListIamWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the IAM work request.
|
|
20
|
+
*/
|
|
21
|
+
"iamWorkRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The maximum number of items to return in a paginated \"List\" call.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"limit"?: number;
|
|
27
|
+
/**
|
|
28
|
+
* The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"page"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`). The NAME sort order
|
|
34
|
+
* is case sensitive.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"sortOrder"?: ListIamWorkRequestErrorsRequest.SortOrder;
|
|
38
|
+
/**
|
|
39
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
40
|
+
* particular request, please provide the request ID.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRequestId"?: string;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace ListIamWorkRequestErrorsRequest {
|
|
46
|
+
enum SortOrder {
|
|
47
|
+
Asc = "ASC",
|
|
48
|
+
Desc = "DESC"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20160918
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListIamWorkRequestErrorsRequest = void 0;
|
|
16
|
+
var ListIamWorkRequestErrorsRequest;
|
|
17
|
+
(function (ListIamWorkRequestErrorsRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListIamWorkRequestErrorsRequest.SortOrder || (ListIamWorkRequestErrorsRequest.SortOrder = {}));
|
|
23
|
+
})(ListIamWorkRequestErrorsRequest = exports.ListIamWorkRequestErrorsRequest || (exports.ListIamWorkRequestErrorsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-iam-work-request-errors-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-iam-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-iam-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqCH,IAAiB,+BAA+B,CAK/C;AALD,WAAiB,+BAA+B;IAC9C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,yCAAS,KAAT,yCAAS,QAGpB;AACH,CAAC,EALgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAK/C"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20160918
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListIamWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the IAM work request.
|
|
20
|
+
*/
|
|
21
|
+
"iamWorkRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The maximum number of items to return in a paginated \"List\" call.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"limit"?: number;
|
|
27
|
+
/**
|
|
28
|
+
* The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"page"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`). The NAME sort order
|
|
34
|
+
* is case sensitive.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"sortOrder"?: ListIamWorkRequestLogsRequest.SortOrder;
|
|
38
|
+
/**
|
|
39
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
40
|
+
* particular request, please provide the request ID.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRequestId"?: string;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace ListIamWorkRequestLogsRequest {
|
|
46
|
+
enum SortOrder {
|
|
47
|
+
Asc = "ASC",
|
|
48
|
+
Desc = "DESC"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20160918
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListIamWorkRequestLogsRequest = void 0;
|
|
16
|
+
var ListIamWorkRequestLogsRequest;
|
|
17
|
+
(function (ListIamWorkRequestLogsRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListIamWorkRequestLogsRequest.SortOrder || (ListIamWorkRequestLogsRequest.SortOrder = {}));
|
|
23
|
+
})(ListIamWorkRequestLogsRequest = exports.ListIamWorkRequestLogsRequest || (exports.ListIamWorkRequestLogsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-iam-work-request-logs-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-iam-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-iam-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqCH,IAAiB,6BAA6B,CAK7C;AALD,WAAiB,6BAA6B;IAC5C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,uCAAS,KAAT,uCAAS,QAGpB;AACH,CAAC,EALgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAK7C"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20160918
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequestsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListIamWorkRequestsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The value of the `opc-next-page` response header from the previous \"List\" call.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"page"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The maximum number of items to return in a paginated \"List\" call.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"limit"?: number;
|
|
33
|
+
/**
|
|
34
|
+
* The identifier of the resource the work request affects.
|
|
35
|
+
*/
|
|
36
|
+
"resourceIdentifier"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
39
|
+
* particular request, please provide the request ID.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20160918
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-iam-work-requests-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-iam-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-iam-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroupsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListIdentityProviderGroupsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProvidersRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListIdentityProvidersRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappingsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListIdpGroupMappingsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListMfaTotpDevicesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSourcesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListNetworkSourcesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentialsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListOAuthClientCredentialsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListPolicies.ts.html |here} to see how to use ListPoliciesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPoliciesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRegionSubscriptionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListRegions.ts.html |here} to see how to use ListRegionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRegionsRequest extends common.BaseRequest {
|
|
18
18
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentialsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSmtpCredentialsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswordsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSwiftPasswordsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaultsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListTagDefaultsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespacesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListTagNamespacesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListTaggingWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListTaggingWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListTaggingWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListTags.ts.html |here} to see how to use ListTagsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListTagsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMembershipsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListUserGroupMembershipsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListUsers.ts.html |here} to see how to use ListUsersRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListUsersRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface MoveCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RecoverCompartmentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RemoveUserFromGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|