oci-identity 2.5.0 → 2.6.1
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,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Identity and Access Management Service API
|
|
3
|
+
* APIs for managing users, groups, compartments, and policies.
|
|
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
|
+
/**
|
|
14
|
+
* The log entity for a IAM work request.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export interface IamWorkRequestLogSummary {
|
|
18
|
+
/**
|
|
19
|
+
* A human-readable error string.
|
|
20
|
+
*/
|
|
21
|
+
"message": string;
|
|
22
|
+
/**
|
|
23
|
+
* Date and time the log was written, in the format defined by RFC3339.
|
|
24
|
+
* Example: `2016-08-25T21:10:29.600Z`
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"timestamp"?: Date;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace IamWorkRequestLogSummary {
|
|
30
|
+
function getJsonObj(obj: IamWorkRequestLogSummary): object;
|
|
31
|
+
function getDeserializedJsonObj(obj: IamWorkRequestLogSummary): object;
|
|
32
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Identity and Access Management Service API
|
|
4
|
+
* APIs for managing users, groups, compartments, and policies.
|
|
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.IamWorkRequestLogSummary = void 0;
|
|
16
|
+
var IamWorkRequestLogSummary;
|
|
17
|
+
(function (IamWorkRequestLogSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
IamWorkRequestLogSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
IamWorkRequestLogSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(IamWorkRequestLogSummary = exports.IamWorkRequestLogSummary || (exports.IamWorkRequestLogSummary = {}));
|
|
29
|
+
//# sourceMappingURL=iam-work-request-log-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iam-work-request-log-summary.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/iam-work-request-log-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsBH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Identity and Access Management Service API
|
|
3
|
+
* APIs for managing users, groups, compartments, and policies.
|
|
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
|
+
/**
|
|
14
|
+
* A IAM work request resource entry
|
|
15
|
+
*/
|
|
16
|
+
export interface IamWorkRequestResource {
|
|
17
|
+
/**
|
|
18
|
+
* The way in which this resource is affected by the work tracked in the work request.
|
|
19
|
+
* A resource being created, updated, or deleted will remain in the IN_PROGRESS state until
|
|
20
|
+
* work is complete for that resource at which point it will transition to CREATED, UPDATED,
|
|
21
|
+
* or DELETED, respectively.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"actionType": IamWorkRequestResource.ActionType;
|
|
25
|
+
/**
|
|
26
|
+
* The resource type the work request is affects.
|
|
27
|
+
*/
|
|
28
|
+
"entityType": string;
|
|
29
|
+
/**
|
|
30
|
+
* An OCID of the resource that the work request affects.
|
|
31
|
+
*/
|
|
32
|
+
"identifier": string;
|
|
33
|
+
/**
|
|
34
|
+
* The URI path that the user can do a GET on to access the resource metadata.
|
|
35
|
+
*/
|
|
36
|
+
"entityUri"?: string;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace IamWorkRequestResource {
|
|
39
|
+
enum ActionType {
|
|
40
|
+
Created = "CREATED",
|
|
41
|
+
Updated = "UPDATED",
|
|
42
|
+
Deleted = "DELETED",
|
|
43
|
+
Related = "RELATED",
|
|
44
|
+
InProgress = "IN_PROGRESS",
|
|
45
|
+
/**
|
|
46
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
|
+
* version of the SDK.
|
|
48
|
+
*/
|
|
49
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
50
|
+
}
|
|
51
|
+
function getJsonObj(obj: IamWorkRequestResource): object;
|
|
52
|
+
function getDeserializedJsonObj(obj: IamWorkRequestResource): object;
|
|
53
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Identity and Access Management Service API
|
|
4
|
+
* APIs for managing users, groups, compartments, and policies.
|
|
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.IamWorkRequestResource = void 0;
|
|
16
|
+
var IamWorkRequestResource;
|
|
17
|
+
(function (IamWorkRequestResource) {
|
|
18
|
+
let ActionType;
|
|
19
|
+
(function (ActionType) {
|
|
20
|
+
ActionType["Created"] = "CREATED";
|
|
21
|
+
ActionType["Updated"] = "UPDATED";
|
|
22
|
+
ActionType["Deleted"] = "DELETED";
|
|
23
|
+
ActionType["Related"] = "RELATED";
|
|
24
|
+
ActionType["InProgress"] = "IN_PROGRESS";
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
ActionType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(ActionType = IamWorkRequestResource.ActionType || (IamWorkRequestResource.ActionType = {}));
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
33
|
+
return jsonObj;
|
|
34
|
+
}
|
|
35
|
+
IamWorkRequestResource.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
38
|
+
return jsonObj;
|
|
39
|
+
}
|
|
40
|
+
IamWorkRequestResource.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
41
|
+
})(IamWorkRequestResource = exports.IamWorkRequestResource || (exports.IamWorkRequestResource = {}));
|
|
42
|
+
//# sourceMappingURL=iam-work-request-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iam-work-request-resource.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/iam-work-request-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,sBAAsB,CAwBtC;AAxBD,WAAiB,sBAAsB;IACrC,IAAY,UAWX;IAXD,WAAY,UAAU;QACpB,iCAAmB,CAAA;QACnB,iCAAmB,CAAA;QACnB,iCAAmB,CAAA;QACnB,iCAAmB,CAAA;QACnB,wCAA0B,CAAA;QAC1B;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EAXW,UAAU,GAAV,iCAAU,KAAV,iCAAU,QAWrB;IAED,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAxBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAwBtC"}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Identity and Access Management Service API
|
|
3
|
+
* APIs for managing users, groups, compartments, and policies.
|
|
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
|
+
/**
|
|
15
|
+
* The IAM work request summary. Tracks the status of the asynchronous operations.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface IamWorkRequestSummary {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the work request.
|
|
21
|
+
*/
|
|
22
|
+
"id": string;
|
|
23
|
+
/**
|
|
24
|
+
* The asynchronous operation tracked by this IAM work request.
|
|
25
|
+
*/
|
|
26
|
+
"operationType": IamWorkRequestSummary.OperationType;
|
|
27
|
+
/**
|
|
28
|
+
* Status of the work request
|
|
29
|
+
*/
|
|
30
|
+
"status": IamWorkRequestSummary.Status;
|
|
31
|
+
/**
|
|
32
|
+
* The OCID of the compartment containing this IAM work request.
|
|
33
|
+
*/
|
|
34
|
+
"compartmentId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The resources this work request affects.
|
|
37
|
+
*/
|
|
38
|
+
"resources"?: Array<model.IamWorkRequestResource>;
|
|
39
|
+
/**
|
|
40
|
+
* How much progress the operation has made.
|
|
41
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
42
|
+
*/
|
|
43
|
+
"percentComplete"?: number;
|
|
44
|
+
/**
|
|
45
|
+
* Date and time the work was accepted, in the format defined by RFC3339.
|
|
46
|
+
* Example: `2016-08-25T21:10:29.600Z`
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"timeAccepted"?: Date;
|
|
50
|
+
/**
|
|
51
|
+
* Date and time the work started, in the format defined by RFC3339.
|
|
52
|
+
* Example: `2016-08-25T21:10:29.600Z`
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"timeStarted"?: Date;
|
|
56
|
+
/**
|
|
57
|
+
* Date and time the work completed, in the format defined by RFC3339.
|
|
58
|
+
* Example: `2016-08-25T21:10:29.600Z`
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"timeFinished"?: Date;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace IamWorkRequestSummary {
|
|
64
|
+
enum OperationType {
|
|
65
|
+
CreateDomain = "CREATE_DOMAIN",
|
|
66
|
+
ReplicateDomainToRegion = "REPLICATE_DOMAIN_TO_REGION",
|
|
67
|
+
UpdateDomain = "UPDATE_DOMAIN",
|
|
68
|
+
ActivateDomain = "ACTIVATE_DOMAIN",
|
|
69
|
+
DeactivateDomain = "DEACTIVATE_DOMAIN",
|
|
70
|
+
DeleteDomain = "DELETE_DOMAIN",
|
|
71
|
+
ChangeCompartmentForDomain = "CHANGE_COMPARTMENT_FOR_DOMAIN",
|
|
72
|
+
ChangeLicenseTypeForDomain = "CHANGE_LICENSE_TYPE_FOR_DOMAIN",
|
|
73
|
+
/**
|
|
74
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
75
|
+
* version of the SDK.
|
|
76
|
+
*/
|
|
77
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
78
|
+
}
|
|
79
|
+
enum Status {
|
|
80
|
+
Accepted = "ACCEPTED",
|
|
81
|
+
InProgress = "IN_PROGRESS",
|
|
82
|
+
Failed = "FAILED",
|
|
83
|
+
Succeeded = "SUCCEEDED",
|
|
84
|
+
Canceling = "CANCELING",
|
|
85
|
+
Canceled = "CANCELED",
|
|
86
|
+
/**
|
|
87
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
88
|
+
* version of the SDK.
|
|
89
|
+
*/
|
|
90
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
91
|
+
}
|
|
92
|
+
function getJsonObj(obj: IamWorkRequestSummary): object;
|
|
93
|
+
function getDeserializedJsonObj(obj: IamWorkRequestSummary): object;
|
|
94
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Identity and Access Management Service API
|
|
4
|
+
* APIs for managing users, groups, compartments, and policies.
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.IamWorkRequestSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var IamWorkRequestSummary;
|
|
37
|
+
(function (IamWorkRequestSummary) {
|
|
38
|
+
let OperationType;
|
|
39
|
+
(function (OperationType) {
|
|
40
|
+
OperationType["CreateDomain"] = "CREATE_DOMAIN";
|
|
41
|
+
OperationType["ReplicateDomainToRegion"] = "REPLICATE_DOMAIN_TO_REGION";
|
|
42
|
+
OperationType["UpdateDomain"] = "UPDATE_DOMAIN";
|
|
43
|
+
OperationType["ActivateDomain"] = "ACTIVATE_DOMAIN";
|
|
44
|
+
OperationType["DeactivateDomain"] = "DEACTIVATE_DOMAIN";
|
|
45
|
+
OperationType["DeleteDomain"] = "DELETE_DOMAIN";
|
|
46
|
+
OperationType["ChangeCompartmentForDomain"] = "CHANGE_COMPARTMENT_FOR_DOMAIN";
|
|
47
|
+
OperationType["ChangeLicenseTypeForDomain"] = "CHANGE_LICENSE_TYPE_FOR_DOMAIN";
|
|
48
|
+
/**
|
|
49
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
50
|
+
* version of the SDK.
|
|
51
|
+
*/
|
|
52
|
+
OperationType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
53
|
+
})(OperationType = IamWorkRequestSummary.OperationType || (IamWorkRequestSummary.OperationType = {}));
|
|
54
|
+
let Status;
|
|
55
|
+
(function (Status) {
|
|
56
|
+
Status["Accepted"] = "ACCEPTED";
|
|
57
|
+
Status["InProgress"] = "IN_PROGRESS";
|
|
58
|
+
Status["Failed"] = "FAILED";
|
|
59
|
+
Status["Succeeded"] = "SUCCEEDED";
|
|
60
|
+
Status["Canceling"] = "CANCELING";
|
|
61
|
+
Status["Canceled"] = "CANCELED";
|
|
62
|
+
/**
|
|
63
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
64
|
+
* version of the SDK.
|
|
65
|
+
*/
|
|
66
|
+
Status["UnknownValue"] = "UNKNOWN_VALUE";
|
|
67
|
+
})(Status = IamWorkRequestSummary.Status || (IamWorkRequestSummary.Status = {}));
|
|
68
|
+
function getJsonObj(obj) {
|
|
69
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
70
|
+
"resources": obj.resources
|
|
71
|
+
? obj.resources.map(item => {
|
|
72
|
+
return model.IamWorkRequestResource.getJsonObj(item);
|
|
73
|
+
})
|
|
74
|
+
: undefined
|
|
75
|
+
});
|
|
76
|
+
return jsonObj;
|
|
77
|
+
}
|
|
78
|
+
IamWorkRequestSummary.getJsonObj = getJsonObj;
|
|
79
|
+
function getDeserializedJsonObj(obj) {
|
|
80
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
81
|
+
"resources": obj.resources
|
|
82
|
+
? obj.resources.map(item => {
|
|
83
|
+
return model.IamWorkRequestResource.getDeserializedJsonObj(item);
|
|
84
|
+
})
|
|
85
|
+
: undefined
|
|
86
|
+
});
|
|
87
|
+
return jsonObj;
|
|
88
|
+
}
|
|
89
|
+
IamWorkRequestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
90
|
+
})(IamWorkRequestSummary = exports.IamWorkRequestSummary || (exports.IamWorkRequestSummary = {}));
|
|
91
|
+
//# sourceMappingURL=iam-work-request-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iam-work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/iam-work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqDlC,IAAiB,qBAAqB,CA2DrC;AA3DD,WAAiB,qBAAqB;IACpC,IAAY,aAcX;IAdD,WAAY,aAAa;QACvB,+CAA8B,CAAA;QAC9B,uEAAsD,CAAA;QACtD,+CAA8B,CAAA;QAC9B,mDAAkC,CAAA;QAClC,uDAAsC,CAAA;QACtC,+CAA8B,CAAA;QAC9B,6EAA4D,CAAA;QAC5D,8EAA6D,CAAA;QAC7D;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAdW,aAAa,GAAb,mCAAa,KAAb,mCAAa,QAcxB;IAED,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;QACrB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,4BAAM,KAAN,4BAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAsB,yBAarC,CAAA;AACH,CAAC,EA3DgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA2DrC"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Identity and Access Management Service API
|
|
3
|
+
* APIs for managing users, groups, compartments, and policies.
|
|
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
|
+
/**
|
|
15
|
+
* A IAM work request object that allows users to track Asynchronous API status.
|
|
16
|
+
*/
|
|
17
|
+
export interface IamWorkRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the work request.
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* The asynchronous operation tracked by this IAM work request.
|
|
24
|
+
*/
|
|
25
|
+
"operationType": IamWorkRequest.OperationType;
|
|
26
|
+
/**
|
|
27
|
+
* Status of the work request
|
|
28
|
+
*/
|
|
29
|
+
"status": IamWorkRequest.Status;
|
|
30
|
+
/**
|
|
31
|
+
* The OCID of the compartment containing this IAM work request.
|
|
32
|
+
*/
|
|
33
|
+
"compartmentId"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The resources this work request affects.
|
|
36
|
+
*/
|
|
37
|
+
"resources"?: Array<model.IamWorkRequestResource>;
|
|
38
|
+
/**
|
|
39
|
+
* How much progress the operation has made.
|
|
40
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
41
|
+
*/
|
|
42
|
+
"percentComplete"?: number;
|
|
43
|
+
/**
|
|
44
|
+
* Date and time the work was accepted, in the format defined by RFC3339.
|
|
45
|
+
* Example: `2016-08-25T21:10:29.600Z`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"timeAccepted"?: Date;
|
|
49
|
+
/**
|
|
50
|
+
* Date and time the work started, in the format defined by RFC3339.
|
|
51
|
+
* Example: `2016-08-25T21:10:29.600Z`
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"timeStarted"?: Date;
|
|
55
|
+
/**
|
|
56
|
+
* Date and time the work completed, in the format defined by RFC3339.
|
|
57
|
+
* Example: `2016-08-25T21:10:29.600Z`
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"timeFinished"?: Date;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace IamWorkRequest {
|
|
63
|
+
enum OperationType {
|
|
64
|
+
CreateDomain = "CREATE_DOMAIN",
|
|
65
|
+
ReplicateDomainToRegion = "REPLICATE_DOMAIN_TO_REGION",
|
|
66
|
+
UpdateDomain = "UPDATE_DOMAIN",
|
|
67
|
+
ActivateDomain = "ACTIVATE_DOMAIN",
|
|
68
|
+
DeactivateDomain = "DEACTIVATE_DOMAIN",
|
|
69
|
+
DeleteDomain = "DELETE_DOMAIN",
|
|
70
|
+
ChangeCompartmentForDomain = "CHANGE_COMPARTMENT_FOR_DOMAIN",
|
|
71
|
+
ChangeLicenseTypeForDomain = "CHANGE_LICENSE_TYPE_FOR_DOMAIN",
|
|
72
|
+
/**
|
|
73
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
74
|
+
* version of the SDK.
|
|
75
|
+
*/
|
|
76
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
77
|
+
}
|
|
78
|
+
enum Status {
|
|
79
|
+
Accepted = "ACCEPTED",
|
|
80
|
+
InProgress = "IN_PROGRESS",
|
|
81
|
+
Failed = "FAILED",
|
|
82
|
+
Succeeded = "SUCCEEDED",
|
|
83
|
+
Canceling = "CANCELING",
|
|
84
|
+
Canceled = "CANCELED",
|
|
85
|
+
/**
|
|
86
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
87
|
+
* version of the SDK.
|
|
88
|
+
*/
|
|
89
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
90
|
+
}
|
|
91
|
+
function getJsonObj(obj: IamWorkRequest): object;
|
|
92
|
+
function getDeserializedJsonObj(obj: IamWorkRequest): object;
|
|
93
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Identity and Access Management Service API
|
|
4
|
+
* APIs for managing users, groups, compartments, and policies.
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.IamWorkRequest = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var IamWorkRequest;
|
|
37
|
+
(function (IamWorkRequest) {
|
|
38
|
+
let OperationType;
|
|
39
|
+
(function (OperationType) {
|
|
40
|
+
OperationType["CreateDomain"] = "CREATE_DOMAIN";
|
|
41
|
+
OperationType["ReplicateDomainToRegion"] = "REPLICATE_DOMAIN_TO_REGION";
|
|
42
|
+
OperationType["UpdateDomain"] = "UPDATE_DOMAIN";
|
|
43
|
+
OperationType["ActivateDomain"] = "ACTIVATE_DOMAIN";
|
|
44
|
+
OperationType["DeactivateDomain"] = "DEACTIVATE_DOMAIN";
|
|
45
|
+
OperationType["DeleteDomain"] = "DELETE_DOMAIN";
|
|
46
|
+
OperationType["ChangeCompartmentForDomain"] = "CHANGE_COMPARTMENT_FOR_DOMAIN";
|
|
47
|
+
OperationType["ChangeLicenseTypeForDomain"] = "CHANGE_LICENSE_TYPE_FOR_DOMAIN";
|
|
48
|
+
/**
|
|
49
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
50
|
+
* version of the SDK.
|
|
51
|
+
*/
|
|
52
|
+
OperationType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
53
|
+
})(OperationType = IamWorkRequest.OperationType || (IamWorkRequest.OperationType = {}));
|
|
54
|
+
let Status;
|
|
55
|
+
(function (Status) {
|
|
56
|
+
Status["Accepted"] = "ACCEPTED";
|
|
57
|
+
Status["InProgress"] = "IN_PROGRESS";
|
|
58
|
+
Status["Failed"] = "FAILED";
|
|
59
|
+
Status["Succeeded"] = "SUCCEEDED";
|
|
60
|
+
Status["Canceling"] = "CANCELING";
|
|
61
|
+
Status["Canceled"] = "CANCELED";
|
|
62
|
+
/**
|
|
63
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
64
|
+
* version of the SDK.
|
|
65
|
+
*/
|
|
66
|
+
Status["UnknownValue"] = "UNKNOWN_VALUE";
|
|
67
|
+
})(Status = IamWorkRequest.Status || (IamWorkRequest.Status = {}));
|
|
68
|
+
function getJsonObj(obj) {
|
|
69
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
70
|
+
"resources": obj.resources
|
|
71
|
+
? obj.resources.map(item => {
|
|
72
|
+
return model.IamWorkRequestResource.getJsonObj(item);
|
|
73
|
+
})
|
|
74
|
+
: undefined
|
|
75
|
+
});
|
|
76
|
+
return jsonObj;
|
|
77
|
+
}
|
|
78
|
+
IamWorkRequest.getJsonObj = getJsonObj;
|
|
79
|
+
function getDeserializedJsonObj(obj) {
|
|
80
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
81
|
+
"resources": obj.resources
|
|
82
|
+
? obj.resources.map(item => {
|
|
83
|
+
return model.IamWorkRequestResource.getDeserializedJsonObj(item);
|
|
84
|
+
})
|
|
85
|
+
: undefined
|
|
86
|
+
});
|
|
87
|
+
return jsonObj;
|
|
88
|
+
}
|
|
89
|
+
IamWorkRequest.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
90
|
+
})(IamWorkRequest = exports.IamWorkRequest || (exports.IamWorkRequest = {}));
|
|
91
|
+
//# sourceMappingURL=iam-work-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iam-work-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/model/iam-work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoDlC,IAAiB,cAAc,CA2D9B;AA3DD,WAAiB,cAAc;IAC7B,IAAY,aAcX;IAdD,WAAY,aAAa;QACvB,+CAA8B,CAAA;QAC9B,uEAAsD,CAAA;QACtD,+CAA8B,CAAA;QAC9B,mDAAkC,CAAA;QAClC,uDAAsC,CAAA;QACtC,+CAA8B,CAAA;QAC9B,6EAA4D,CAAA;QAC5D,8EAA6D,CAAA;QAC7D;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAdW,aAAa,GAAb,4BAAa,KAAb,4BAAa,QAcxB;IAED,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;QACrB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,qBAAM,KAAN,qBAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAsB,yBAarC,CAAA;AACH,CAAC,EA3DgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA2D9B"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as AddUserToGroupDetails from "./add-user-to-group-details";
|
|
14
14
|
export import AddUserToGroupDetails = AddUserToGroupDetails.AddUserToGroupDetails;
|
|
15
|
+
import * as AllowedDomainLicenseTypeSummary from "./allowed-domain-license-type-summary";
|
|
16
|
+
export import AllowedDomainLicenseTypeSummary = AllowedDomainLicenseTypeSummary.AllowedDomainLicenseTypeSummary;
|
|
15
17
|
import * as ApiKey from "./api-key";
|
|
16
18
|
export import ApiKey = ApiKey.ApiKey;
|
|
17
19
|
import * as AuthToken from "./auth-token";
|
|
@@ -44,8 +46,14 @@ import * as BulkEditTagsResourceTypeCollection from "./bulk-edit-tags-resource-t
|
|
|
44
46
|
export import BulkEditTagsResourceTypeCollection = BulkEditTagsResourceTypeCollection.BulkEditTagsResourceTypeCollection;
|
|
45
47
|
import * as BulkMoveResourcesDetails from "./bulk-move-resources-details";
|
|
46
48
|
export import BulkMoveResourcesDetails = BulkMoveResourcesDetails.BulkMoveResourcesDetails;
|
|
49
|
+
import * as ChangeDomainCompartmentDetails from "./change-domain-compartment-details";
|
|
50
|
+
export import ChangeDomainCompartmentDetails = ChangeDomainCompartmentDetails.ChangeDomainCompartmentDetails;
|
|
51
|
+
import * as ChangeDomainLicenseTypeDetails from "./change-domain-license-type-details";
|
|
52
|
+
export import ChangeDomainLicenseTypeDetails = ChangeDomainLicenseTypeDetails.ChangeDomainLicenseTypeDetails;
|
|
47
53
|
import * as ChangeTagNamespaceCompartmentDetail from "./change-tag-namespace-compartment-detail";
|
|
48
54
|
export import ChangeTagNamespaceCompartmentDetail = ChangeTagNamespaceCompartmentDetail.ChangeTagNamespaceCompartmentDetail;
|
|
55
|
+
import * as ChangeTasDomainLicenseTypeDetails from "./change-tas-domain-license-type-details";
|
|
56
|
+
export import ChangeTasDomainLicenseTypeDetails = ChangeTasDomainLicenseTypeDetails.ChangeTasDomainLicenseTypeDetails;
|
|
49
57
|
import * as Compartment from "./compartment";
|
|
50
58
|
export import Compartment = Compartment.Compartment;
|
|
51
59
|
import * as CreateApiKeyDetails from "./create-api-key-details";
|
|
@@ -56,6 +64,8 @@ import * as CreateCompartmentDetails from "./create-compartment-details";
|
|
|
56
64
|
export import CreateCompartmentDetails = CreateCompartmentDetails.CreateCompartmentDetails;
|
|
57
65
|
import * as CreateCustomerSecretKeyDetails from "./create-customer-secret-key-details";
|
|
58
66
|
export import CreateCustomerSecretKeyDetails = CreateCustomerSecretKeyDetails.CreateCustomerSecretKeyDetails;
|
|
67
|
+
import * as CreateDomainDetails from "./create-domain-details";
|
|
68
|
+
export import CreateDomainDetails = CreateDomainDetails.CreateDomainDetails;
|
|
59
69
|
import * as CreateDynamicGroupDetails from "./create-dynamic-group-details";
|
|
60
70
|
export import CreateDynamicGroupDetails = CreateDynamicGroupDetails.CreateDynamicGroupDetails;
|
|
61
71
|
import * as CreateGroupDetails from "./create-group-details";
|
|
@@ -88,14 +98,34 @@ import * as CustomerSecretKey from "./customer-secret-key";
|
|
|
88
98
|
export import CustomerSecretKey = CustomerSecretKey.CustomerSecretKey;
|
|
89
99
|
import * as CustomerSecretKeySummary from "./customer-secret-key-summary";
|
|
90
100
|
export import CustomerSecretKeySummary = CustomerSecretKeySummary.CustomerSecretKeySummary;
|
|
101
|
+
import * as Domain from "./domain";
|
|
102
|
+
export import Domain = Domain.Domain;
|
|
103
|
+
import * as DomainReplication from "./domain-replication";
|
|
104
|
+
export import DomainReplication = DomainReplication.DomainReplication;
|
|
105
|
+
import * as DomainReplicationStates from "./domain-replication-states";
|
|
106
|
+
export import DomainReplicationStates = DomainReplicationStates.DomainReplicationStates;
|
|
107
|
+
import * as DomainSummary from "./domain-summary";
|
|
108
|
+
export import DomainSummary = DomainSummary.DomainSummary;
|
|
91
109
|
import * as DynamicGroup from "./dynamic-group";
|
|
92
110
|
export import DynamicGroup = DynamicGroup.DynamicGroup;
|
|
111
|
+
import * as EnableReplicationToRegionDetails from "./enable-replication-to-region-details";
|
|
112
|
+
export import EnableReplicationToRegionDetails = EnableReplicationToRegionDetails.EnableReplicationToRegionDetails;
|
|
93
113
|
import * as FaultDomain from "./fault-domain";
|
|
94
114
|
export import FaultDomain = FaultDomain.FaultDomain;
|
|
95
115
|
import * as FullyQualifiedScope from "./fully-qualified-scope";
|
|
96
116
|
export import FullyQualifiedScope = FullyQualifiedScope.FullyQualifiedScope;
|
|
97
117
|
import * as Group from "./group";
|
|
98
118
|
export import Group = Group.Group;
|
|
119
|
+
import * as IamWorkRequest from "./iam-work-request";
|
|
120
|
+
export import IamWorkRequest = IamWorkRequest.IamWorkRequest;
|
|
121
|
+
import * as IamWorkRequestErrorSummary from "./iam-work-request-error-summary";
|
|
122
|
+
export import IamWorkRequestErrorSummary = IamWorkRequestErrorSummary.IamWorkRequestErrorSummary;
|
|
123
|
+
import * as IamWorkRequestLogSummary from "./iam-work-request-log-summary";
|
|
124
|
+
export import IamWorkRequestLogSummary = IamWorkRequestLogSummary.IamWorkRequestLogSummary;
|
|
125
|
+
import * as IamWorkRequestResource from "./iam-work-request-resource";
|
|
126
|
+
export import IamWorkRequestResource = IamWorkRequestResource.IamWorkRequestResource;
|
|
127
|
+
import * as IamWorkRequestSummary from "./iam-work-request-summary";
|
|
128
|
+
export import IamWorkRequestSummary = IamWorkRequestSummary.IamWorkRequestSummary;
|
|
99
129
|
import * as IdentityProvider from "./identity-provider";
|
|
100
130
|
export import IdentityProvider = IdentityProvider.IdentityProvider;
|
|
101
131
|
import * as IdentityProviderGroupSummary from "./identity-provider-group-summary";
|
|
@@ -130,6 +160,8 @@ import * as Region from "./region";
|
|
|
130
160
|
export import Region = Region.Region;
|
|
131
161
|
import * as RegionSubscription from "./region-subscription";
|
|
132
162
|
export import RegionSubscription = RegionSubscription.RegionSubscription;
|
|
163
|
+
import * as ReplicatedRegionDetails from "./replicated-region-details";
|
|
164
|
+
export import ReplicatedRegionDetails = ReplicatedRegionDetails.ReplicatedRegionDetails;
|
|
133
165
|
import * as ScimClientCredentials from "./scim-client-credentials";
|
|
134
166
|
export import ScimClientCredentials = ScimClientCredentials.ScimClientCredentials;
|
|
135
167
|
import * as SmtpCredential from "./smtp-credential";
|
|
@@ -172,6 +204,8 @@ import * as UpdateCompartmentDetails from "./update-compartment-details";
|
|
|
172
204
|
export import UpdateCompartmentDetails = UpdateCompartmentDetails.UpdateCompartmentDetails;
|
|
173
205
|
import * as UpdateCustomerSecretKeyDetails from "./update-customer-secret-key-details";
|
|
174
206
|
export import UpdateCustomerSecretKeyDetails = UpdateCustomerSecretKeyDetails.UpdateCustomerSecretKeyDetails;
|
|
207
|
+
import * as UpdateDomainDetails from "./update-domain-details";
|
|
208
|
+
export import UpdateDomainDetails = UpdateDomainDetails.UpdateDomainDetails;
|
|
175
209
|
import * as UpdateDynamicGroupDetails from "./update-dynamic-group-details";
|
|
176
210
|
export import UpdateDynamicGroupDetails = UpdateDynamicGroupDetails.UpdateDynamicGroupDetails;
|
|
177
211
|
import * as UpdateGroupDetails from "./update-group-details";
|