oci-identity 2.30.0 → 2.31.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 +181 -142
- package/lib/client.js +439 -152
- package/lib/client.js.map +1 -1
- package/lib/model/add-lock-details.d.ts +41 -0
- package/lib/model/add-lock-details.js +34 -0
- package/lib/model/add-lock-details.js.map +1 -0
- package/lib/model/create-network-source-details.d.ts +1 -3
- package/lib/model/create-network-source-details.js.map +1 -1
- package/lib/model/create-tag-default-details.d.ts +5 -0
- package/lib/model/create-tag-default-details.js +34 -2
- package/lib/model/create-tag-default-details.js.map +1 -1
- package/lib/model/create-tag-namespace-details.d.ts +5 -0
- package/lib/model/create-tag-namespace-details.js +34 -2
- package/lib/model/create-tag-namespace-details.js.map +1 -1
- package/lib/model/index.d.ts +6 -0
- package/lib/model/index.js +9 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/network-sources-summary.d.ts +1 -2
- package/lib/model/network-sources-summary.js.map +1 -1
- package/lib/model/network-sources.d.ts +1 -3
- package/lib/model/network-sources.js.map +1 -1
- package/lib/model/remove-lock-details.d.ts +30 -0
- package/lib/model/remove-lock-details.js +34 -0
- package/lib/model/remove-lock-details.js.map +1 -0
- package/lib/model/resource-lock.d.ts +56 -0
- package/lib/model/resource-lock.js +39 -0
- package/lib/model/resource-lock.js.map +1 -0
- package/lib/model/tag-default-summary.d.ts +5 -0
- package/lib/model/tag-default-summary.js +34 -2
- package/lib/model/tag-default-summary.js.map +1 -1
- package/lib/model/tag-default.d.ts +5 -0
- package/lib/model/tag-default.js +34 -2
- package/lib/model/tag-default.js.map +1 -1
- package/lib/model/tag-namespace-summary.d.ts +5 -0
- package/lib/model/tag-namespace-summary.js +34 -2
- package/lib/model/tag-namespace-summary.js.map +1 -1
- package/lib/model/tag-namespace.d.ts +5 -0
- package/lib/model/tag-namespace.js +34 -2
- package/lib/model/tag-namespace.js.map +1 -1
- package/lib/model/update-network-source-details.d.ts +1 -2
- package/lib/model/update-network-source-details.js.map +1 -1
- package/lib/request/activate-domain-request.d.ts +1 -1
- package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
- package/lib/request/add-tag-default-lock-request.d.ts +49 -0
- package/lib/request/add-tag-default-lock-request.js +15 -0
- package/lib/request/add-tag-default-lock-request.js.map +1 -0
- package/lib/request/add-tag-namespace-lock-request.d.ts +50 -0
- package/lib/request/add-tag-namespace-lock-request.js +15 -0
- package/lib/request/add-tag-namespace-lock-request.js.map +1 -0
- 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 +5 -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 +5 -1
- package/lib/request/change-domain-compartment-request.d.ts +1 -1
- package/lib/request/change-domain-license-type-request.d.ts +1 -1
- package/lib/request/change-tag-namespace-compartment-request.d.ts +5 -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-db-credential-request.d.ts +1 -1
- package/lib/request/create-domain-request.d.ts +1 -1
- 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 +5 -1
- package/lib/request/create-user-request.d.ts +1 -1
- package/lib/request/deactivate-domain-request.d.ts +1 -1
- 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-db-credential-request.d.ts +1 -1
- package/lib/request/delete-domain-request.d.ts +1 -1
- 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 +5 -1
- package/lib/request/delete-tag-namespace-request.d.ts +5 -1
- package/lib/request/delete-tag-request.d.ts +5 -1
- package/lib/request/delete-user-request.d.ts +1 -1
- package/lib/request/enable-replication-to-region-request.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +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/import-standard-tags-request.d.ts +1 -1
- package/lib/request/index.d.ts +8 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-allowed-domain-license-types-request.d.ts +1 -1
- 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-db-credentials-request.d.ts +1 -1
- package/lib/request/list-domains-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/list-iam-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-iam-work-requests-request.d.ts +1 -1
- 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 +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-tag-default-lock-request.d.ts +49 -0
- package/lib/request/remove-tag-default-lock-request.js +15 -0
- package/lib/request/remove-tag-default-lock-request.js.map +1 -0
- package/lib/request/remove-tag-namespace-lock-request.d.ts +50 -0
- package/lib/request/remove-tag-namespace-lock-request.js +15 -0
- package/lib/request/remove-tag-namespace-lock-request.js.map +1 -0
- 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 +1 -1
- 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 +5 -1
- package/lib/request/update-tag-namespace-request.d.ts +5 -1
- package/lib/request/update-tag-request.d.ts +5 -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/add-tag-default-lock-response.d.ts +27 -0
- package/lib/response/add-tag-default-lock-response.js +15 -0
- package/lib/response/add-tag-default-lock-response.js.map +1 -0
- package/lib/response/add-tag-namespace-lock-response.d.ts +27 -0
- package/lib/response/add-tag-namespace-lock-response.js +15 -0
- package/lib/response/add-tag-namespace-lock-response.js.map +1 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/remove-tag-default-lock-response.d.ts +27 -0
- package/lib/response/remove-tag-default-lock-response.js +15 -0
- package/lib/response/remove-tag-default-lock-response.js.map +1 -0
- package/lib/response/remove-tag-namespace-lock-response.d.ts +27 -0
- package/lib/response/remove-tag-namespace-lock-response.js +15 -0
- package/lib/response/remove-tag-namespace-lock-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,49 @@
|
|
|
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, 2022, 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.31.0/identity/RemoveTagDefaultLock.ts.html |here} to see how to use RemoveTagDefaultLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveTagDefaultLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the tag default.
|
|
21
|
+
*/
|
|
22
|
+
"tagDefaultId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Lock that is going to be removed from resource
|
|
25
|
+
*/
|
|
26
|
+
"removeLockDetails": model.RemoveLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
29
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
30
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"ifMatch"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
36
|
+
* particular request, please provide the request ID.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* may be rejected).
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -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, 2022, 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=remove-tag-default-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-tag-default-lock-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/remove-tag-default-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20160918
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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.31.0/identity/RemoveTagNamespaceLock.ts.html |here} to see how to use RemoveTagNamespaceLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveTagNamespaceLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the tag namespace.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"tagNamespaceId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Lock that is going to be removed from resource
|
|
26
|
+
*/
|
|
27
|
+
"removeLockDetails": model.RemoveLockDetails;
|
|
28
|
+
/**
|
|
29
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
30
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
31
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
37
|
+
* particular request, please provide the request ID.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"opcRequestId"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
43
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
44
|
+
* hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
|
|
45
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
46
|
+
* may be rejected).
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"opcRetryToken"?: string;
|
|
50
|
+
}
|
|
@@ -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, 2022, 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=remove-tag-namespace-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-tag-namespace-lock-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/remove-tag-namespace-lock-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.31.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RemoveUserFromGroupRequest 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.31.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClientRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ResetIdpScimClientRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthTokenRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAuthTokenRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAuthenticationPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCustomerSecretKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomainRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDomainRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDynamicGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProviderRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateIdentityProviderRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMappingRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateIdpGroupMappingRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSourceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateNetworkSourceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredentialRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOAuthClientCredentialRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredentialRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSmtpCredentialRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPasswordRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSwiftPasswordRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefaultRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateTagDefaultRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -24,6 +24,10 @@ export interface UpdateTagDefaultRequest extends common.BaseRequest {
|
|
|
24
24
|
* Request object for updating a tag default.
|
|
25
25
|
*/
|
|
26
26
|
"updateTagDefaultDetails": model.UpdateTagDefaultDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Whether to override locks (if any exist).
|
|
29
|
+
*/
|
|
30
|
+
"isLockOverride"?: boolean;
|
|
27
31
|
/**
|
|
28
32
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
29
33
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespaceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateTagNamespaceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,4 +25,8 @@ export interface UpdateTagNamespaceRequest extends common.BaseRequest {
|
|
|
25
25
|
* Request object for updating a namespace.
|
|
26
26
|
*/
|
|
27
27
|
"updateTagNamespaceDetails": model.UpdateTagNamespaceDetails;
|
|
28
|
+
/**
|
|
29
|
+
* Whether to override locks (if any exist).
|
|
30
|
+
*/
|
|
31
|
+
"isLockOverride"?: boolean;
|
|
28
32
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTagRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateTagRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -37,4 +37,8 @@ export interface UpdateTagRequest extends common.BaseRequest {
|
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"ifMatch"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Whether to override locks (if any exist).
|
|
42
|
+
*/
|
|
43
|
+
"isLockOverride"?: boolean;
|
|
40
44
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilitiesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateUserCapabilitiesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUserRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateUserRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserStateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateUserStateRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UploadApiKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,27 @@
|
|
|
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, 2022, 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
|
+
export interface AddTagDefaultLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"etag": string;
|
|
23
|
+
/**
|
|
24
|
+
* The returned model.TagDefault instance.
|
|
25
|
+
*/
|
|
26
|
+
"tagDefault": model.TagDefault;
|
|
27
|
+
}
|
|
@@ -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, 2022, 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=add-tag-default-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-tag-default-lock-response.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/response/add-tag-default-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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, 2022, 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
|
+
export interface AddTagNamespaceLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"etag": string;
|
|
23
|
+
/**
|
|
24
|
+
* The returned model.TagNamespace instance.
|
|
25
|
+
*/
|
|
26
|
+
"tagNamespace": model.TagNamespace;
|
|
27
|
+
}
|
|
@@ -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, 2022, 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=add-tag-namespace-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-tag-namespace-lock-response.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/response/add-tag-namespace-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -14,6 +14,10 @@ import * as ActivateDomainResponse from "./activate-domain-response";
|
|
|
14
14
|
export import ActivateDomainResponse = ActivateDomainResponse.ActivateDomainResponse;
|
|
15
15
|
import * as ActivateMfaTotpDeviceResponse from "./activate-mfa-totp-device-response";
|
|
16
16
|
export import ActivateMfaTotpDeviceResponse = ActivateMfaTotpDeviceResponse.ActivateMfaTotpDeviceResponse;
|
|
17
|
+
import * as AddTagDefaultLockResponse from "./add-tag-default-lock-response";
|
|
18
|
+
export import AddTagDefaultLockResponse = AddTagDefaultLockResponse.AddTagDefaultLockResponse;
|
|
19
|
+
import * as AddTagNamespaceLockResponse from "./add-tag-namespace-lock-response";
|
|
20
|
+
export import AddTagNamespaceLockResponse = AddTagNamespaceLockResponse.AddTagNamespaceLockResponse;
|
|
17
21
|
import * as AddUserToGroupResponse from "./add-user-to-group-response";
|
|
18
22
|
export import AddUserToGroupResponse = AddUserToGroupResponse.AddUserToGroupResponse;
|
|
19
23
|
import * as AssembleEffectiveTagSetResponse from "./assemble-effective-tag-set-response";
|
|
@@ -246,6 +250,10 @@ import * as MoveCompartmentResponse from "./move-compartment-response";
|
|
|
246
250
|
export import MoveCompartmentResponse = MoveCompartmentResponse.MoveCompartmentResponse;
|
|
247
251
|
import * as RecoverCompartmentResponse from "./recover-compartment-response";
|
|
248
252
|
export import RecoverCompartmentResponse = RecoverCompartmentResponse.RecoverCompartmentResponse;
|
|
253
|
+
import * as RemoveTagDefaultLockResponse from "./remove-tag-default-lock-response";
|
|
254
|
+
export import RemoveTagDefaultLockResponse = RemoveTagDefaultLockResponse.RemoveTagDefaultLockResponse;
|
|
255
|
+
import * as RemoveTagNamespaceLockResponse from "./remove-tag-namespace-lock-response";
|
|
256
|
+
export import RemoveTagNamespaceLockResponse = RemoveTagNamespaceLockResponse.RemoveTagNamespaceLockResponse;
|
|
249
257
|
import * as RemoveUserFromGroupResponse from "./remove-user-from-group-response";
|
|
250
258
|
export import RemoveUserFromGroupResponse = RemoveUserFromGroupResponse.RemoveUserFromGroupResponse;
|
|
251
259
|
import * as ResetIdpScimClientResponse from "./reset-idp-scim-client-response";
|
|
@@ -0,0 +1,27 @@
|
|
|
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, 2022, 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
|
+
export interface RemoveTagDefaultLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"etag": string;
|
|
23
|
+
/**
|
|
24
|
+
* The returned model.TagDefault instance.
|
|
25
|
+
*/
|
|
26
|
+
"tagDefault": model.TagDefault;
|
|
27
|
+
}
|
|
@@ -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, 2022, 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=remove-tag-default-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-tag-default-lock-response.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/response/remove-tag-default-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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, 2022, 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
|
+
export interface RemoveTagNamespaceLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"etag": string;
|
|
23
|
+
/**
|
|
24
|
+
* The returned model.TagNamespace instance.
|
|
25
|
+
*/
|
|
26
|
+
"tagNamespace": model.TagNamespace;
|
|
27
|
+
}
|
|
@@ -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, 2022, 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=remove-tag-namespace-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-tag-namespace-lock-response.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/response/remove-tag-namespace-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|