更新 SAML 身份提供商
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UpdateSAMLProvider | 要执行的操作,取值:UpdateSAMLProvider |
Version | String | 是 | 2018-01-01 | API的版本,取值:2018-01-01 |
SAMLProviderName | String | 是 | 待更新 SAML 身份提供商名称 | |
NewEncodedSAMLMetadataDocument | String | 否 | SAML 身份提供商元数据文件 Base64 编码 | |
Description | String | 否 | 身份提供商描述 | |
Status | Integer | 否 | 身份提供商状态 (仅用户 SSO)
|
下表仅列出本接口特有的返回参数。更多信息请参见返回结构
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Trn | String | trn:iam::2100000000:saml-provider/my-provider | 身份提供商 Trn |
SAMLProviderName | String | SAML 身份提供商名称 | |
SSOType | Integer | 身份提供商 SSO 类型
| |
Status | Integer | 身份提供商状态 (仅用户 SSO)
| |
Description | String | 身份提供商描述 | |
CreateDate | String | 2024-01-03T16:10:57+08:00 | 创建时间 |
UpdateDate | String | 2024-01-03T16:10:57+08:00 | 更新时间 |
GET '/?Action=UpdateSAMLProvider&Version=2018-01-01' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'SAMLProviderName=test' \ --data-urlencode 'NewEncodedSAMLMetadataDocument=PD94bWwgdmVyc2lv' \ --data-urlencode 'Description=test' \ --data-urlencode 'Status=1'
{ "ResponseMetadata": { "RequestId": "202205191150550102252431470183A0D5", "Action": "UpdateSAMLProvider", "Version": "2018-01-01" }, "Result": { "Trn": "trn:iam::2100000000:saml-provider/test", "SAMLProviderName": "test", "SSOType": 1, "Status": 1, "Description": "test", "CreateDate": "2023-06-13T18:00:56+08:00", "UpdateDate": "2024-01-03T16:36:09+08:00" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | SensitiveWord.SAMLProviderName | Sensitive Word in Identity Provider Name. | 身份供应商名称不符合规定,请修改后重试 |
400 | InvalidParameter.EncodedSAMLMetadataDocument.Cert | The specified parameter EncodedSAMLMetadataDocument is invalid | SAML 元数据文件证书不合法 |
400 | InvalidParameter.EncodedSAMLMetadataDocument | The specified parameter EncodedSAMLMetadataDocument is invalid | SAML 元数据文件不合法 |