All Products
Search
Document Center

CloudSSO:ListPermissionPoliciesInAccessConfiguration

Last Updated:Mar 29, 2024

Queries the policies that are created for an access configuration.

Operation description

This topic provides an example on how to query the policies that are created for the access configuration ac-00jhtfl8thteu6uj****. The returned result shows that the access configuration contains one system policy and one inline policy.

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:ListPermissionPoliciesInAccessConfigurationList
  • AccessConfiguration
    acs:cloudsso:{#regionId}:{#accountId}:directory/{#DirectoryId}/access-configuration/{#AccessConfigurationId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DirectoryIdstringYes

The ID of the directory.

d-00fc2p61****
AccessConfigurationIdstringYes

The ID of the access configuration.

ac-00jhtfl8thteu6uj****
PermissionPolicyTypestringNo

The type of the policy. The type can be used to filter policies. Valid values:

  • System: system policy
  • Inline: inline policy

If you do not specify this parameter, all types of policies are queried.

System

Response parameters

ParameterTypeDescriptionExample
object
PermissionPoliciesobject []

The policies.

PermissionPolicyNamestring

The name of the policy.

AliyunECSFullAccess
PermissionPolicyTypestring

The type of the policy.

System
PermissionPolicyDocumentstring

The configurations of the inline policy.

Note This parameter is returned only when the value of the PermissionPolicyType parameter is Inline.
{\"Statement\": [{\"Action\": \"*\",\"Effect\": \"Allow\",\"Resource\": \"*\"}],\"Version\": \"1\"}
AddTimestring

The time when the policy was created for the access configuration.

2021-11-03T06:37:25Z
RequestIdstring

The ID of the request.

3A5E771F-1F5A-5555-A64E-579748AAFD98
TotalCountsinteger

The total number of policies.

2

Examples

Sample success responses

JSONformat

{
  "PermissionPolicies": [
    {
      "PermissionPolicyName": "AliyunECSFullAccess",
      "PermissionPolicyType": "System",
      "PermissionPolicyDocument": "{\\\"Statement\\\": [{\\\"Action\\\": \\\"*\\\",\\\"Effect\\\": \\\"Allow\\\",\\\"Resource\\\": \\\"*\\\"}],\\\"Version\\\": \\\"1\\\"}",
      "AddTime": "2021-11-03T06:37:25Z"
    }
  ],
  "RequestId": "3A5E771F-1F5A-5555-A64E-579748AAFD98",
  "TotalCounts": 2
}

Error codes

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