oci-identity 2.6.0 → 2.9.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/lib/client.d.ts +698 -192
- package/lib/client.js +1765 -283
- 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/bulk-edit-resource.d.ts +1 -1
- 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/import-standard-tags-details.d.ts +28 -0
- package/lib/model/import-standard-tags-details.js +29 -0
- package/lib/model/import-standard-tags-details.js.map +1 -0
- package/lib/model/index.d.ts +42 -0
- package/lib/model/index.js +45 -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/standard-tag-definition-template.d.ts +64 -0
- package/lib/model/standard-tag-definition-template.js +50 -0
- package/lib/model/standard-tag-definition-template.js.map +1 -0
- package/lib/model/standard-tag-namespace-template-summary.d.ts +33 -0
- package/lib/model/standard-tag-namespace-template-summary.js +29 -0
- package/lib/model/standard-tag-namespace-template-summary.js.map +1 -0
- package/lib/model/standard-tag-namespace-template.d.ts +38 -0
- package/lib/model/standard-tag-namespace-template.js +61 -0
- package/lib/model/standard-tag-namespace-template.js.map +1 -0
- package/lib/model/tagging-work-request-summary.d.ts +1 -0
- package/lib/model/tagging-work-request-summary.js +1 -0
- package/lib/model/tagging-work-request-summary.js.map +1 -1
- package/lib/model/tagging-work-request.d.ts +1 -0
- package/lib/model/tagging-work-request.js +1 -0
- package/lib/model/tagging-work-request.js.map +1 -1
- 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-standard-tag-template-request.d.ts +28 -0
- package/lib/request/get-standard-tag-template-request.js +15 -0
- package/lib/request/get-standard-tag-template-request.js.map +1 -0
- 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/import-standard-tags-request.d.ts +38 -0
- package/lib/request/import-standard-tags-request.js +15 -0
- package/lib/request/import-standard-tags-request.js.map +1 -0
- package/lib/request/index.d.ts +36 -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-standard-tag-namespaces-request.d.ts +33 -0
- package/lib/request/list-standard-tag-namespaces-request.js +15 -0
- package/lib/request/list-standard-tag-namespaces-request.js.map +1 -0
- 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/get-standard-tag-template-response.d.ts +25 -0
- package/lib/response/get-standard-tag-template-response.js +15 -0
- package/lib/response/get-standard-tag-template-response.js.map +1 -0
- package/lib/response/import-standard-tags-response.d.ts +25 -0
- package/lib/response/import-standard-tags-response.js +15 -0
- package/lib/response/import-standard-tags-response.js.map +1 -0
- package/lib/response/index.d.ts +36 -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/list-standard-tag-namespaces-response.d.ts +32 -0
- package/lib/response/list-standard-tag-namespaces-response.js +15 -0
- package/lib/response/list-standard-tag-namespaces-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
|
@@ -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.9.0/identity/GetGroup.ts.html |here} to see how to use GetGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,28 @@
|
|
|
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.9.0/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetIamWorkRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the IAM work request.
|
|
20
|
+
*/
|
|
21
|
+
"iamWorkRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
24
|
+
* particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId"?: string;
|
|
28
|
+
}
|
|
@@ -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=get-iam-work-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-iam-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/get-iam-work-request-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.9.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProviderRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetIdentityProviderRequest 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.9.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMappingRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetIdpGroupMappingRequest 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.9.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDeviceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetMfaTotpDeviceRequest 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.9.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSourceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetNetworkSourceRequest 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.9.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,28 @@
|
|
|
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.9.0/identity/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplateRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetStandardTagTemplateRequest 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 name of the standard tag namespace tempate that is requested
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"standardTagNamespaceName": string;
|
|
28
|
+
}
|
|
@@ -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=get-standard-tag-template-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-standard-tag-template-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/get-standard-tag-template-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.9.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefaultRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTagDefaultRequest 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.9.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespaceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTagNamespaceRequest 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.9.0/identity/GetTag.ts.html |here} to see how to use GetTagRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTagRequest 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.9.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTaggingWorkRequestRequest 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.9.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTenancyRequest 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.9.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembershipRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetUserGroupMembershipRequest 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.9.0/identity/GetUser.ts.html |here} to see how to use GetUserRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetUserRequest 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.9.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetUserUIPasswordInformationRequest 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.9.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,38 @@
|
|
|
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 * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTagsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ImportStandardTagsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
21
|
+
* particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
27
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
28
|
+
* hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
|
|
29
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
30
|
+
* may be rejected).
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"opcRetryToken"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The request object for creating or updating standard tag namespace.
|
|
36
|
+
*/
|
|
37
|
+
"importStandardTagsDetails"?: model.ImportStandardTagsDetails;
|
|
38
|
+
}
|
|
@@ -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=import-standard-tags-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"import-standard-tags-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/import-standard-tags-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/request/index.d.ts
CHANGED
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
|
+
import * as ActivateDomainRequest from "./activate-domain-request";
|
|
14
|
+
export import ActivateDomainRequest = ActivateDomainRequest.ActivateDomainRequest;
|
|
13
15
|
import * as ActivateMfaTotpDeviceRequest from "./activate-mfa-totp-device-request";
|
|
14
16
|
export import ActivateMfaTotpDeviceRequest = ActivateMfaTotpDeviceRequest.ActivateMfaTotpDeviceRequest;
|
|
15
17
|
import * as AddUserToGroupRequest from "./add-user-to-group-request";
|
|
@@ -26,6 +28,10 @@ import * as BulkMoveResourcesRequest from "./bulk-move-resources-request";
|
|
|
26
28
|
export import BulkMoveResourcesRequest = BulkMoveResourcesRequest.BulkMoveResourcesRequest;
|
|
27
29
|
import * as CascadeDeleteTagNamespaceRequest from "./cascade-delete-tag-namespace-request";
|
|
28
30
|
export import CascadeDeleteTagNamespaceRequest = CascadeDeleteTagNamespaceRequest.CascadeDeleteTagNamespaceRequest;
|
|
31
|
+
import * as ChangeDomainCompartmentRequest from "./change-domain-compartment-request";
|
|
32
|
+
export import ChangeDomainCompartmentRequest = ChangeDomainCompartmentRequest.ChangeDomainCompartmentRequest;
|
|
33
|
+
import * as ChangeDomainLicenseTypeRequest from "./change-domain-license-type-request";
|
|
34
|
+
export import ChangeDomainLicenseTypeRequest = ChangeDomainLicenseTypeRequest.ChangeDomainLicenseTypeRequest;
|
|
29
35
|
import * as ChangeTagNamespaceCompartmentRequest from "./change-tag-namespace-compartment-request";
|
|
30
36
|
export import ChangeTagNamespaceCompartmentRequest = ChangeTagNamespaceCompartmentRequest.ChangeTagNamespaceCompartmentRequest;
|
|
31
37
|
import * as CreateAuthTokenRequest from "./create-auth-token-request";
|
|
@@ -34,6 +40,8 @@ import * as CreateCompartmentRequest from "./create-compartment-request";
|
|
|
34
40
|
export import CreateCompartmentRequest = CreateCompartmentRequest.CreateCompartmentRequest;
|
|
35
41
|
import * as CreateCustomerSecretKeyRequest from "./create-customer-secret-key-request";
|
|
36
42
|
export import CreateCustomerSecretKeyRequest = CreateCustomerSecretKeyRequest.CreateCustomerSecretKeyRequest;
|
|
43
|
+
import * as CreateDomainRequest from "./create-domain-request";
|
|
44
|
+
export import CreateDomainRequest = CreateDomainRequest.CreateDomainRequest;
|
|
37
45
|
import * as CreateDynamicGroupRequest from "./create-dynamic-group-request";
|
|
38
46
|
export import CreateDynamicGroupRequest = CreateDynamicGroupRequest.CreateDynamicGroupRequest;
|
|
39
47
|
import * as CreateGroupRequest from "./create-group-request";
|
|
@@ -66,6 +74,8 @@ import * as CreateTagNamespaceRequest from "./create-tag-namespace-request";
|
|
|
66
74
|
export import CreateTagNamespaceRequest = CreateTagNamespaceRequest.CreateTagNamespaceRequest;
|
|
67
75
|
import * as CreateUserRequest from "./create-user-request";
|
|
68
76
|
export import CreateUserRequest = CreateUserRequest.CreateUserRequest;
|
|
77
|
+
import * as DeactivateDomainRequest from "./deactivate-domain-request";
|
|
78
|
+
export import DeactivateDomainRequest = DeactivateDomainRequest.DeactivateDomainRequest;
|
|
69
79
|
import * as DeleteApiKeyRequest from "./delete-api-key-request";
|
|
70
80
|
export import DeleteApiKeyRequest = DeleteApiKeyRequest.DeleteApiKeyRequest;
|
|
71
81
|
import * as DeleteAuthTokenRequest from "./delete-auth-token-request";
|
|
@@ -74,6 +84,8 @@ import * as DeleteCompartmentRequest from "./delete-compartment-request";
|
|
|
74
84
|
export import DeleteCompartmentRequest = DeleteCompartmentRequest.DeleteCompartmentRequest;
|
|
75
85
|
import * as DeleteCustomerSecretKeyRequest from "./delete-customer-secret-key-request";
|
|
76
86
|
export import DeleteCustomerSecretKeyRequest = DeleteCustomerSecretKeyRequest.DeleteCustomerSecretKeyRequest;
|
|
87
|
+
import * as DeleteDomainRequest from "./delete-domain-request";
|
|
88
|
+
export import DeleteDomainRequest = DeleteDomainRequest.DeleteDomainRequest;
|
|
77
89
|
import * as DeleteDynamicGroupRequest from "./delete-dynamic-group-request";
|
|
78
90
|
export import DeleteDynamicGroupRequest = DeleteDynamicGroupRequest.DeleteDynamicGroupRequest;
|
|
79
91
|
import * as DeleteGroupRequest from "./delete-group-request";
|
|
@@ -102,16 +114,22 @@ import * as DeleteTagNamespaceRequest from "./delete-tag-namespace-request";
|
|
|
102
114
|
export import DeleteTagNamespaceRequest = DeleteTagNamespaceRequest.DeleteTagNamespaceRequest;
|
|
103
115
|
import * as DeleteUserRequest from "./delete-user-request";
|
|
104
116
|
export import DeleteUserRequest = DeleteUserRequest.DeleteUserRequest;
|
|
117
|
+
import * as EnableReplicationToRegionRequest from "./enable-replication-to-region-request";
|
|
118
|
+
export import EnableReplicationToRegionRequest = EnableReplicationToRegionRequest.EnableReplicationToRegionRequest;
|
|
105
119
|
import * as GenerateTotpSeedRequest from "./generate-totp-seed-request";
|
|
106
120
|
export import GenerateTotpSeedRequest = GenerateTotpSeedRequest.GenerateTotpSeedRequest;
|
|
107
121
|
import * as GetAuthenticationPolicyRequest from "./get-authentication-policy-request";
|
|
108
122
|
export import GetAuthenticationPolicyRequest = GetAuthenticationPolicyRequest.GetAuthenticationPolicyRequest;
|
|
109
123
|
import * as GetCompartmentRequest from "./get-compartment-request";
|
|
110
124
|
export import GetCompartmentRequest = GetCompartmentRequest.GetCompartmentRequest;
|
|
125
|
+
import * as GetDomainRequest from "./get-domain-request";
|
|
126
|
+
export import GetDomainRequest = GetDomainRequest.GetDomainRequest;
|
|
111
127
|
import * as GetDynamicGroupRequest from "./get-dynamic-group-request";
|
|
112
128
|
export import GetDynamicGroupRequest = GetDynamicGroupRequest.GetDynamicGroupRequest;
|
|
113
129
|
import * as GetGroupRequest from "./get-group-request";
|
|
114
130
|
export import GetGroupRequest = GetGroupRequest.GetGroupRequest;
|
|
131
|
+
import * as GetIamWorkRequestRequest from "./get-iam-work-request-request";
|
|
132
|
+
export import GetIamWorkRequestRequest = GetIamWorkRequestRequest.GetIamWorkRequestRequest;
|
|
115
133
|
import * as GetIdentityProviderRequest from "./get-identity-provider-request";
|
|
116
134
|
export import GetIdentityProviderRequest = GetIdentityProviderRequest.GetIdentityProviderRequest;
|
|
117
135
|
import * as GetIdpGroupMappingRequest from "./get-idp-group-mapping-request";
|
|
@@ -122,6 +140,8 @@ import * as GetNetworkSourceRequest from "./get-network-source-request";
|
|
|
122
140
|
export import GetNetworkSourceRequest = GetNetworkSourceRequest.GetNetworkSourceRequest;
|
|
123
141
|
import * as GetPolicyRequest from "./get-policy-request";
|
|
124
142
|
export import GetPolicyRequest = GetPolicyRequest.GetPolicyRequest;
|
|
143
|
+
import * as GetStandardTagTemplateRequest from "./get-standard-tag-template-request";
|
|
144
|
+
export import GetStandardTagTemplateRequest = GetStandardTagTemplateRequest.GetStandardTagTemplateRequest;
|
|
125
145
|
import * as GetTagRequest from "./get-tag-request";
|
|
126
146
|
export import GetTagRequest = GetTagRequest.GetTagRequest;
|
|
127
147
|
import * as GetTagDefaultRequest from "./get-tag-default-request";
|
|
@@ -140,6 +160,10 @@ import * as GetUserUIPasswordInformationRequest from "./get-user-uipassword-info
|
|
|
140
160
|
export import GetUserUIPasswordInformationRequest = GetUserUIPasswordInformationRequest.GetUserUIPasswordInformationRequest;
|
|
141
161
|
import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
142
162
|
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
163
|
+
import * as ImportStandardTagsRequest from "./import-standard-tags-request";
|
|
164
|
+
export import ImportStandardTagsRequest = ImportStandardTagsRequest.ImportStandardTagsRequest;
|
|
165
|
+
import * as ListAllowedDomainLicenseTypesRequest from "./list-allowed-domain-license-types-request";
|
|
166
|
+
export import ListAllowedDomainLicenseTypesRequest = ListAllowedDomainLicenseTypesRequest.ListAllowedDomainLicenseTypesRequest;
|
|
143
167
|
import * as ListApiKeysRequest from "./list-api-keys-request";
|
|
144
168
|
export import ListApiKeysRequest = ListApiKeysRequest.ListApiKeysRequest;
|
|
145
169
|
import * as ListAuthTokensRequest from "./list-auth-tokens-request";
|
|
@@ -156,12 +180,20 @@ import * as ListCostTrackingTagsRequest from "./list-cost-tracking-tags-request"
|
|
|
156
180
|
export import ListCostTrackingTagsRequest = ListCostTrackingTagsRequest.ListCostTrackingTagsRequest;
|
|
157
181
|
import * as ListCustomerSecretKeysRequest from "./list-customer-secret-keys-request";
|
|
158
182
|
export import ListCustomerSecretKeysRequest = ListCustomerSecretKeysRequest.ListCustomerSecretKeysRequest;
|
|
183
|
+
import * as ListDomainsRequest from "./list-domains-request";
|
|
184
|
+
export import ListDomainsRequest = ListDomainsRequest.ListDomainsRequest;
|
|
159
185
|
import * as ListDynamicGroupsRequest from "./list-dynamic-groups-request";
|
|
160
186
|
export import ListDynamicGroupsRequest = ListDynamicGroupsRequest.ListDynamicGroupsRequest;
|
|
161
187
|
import * as ListFaultDomainsRequest from "./list-fault-domains-request";
|
|
162
188
|
export import ListFaultDomainsRequest = ListFaultDomainsRequest.ListFaultDomainsRequest;
|
|
163
189
|
import * as ListGroupsRequest from "./list-groups-request";
|
|
164
190
|
export import ListGroupsRequest = ListGroupsRequest.ListGroupsRequest;
|
|
191
|
+
import * as ListIamWorkRequestErrorsRequest from "./list-iam-work-request-errors-request";
|
|
192
|
+
export import ListIamWorkRequestErrorsRequest = ListIamWorkRequestErrorsRequest.ListIamWorkRequestErrorsRequest;
|
|
193
|
+
import * as ListIamWorkRequestLogsRequest from "./list-iam-work-request-logs-request";
|
|
194
|
+
export import ListIamWorkRequestLogsRequest = ListIamWorkRequestLogsRequest.ListIamWorkRequestLogsRequest;
|
|
195
|
+
import * as ListIamWorkRequestsRequest from "./list-iam-work-requests-request";
|
|
196
|
+
export import ListIamWorkRequestsRequest = ListIamWorkRequestsRequest.ListIamWorkRequestsRequest;
|
|
165
197
|
import * as ListIdentityProviderGroupsRequest from "./list-identity-provider-groups-request";
|
|
166
198
|
export import ListIdentityProviderGroupsRequest = ListIdentityProviderGroupsRequest.ListIdentityProviderGroupsRequest;
|
|
167
199
|
import * as ListIdentityProvidersRequest from "./list-identity-providers-request";
|
|
@@ -182,6 +214,8 @@ import * as ListRegionsRequest from "./list-regions-request";
|
|
|
182
214
|
export import ListRegionsRequest = ListRegionsRequest.ListRegionsRequest;
|
|
183
215
|
import * as ListSmtpCredentialsRequest from "./list-smtp-credentials-request";
|
|
184
216
|
export import ListSmtpCredentialsRequest = ListSmtpCredentialsRequest.ListSmtpCredentialsRequest;
|
|
217
|
+
import * as ListStandardTagNamespacesRequest from "./list-standard-tag-namespaces-request";
|
|
218
|
+
export import ListStandardTagNamespacesRequest = ListStandardTagNamespacesRequest.ListStandardTagNamespacesRequest;
|
|
185
219
|
import * as ListSwiftPasswordsRequest from "./list-swift-passwords-request";
|
|
186
220
|
export import ListSwiftPasswordsRequest = ListSwiftPasswordsRequest.ListSwiftPasswordsRequest;
|
|
187
221
|
import * as ListTagDefaultsRequest from "./list-tag-defaults-request";
|
|
@@ -218,6 +252,8 @@ import * as UpdateCompartmentRequest from "./update-compartment-request";
|
|
|
218
252
|
export import UpdateCompartmentRequest = UpdateCompartmentRequest.UpdateCompartmentRequest;
|
|
219
253
|
import * as UpdateCustomerSecretKeyRequest from "./update-customer-secret-key-request";
|
|
220
254
|
export import UpdateCustomerSecretKeyRequest = UpdateCustomerSecretKeyRequest.UpdateCustomerSecretKeyRequest;
|
|
255
|
+
import * as UpdateDomainRequest from "./update-domain-request";
|
|
256
|
+
export import UpdateDomainRequest = UpdateDomainRequest.UpdateDomainRequest;
|
|
221
257
|
import * as UpdateDynamicGroupRequest from "./update-dynamic-group-request";
|
|
222
258
|
export import UpdateDynamicGroupRequest = UpdateDynamicGroupRequest.UpdateDynamicGroupRequest;
|
|
223
259
|
import * as UpdateGroupRequest from "./update-group-request";
|
package/lib/request/index.js
CHANGED
|
@@ -31,15 +31,21 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.ListUsersRequest = exports.ListPoliciesRequest = exports.ListNetworkSourcesRequest = exports.ListMfaTotpDevicesRequest = exports.ListIdentityProvidersRequest = exports.ListGroupsRequest = exports.ListDynamicGroupsRequest = exports.ListCompartmentsRequest = exports.ListBulkActionResourceTypesRequest = void 0;
|
|
34
|
+
exports.ListUsersRequest = exports.ListPoliciesRequest = exports.ListNetworkSourcesRequest = exports.ListMfaTotpDevicesRequest = exports.ListIdentityProvidersRequest = exports.ListIamWorkRequestLogsRequest = exports.ListIamWorkRequestErrorsRequest = exports.ListGroupsRequest = exports.ListDynamicGroupsRequest = exports.ListDomainsRequest = exports.ListCompartmentsRequest = exports.ListBulkActionResourceTypesRequest = void 0;
|
|
35
35
|
const ListBulkActionResourceTypesRequest = __importStar(require("./list-bulk-action-resource-types-request"));
|
|
36
36
|
exports.ListBulkActionResourceTypesRequest = ListBulkActionResourceTypesRequest.ListBulkActionResourceTypesRequest;
|
|
37
37
|
const ListCompartmentsRequest = __importStar(require("./list-compartments-request"));
|
|
38
38
|
exports.ListCompartmentsRequest = ListCompartmentsRequest.ListCompartmentsRequest;
|
|
39
|
+
const ListDomainsRequest = __importStar(require("./list-domains-request"));
|
|
40
|
+
exports.ListDomainsRequest = ListDomainsRequest.ListDomainsRequest;
|
|
39
41
|
const ListDynamicGroupsRequest = __importStar(require("./list-dynamic-groups-request"));
|
|
40
42
|
exports.ListDynamicGroupsRequest = ListDynamicGroupsRequest.ListDynamicGroupsRequest;
|
|
41
43
|
const ListGroupsRequest = __importStar(require("./list-groups-request"));
|
|
42
44
|
exports.ListGroupsRequest = ListGroupsRequest.ListGroupsRequest;
|
|
45
|
+
const ListIamWorkRequestErrorsRequest = __importStar(require("./list-iam-work-request-errors-request"));
|
|
46
|
+
exports.ListIamWorkRequestErrorsRequest = ListIamWorkRequestErrorsRequest.ListIamWorkRequestErrorsRequest;
|
|
47
|
+
const ListIamWorkRequestLogsRequest = __importStar(require("./list-iam-work-request-logs-request"));
|
|
48
|
+
exports.ListIamWorkRequestLogsRequest = ListIamWorkRequestLogsRequest.ListIamWorkRequestLogsRequest;
|
|
43
49
|
const ListIdentityProvidersRequest = __importStar(require("./list-identity-providers-request"));
|
|
44
50
|
exports.ListIdentityProvidersRequest = ListIdentityProvidersRequest.ListIdentityProvidersRequest;
|
|
45
51
|
const ListMfaTotpDevicesRequest = __importStar(require("./list-mfa-totp-devices-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAkKH,8GAAgG;AAClF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AAGzH,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AAKxF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAG3F,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,wGAA0F;AAC5E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,oGAAsF;AACxE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAK1G,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAGvG,2FAA6E;AAC/D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAyB5E,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.9.0/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypesRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListAllowedDomainLicenseTypesRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The domain license type
|
|
20
|
+
*/
|
|
21
|
+
"currentLicenseTypeName"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
24
|
+
* particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId"?: string;
|
|
28
|
+
}
|
|
@@ -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-allowed-domain-license-types-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-allowed-domain-license-types-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-allowed-domain-license-types-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.9.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeysRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListApiKeysRequest 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.9.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokensRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAuthTokensRequest 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.9.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomainsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAvailabilityDomainsRequest 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.9.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBulkActionResourceTypesRequest 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.9.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBulkEditTagsResourceTypesRequest 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.9.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartmentsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCompartmentsRequest 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.9.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTagsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCostTrackingTagsRequest 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.9.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeysRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCustomerSecretKeysRequest extends common.BaseRequest {
|
|
18
18
|
/**
|