IAM 身份中心-查询服务提供商配置:响应示例

时间:2025-02-12 14:54:28

响应示例

状态码: 200

Successful

{  "schemas" : [ "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig" ],  "documentationUri" : null,  "authenticationSchemes" : [ {    "type" : "authenticationtype",    "name" : "Authentication Name",    "description" : "Authentication scheme using the AAA Authentication Standard",    "specUri" : "http://www.example.org/doc/auth1234",    "documentationUri" : null,    "primary" : true  } ],  "patch" : {    "supported" : false  },  "bulk" : {    "supported" : false,    "maxOperations" : null,    "maxPayloadSize" : null  },  "filter" : {    "supported" : false,    "maxResults" : null  },  "changePassword" : {    "supported" : false  },  "sort" : {    "supported" : false  },  "etag" : {    "supported" : false  }}
support.huaweicloud.com/api-identitycenter/SCIMServiceProviderConfig.html