All Products
Search
Document Center

Identity as a Service:ListApplicationsForAuthorizationRule

Last Updated:Jan 28, 2026

Queries the applications that are associated with an authorization rule.

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

NextToken

string

No

The token that is used to mark the start of the next page for a paged query.

  • If you do not specify this parameter, the query starts from the first page.

NTxxxxxexample

MaxResults

integer

No

The maximum number of records to return in a paged query.

  • The default value is 20.

  • The maximum value cannot exceed 100.

20

AuthorizationRuleId

string

Yes

The authorization rule ID.

arrule_01kf143ug06fg7m9f43u7vahxxxx

Filter

array<object>

No

The filter conditions.

object

No

The filter conditions.

Name

string

No

The name of the field to filter. Valid values:

  • ApplicationId: The application ID.

ApplicationId

Value

array

No

The list of values for the filter field.

string

No

The value of the filter field.

app_mkv7rgt4d7i4u7zqtzev2mxxxx

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

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

TotalCount

integer

The total number of entries.

100

NextToken

string

The token returned from this call. Use this token for the next paged query.

NTxxxexample

MaxResults

integer

The number of entries returned per page.

20

Applications

array<object>

The list of applications.

array<object>

The application information.

InstanceId

string

The instance ID.

idaas_ue2jvisn35ea5lmthk267xxxxx

ApplicationId

string

The application ID.

app_mkv7rgt4d7i4u7zqtzev2mxxxx

ValidityType

string

The validity type of the relationship. Valid values:

  • permanent: The relationship is permanent.

  • time_bound: The relationship has a custom time range.

permanent

ValidityPeriod

object

The time range of the validity period. This parameter takes effect when ValidityType is set to time_bound.

StartTime

integer

The start time of the validity period. This is a UNIX timestamp in milliseconds.

1704042061000

EndTime

integer

The end time of the validity period. This is a UNIX timestamp in milliseconds.

1704042061000

Examples

Success response

JSON format

{
  "RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
  "TotalCount": 100,
  "NextToken": "NTxxxexample",
  "MaxResults": 20,
  "Applications": [
    {
      "InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
      "ApplicationId": "app_mkv7rgt4d7i4u7zqtzev2mxxxx",
      "ValidityType": "permanent",
      "ValidityPeriod": {
        "StartTime": 1704042061000,
        "EndTime": 1704042061000
      }
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.