All Products
Search
Document Center

CloudSSO:DeprovisionAccessConfiguration

Last Updated:Mar 29, 2024

De-provisions an access configuration from an account in your resource directory.

Operation description

When you call this operation, an asynchronous task is automatically created. You can call the GetTask operation to query the progress of the task based on the value of the TaskId response parameter.

This topic provides an example on how to de-provision the access configuration ac-00jhtfl8thteu6uj**** from the account 114240524784**** in your resource directory.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
cloudsso:DeprovisionAccessConfigurationWrite
  • AccessConfiguration
    acs:cloudsso:{#regionId}:{#accountId}:directory/{#DirectoryId}/access-configuration/{#AccessConfigurationId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DirectoryIdstringYes

The directory ID.

d-00fc2p61****
AccessConfigurationIdstringYes

The ID of the access configuration.

ac-00jhtfl8thteu6uj****
TargetTypestringYes

The type of the task object. Set the value to RD-Account, which specifies the accounts in the resource directory.

RD-Account
TargetIdstringYes

The ID of the task object.

114240524784****

Response parameters

ParameterTypeDescriptionExample
object

The returned results.

Tasksobject []

The task information.

Statusstring

The task status. Valid values:

  • InProgress: The task is running.
  • Success: The task is successful.
  • Failed: The task failed.
InProgress
TaskIdstring

The task ID.

t-sh0655wnq8pdlrlc****
TargetPathstring

The path ID of the task object in the resource directory.

rd-3G****/r-Wm****/114240524784****
TargetNamestring

The name of the task object.

dev-test
TargetIdstring

The ID of the task object.

114240524784****
AccessConfigurationNamestring

The name of the access configuration.

ECS-Admin
TargetPathNamestring

The path name of the task object in the resource directory.

rd-3G****/root/dev-test
TaskTypestring

The task type. The value is fixed as DeprovisionAccessConfiguration, which indicates that the access configuration is de-provisioned.

DeprovisionAccessConfiguration
TargetTypestring

The type of the task object. The value is fixed as RD-Account, which indicates the accounts in the resource directory.

RD-Account
AccessConfigurationIdstring

The ID of the access configuration.

ac-00jhtfl8thteu6uj****
RequestIdstring

The request ID.

584FE9D0-D1AC-5B19-A39C-8D244FC0538C

Examples

Sample success responses

JSONformat

{
  "Tasks": [
    {
      "Status": "InProgress",
      "TaskId": "t-sh0655wnq8pdlrlc****",
      "TargetPath": "rd-3G****/r-Wm****/114240524784****",
      "TargetName": "dev-test",
      "TargetId": "114240524784****",
      "AccessConfigurationName": "ECS-Admin",
      "TargetPathName": "rd-3G****/root/dev-test",
      "TaskType": "DeprovisionAccessConfiguration",
      "TargetType": "RD-Account",
      "AccessConfigurationId": "ac-00jhtfl8thteu6uj****"
    }
  ],
  "RequestId": "584FE9D0-D1AC-5B19-A39C-8D244FC0538C"
}

Error codes

For a list of error codes, visit the Service error codes.