区块链服务 BCS-更新DID:响应参数

时间:2023-11-01 16:25:45

响应参数

状态码: 200

表5 响应Body参数

参数

参数类型

描述

context

String

context

id

String

分布式身份标识

publicKey

Array of DocPublicKey objects

公钥列表

authentication

Array of strings

did主公钥标识

recovery

String

备用公钥标识,可用于修改主密钥

service

Array of Service objects

服务列表

proof

Proof object

证明结构,可为空

created

String

创建时间

updated

String

更新时间

status

String

状态

表6 DocPublicKey

参数

参数类型

描述

id

String

公钥标识

type

String

公钥类型

controller

String

公钥的控制者标识

publicKeyPem

String

公钥证书

表7 Service

参数

参数类型

描述

id

String

服务标识

type

String

服务类型

serviceEndpoint

String

服务介绍网址

credentialApplySchema

CredentialApplySchema object

申请凭证所需数据的Schema

表8 CredentialApplySchema

参数

参数类型

描述

type

String

类型

name

String

名称

description

String

描述信息

attributes

Array of Attribute objects

属性列表

表9 Attribute

参数

参数类型

描述

name

String

名称

type

String

类型

description

String

描述信息

表10 Proof

参数

参数类型

描述

creator

String

创建者身份标识

type

String

签名类型

created

String

签名创建时间

signatureValue

String

签名值

状态码: 500

表11 响应Body参数

参数

参数类型

描述

errorCode

String

错误码

最小长度:8

最大长度:36

errorMsg

String

错误描述

最小长度:2

最大长度:512

support.huaweicloud.com/devg-bcs/UpdateDIDService.html