查询 SAML 身份提供商列表
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListSAMLProviders | 要执行的操作,取值:ListSAMLProviders |
Version | String | 是 | 2018-01-01 | API的版本,取值:2018-01-01 |
Limit | Integer | 否 | 页大小 | |
Offset | Integer | 否 | 查询页数 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Limit | Integer | 页大小 | |
Offset | Integer | 查询页数 | |
Total | Integer | 身份提供商总数 | |
SAMLProviders | Array of SAMLProvider | 身份提供商列表 |
GET '/?Action=ListSAMLProviders&Version=2018-01-01&Offset=1&Limit=10' \
{ "ResponseMetadata": { "RequestId": "202205191150550102252431470183A0D5", "Action": "ListSAMLProviders", "Version": "2018-01-01" }, "Result": { "Offset": 1, "Limit": 10, "Total": 2, "SAMLProviders": [ { "Trn": "trn:iam::2100000000:saml-provider/provider1", "SSOType": 1, "Status": 1, "ProviderName": "provider1", "Description": "aaa", "CreateDate": "2023-07-06T20:17:34+08:00", "UpdateDate": "2023-07-07T11:03:05+08:00" }, { "Trn": "trn:iam::2100000000:saml-provider/provider2", "SSOType": 1, "Status": 1, "ProviderName": "provider2", "Description": "", "CreateDate": "2023-08-15T15:01:40+08:00", "UpdateDate": "2023-08-15T15:01:40+08:00" } ] } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | InvalidParameter | The specified parameter is invalid | 接口参数不合法 |