Queries information about identity providers (IdPs) for role-based single sign-on (SSO).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:ListSAMLProviders |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Marker |
string |
No |
The |
EXAMPLE |
| MaxItems |
integer |
No |
The number of entries to return. If a response is truncated because it reaches the value of Valid values: 1 to 100. Default value: 100. |
100 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
2D8B70D3-E194-41C9-93C5-F6A10D716D24 |
| SAMLProviders |
object |
||
| SAMLProvider |
array<object> |
The information about IdPs. |
|
|
object |
|||
| UpdateDate |
string |
The update time. |
2020-10-22T06:26:15Z |
| Description |
string |
The description. |
This is a provider. |
| SAMLProviderName |
string |
The name of the IdP. |
test-provider |
| CreateDate |
string |
The creation time. |
2020-10-22T06:26:15Z |
| Arn |
string |
The Alibaba Cloud Resource Name (ARN) of the IdP. |
acs:ram::177242285274****:saml-provider/test-provider |
| IsTruncated |
boolean |
Indicates whether the response is truncated. Valid values:
|
true |
| Marker |
string |
The |
EXAMPLE |
Examples
Success response
JSON format
{
"RequestId": "2D8B70D3-E194-41C9-93C5-F6A10D716D24",
"SAMLProviders": {
"SAMLProvider": [
{
"UpdateDate": "2020-10-22T06:26:15Z",
"Description": "This is a provider.",
"SAMLProviderName": "test-provider",
"CreateDate": "2020-10-22T06:26:15Z",
"Arn": "acs:ram::177242285274****:saml-provider/test-provider"
}
]
},
"IsTruncated": true,
"Marker": "EXAMPLE"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.