All Products
Search
Document Center

Container Service for Kubernetes:DescribeUserPermissions

Last Updated:Feb 13, 2025

Query the permissions of a Resource Access Management (RAM) user.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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
adcp:DescribeUserPermissionslist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
UserIdstringYes

The ID of the RAM user that you want to query.

21175****

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

EA06613B-37A3-549E-BAE0-E4AD8A6E93D7
Permissionsarray<object>

The details about the permissions of the RAM user.

Permissionobject

The details about the permissions of the RAM user.

RoleTypestring

The type of predefined role. Valid values:

  • admin: administrator
  • dev: developer
dev
RoleNamestring

The name of the custom role. If a custom role is assigned, the value is the name of the assigned custom role.

view
ResourceTypestring

The authorization type. Valid values:

  • cluster: indicates that the permissions are scoped to a cluster.
  • namespace: indicates that the permissions are scoped to a namespace of a cluster.
cluster
ResourceIdstring

The authorization setting. Valid values:

  • {cluster_id} is returned if the permissions are scoped to a cluster.
  • {cluster_id}/{namespace} is returned if the permissions are scoped to a namespace of a cluster.
  • all-clusters is returned if the permissions are scoped to all clusters.
cffef3c9c7ba145b083292942a2c3****

Examples

Sample success responses

JSONformat

{
  "RequestId": "EA06613B-37A3-549E-BAE0-E4AD8A6E93D7",
  "Permissions": [
    {
      "RoleType": "dev",
      "RoleName": "view",
      "ResourceType": "cluster",
      "ResourceId": "cffef3c9c7ba145b083292942a2c3****"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-03-16The response structure of the API has changedView Change Details