All Products
Search
Document Center

CloudSSO:GetAccessConfiguration

Last Updated:Mar 29, 2024

Queries information about an access configuration.

Operation description

This topic provides an example on how to query the information about the access configuration whose ID is ac-00ccule7tadaijxc****.

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

Request parameters

ParameterTypeRequiredDescriptionExample
AccessConfigurationIdstringYes

The ID of the access configuration.

ac-00ccule7tadaijxc****
DirectoryIdstringYes

The ID of the directory.

d-00fc2p61****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

D5E40508-483B-52F6-993C-D880B0F87591
AccessConfigurationobject

The information about the access configuration.

AccessConfigurationNamestring

The name of the access configuration.

VPC-Admin
SessionDurationinteger

The duration of a session in which a CloudSSO user accesses an account in your resource directory by using the access configuration.

Unit: seconds.

3600
Descriptionstring

The description of the access configuration.

This is an access configuration.
RelayStatestring

The initial web page that is displayed after a CloudSSO user accesses an account in your resource directory by using the access configuration.

https://cloudsso.console.aliyun.com
CreateTimestring

The time when the access configuration was created.

2021-06-30T09:39:44Z
UpdateTimestring

The time when the information about the access configuration was modified.

2021-07-26T03:02:11Z
StatusNotificationsarray

The status notification.

string

The status notification. Valid values:

  • Empty: No status notifications are sent.
  • ReprovisionRequired: The access configuration needs to be re-provisioned.
ReprovisionRequired
AccessConfigurationIdstring

The ID of the access configuration.

ac-00ccule7tadaijxc****

Examples

Sample success responses

JSONformat

{
  "RequestId": "D5E40508-483B-52F6-993C-D880B0F87591",
  "AccessConfiguration": {
    "AccessConfigurationName": "VPC-Admin",
    "SessionDuration": 3600,
    "Description": "This is an access configuration.",
    "RelayState": "https://cloudsso.console.aliyun.com",
    "CreateTime": "2021-06-30T09:39:44Z",
    "UpdateTime": "2021-07-26T03:02:11Z",
    "StatusNotifications": [
      "ReprovisionRequired"
    ],
    "AccessConfigurationId": "ac-00ccule7tadaijxc****"
  }
}

Error codes

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