All Products
Search
Document Center

Identity as a Service:GetAuthorizationResource

Last Updated:Jan 28, 2026

Queries the information about an authorized resource.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

The instance ID.

idaas_ue2jvisn35ea5lmthk267xxxxx

AuthorizationRuleId

string

Yes

The authorization rule ID.

arrule_01kf143ug06fg7m9f43u7vahxxxx

AuthorizationResourceId

string

Yes

The authorization resource ID.

arres_01kgh3jvt7pk093rv6giu0c0qxxxx

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

0441BD79-92F3-53AA-8657-F8CE4A2B912A

AuthorizationResource

object

The authorized resource.

InstanceId

string

The instance ID.

idaas_ue2jvisn35ea5lmthk267xxxxx

AuthorizationRuleId

string

The authorization rule ID.

arrule_01kf143ug06fg7m9f43u7vahxxxx

AuthorizationResourceId

string

The authorization resource ID.

arres_01kgh3jvt7pk093rv6giu0c0qxxxx

AuthorizationResourceEntityType

string

The type of the resource entity that is associated with the authorized resource. Valid value:

  • cloud_account_role: a cloud role

cloud_account_role

AuthorizationResourceEntityId

string

The ID of the resource entity that is associated with the authorized resource.

carole_01kmek49aqxxxx

CloudAccountId

string

The ID of the Alibaba Cloud account to which the resource entity that is associated with the authorized resource belongs.

ca_01kmegjc11qa1txxxxx

Examples

Success response

JSON format

{
  "RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
  "AuthorizationResource": {
    "InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
    "AuthorizationRuleId": "arrule_01kf143ug06fg7m9f43u7vahxxxx",
    "AuthorizationResourceId": "arres_01kgh3jvt7pk093rv6giu0c0qxxxx",
    "AuthorizationResourceEntityType": "cloud_account_role",
    "AuthorizationResourceEntityId": "carole_01kmek49aqxxxx",
    "CloudAccountId": "ca_01kmegjc11qa1txxxxx"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.