All Products
Search
Document Center

CloudSSO:DeleteAccessAssignment

Last Updated:Mar 29, 2024

Removes the access permissions on an account in a resource directory.

Operation description

When you call this operation, an asynchronous task is 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 remove the access permissions on the account 114240524784**** in the resource directory from the CloudSSO user u-00q8wbq42wiltcrk****. The access permissions are assigned by using the access configuration ac-00jhtfl8thteu6uj****.

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:DeleteAccessAssignmentWrite
  • AccessConfiguration
    acs:cloudsso:{#regionId}:{#accountId}:directory/{#DirectoryId}/access-configuration/{#AccessConfigurationId}
  • User
    acs:cloudsso:{#regionId}:{#accountId}:directory/{#DirectoryId}/user/{#UserId}
  • Group
    acs:cloudsso:{#regionId}:{#accountId}:directory/{#DirectoryId}/group/{#GroupId}
  • Account
    acs:resourcemanager::{#accountId}:account/{#AccountId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DirectoryIdstringYes

The ID of the directory.

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****
PrincipalTypestringYes

The type of the CloudSSO identity. Valid values:

  • User
  • Group
User
PrincipalIdstringYes

The ID of the CloudSSO identity.

  • If you set PrincipalType to User, set PrincipalId to the ID of the CloudSSO user.
  • If you set PrincipalType to Group, set PrincipalId to the ID of the CloudSSO group.
u-00q8wbq42wiltcrk****
DeprovisionStrategystringNo

Specifies whether to de-provision the access configuration when you remove the access permissions from the CloudSSO identity. The access configuration is used to assign the access permissions, and the identity is the only one that uses the access configuration and is associated with the account. Valid values:

  • DeprovisionForLastAccessAssignmentOnAccount: de-provisions the access configuration.
  • None: does not de-provision the access configuration. This is the default value.
None

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Taskobject

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-shfqw1u1edszvxw5****
PrincipalIdstring

The ID of the CloudSSO identity.

u-00q8wbq42wiltcrk****
TargetPathstring

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

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

The name of the CloudSSO identity.

Alice
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 DeleteAccessAssignment, which indicates that access permissions on an account in your resource directory are removed.

DeleteAccessAssignment
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****
PrincipalTypestring

The type of the CloudSSO identity. Valid values:

  • User
  • Group
User
RequestIdstring

The request ID.

5C9D0CF4-5CE8-5CE6-932A-826EF4ADD007

Examples

Sample success responses

JSONformat

{
  "Task": {
    "Status": "InProgress",
    "TaskId": "t-shfqw1u1edszvxw5****",
    "PrincipalId": "u-00q8wbq42wiltcrk****",
    "TargetPath": "rd-3G****/r-Wm****/114240524784****",
    "PrincipalName": "Alice",
    "TargetName": "dev-test",
    "TargetId": "114240524784****",
    "AccessConfigurationName": "ECS-Admin",
    "TargetPathName": "rd-3G****/root/dev-test",
    "TaskType": "DeleteAccessAssignment",
    "TargetType": "RD-Account",
    "AccessConfigurationId": "ac-00jhtfl8thteu6uj****",
    "PrincipalType": "User"
  },
  "RequestId": "5C9D0CF4-5CE8-5CE6-932A-826EF4ADD007"
}

Error codes

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