All Products
Search
Document Center

CloudSSO:AddPermissionPolicyToAccessConfiguration

Last Updated:Jan 14, 2025

Adds a policy to an access configuration.

Operation description

This topic provides an example on how to add the system policy AliyunECSFullAccess to the access configuration ac-00jhtfl8thteu6uj****.

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:
    • 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:AddPermissionPolicyToAccessConfigurationcreate
*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****
PermissionPolicyTypestringYes

The type of the policy. Valid values:

  • System: system policy. Resource Access Management (RAM) system policies are reused.
  • Inline: inline policy. Inline policies are created based on the RAM policy syntax and structure.
System
PermissionPolicyNamestringYes

The name of the policy.

  • If you set PermissionPolicyType to System, you must set PermissionPolicyName to the name of a system policy. You can obtain the name of the system policy from RAM.
  • If you set PermissionPolicyType to Inline, you must set PermissionPolicyName to the name of an inline policy. A custom value is supported. The value can be up to 32 characters in length.
AliyunECSFullAccess
InlinePolicyDocumentstringNo

The configurations of the inline policy.

The value can be up to 4,096 characters in length.

If you set PermissionPolicyType to Inline, you must specify this parameter. For more information about the syntax and structure of RAM policies, see Policy syntax and structure.

{"Statement": [{"Action": "*","Effect": "Allow","Resource": "*"}],"Version": "1"}

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

B7C6E839-FB65-59BE-B753-003AA8AF7DF7

Examples

Sample success responses

JSONformat

{
  "RequestId": "B7C6E839-FB65-59BE-B753-003AA8AF7DF7"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history