All Products
Search
Document Center

ApsaraVideo VOD:AttachAppPolicyToIdentity

Last Updated:Mar 03, 2024

Grants a RAM user or RAM role permissions to access ApsaraVideo VOD applications.

Operation description

Note You can grant a RAM user or RAM role permissions to access up to 10 applications.

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
vod:AttachAppPolicyToIdentityRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
IdentityTypestringYes

The type of the identity. Valid values:

  • RamUser: a RAM user
  • RamRole: a RAM role
RamRole
IdentityNamestringYes

The ID of the RAM user or the name of the RAM role.

  • Specify the ID of the RAM user when the IdentityType parameter is set to RamUser.
  • Specify the name of the RAM role when the IdentityType parameter is set to RamRole.
****
AppIdstringYes

The ID of the application. Default value: app-1000000. For more information, see Multi-application service.

Note This parameter is optional only if you set the policy name to VODAppAdministratorAccess.
app-****
PolicyNamesstringYes

The name of the policy. Only system policies are supported. Separate multiple policy names with commas (,). Valid values:

  • VODAppFullAccess: permissions to manage all resources in an application.
  • VODAppReadOnlyAccess: permissions to read all resources in an application.
  • VODAppAdministratorAccess: permissions of the application administrator.
VODAppFullAccess

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

25818875-5F78-4A13-****-D7393642CA58
NonExistPolicyNamesarray

The names of the policies that were not found.

string

The name of the policy that was not found.

test****1
FailedPolicyNamesarray

The names of the policies that failed to be granted to the RAM user or RAM role.

string

The name of the policy that failed to be granted to the RAM user or RAM role.

test****2

Examples

Sample success responses

JSONformat

{
  "RequestId": "25818875-5F78-4A13-****-D7393642CA58",
  "NonExistPolicyNames": [
    "test****1"
  ],
  "FailedPolicyNames": [
    "test****2"
  ]
}

Error codes

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

Common errors

The following table describes the common errors that this operation can return.

Error codeError messageHTTP status codeDescription
OperationDenied.NotOpenAppServiceThe app service is not open.403The error message returned because the multi-application service has not been activated.
Forbidden.OperateAppUser not authorized to operate app.403The error message returned because you are not authorized to manage the application.