code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
function __construct()
{
} | @param string $CPTJson 凭证模板内容
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/QueryCPTResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/QueryCPTResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CPTJson",$param) and $param["CPTJson"] !== null) {
$this->CPTJson = $param["CPTJson"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/QueryCPTResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/QueryCPTResponse.php | Apache-2.0 |
function __construct()
{
} | @param ResourceCounterData $AppCounter 用户参与应用的统计指标
@param ResourceCounterData $UserCounter 用户部署应用的统计指标
@param integer $AppCnt 用户参与的应用总数
@param integer $DeployCnt 用户部署的应用总数
@param integer $ChainCnt 部署网络子链总数
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetOverSummaryResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetOverSummaryResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AppCounter",$param) and $param["AppCounter"] !== null) {
$this->AppCounter = new ResourceCounterData();
$this->AppCounter->deserialize($param["AppCounter"]);
}
if (array_key_exists("UserCounter",$param) and $param["UserCounter"] !== null) {
$this->UserCounter = new ResourceCounterData();
$this->UserCounter->deserialize($param["UserCounter"]);
}
if (array_key_exists("AppCnt",$param) and $param["AppCnt"] !== null) {
$this->AppCnt = $param["AppCnt"];
}
if (array_key_exists("DeployCnt",$param) and $param["DeployCnt"] !== null) {
$this->DeployCnt = $param["DeployCnt"];
}
if (array_key_exists("ChainCnt",$param) and $param["ChainCnt"] !== null) {
$this->ChainCnt = $param["ChainCnt"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetOverSummaryResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetOverSummaryResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $CredentialId 凭证唯一Id
@param integer $DAPId 用户应用Id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetCredentialStateRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetCredentialStateRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CredentialId",$param) and $param["CredentialId"] !== null) {
$this->CredentialId = $param["CredentialId"];
}
if (array_key_exists("DAPId",$param) and $param["DAPId"] !== null) {
$this->DAPId = $param["DAPId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetCredentialStateRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetCredentialStateRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $CredentialData 凭证字符串
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CreateDisclosedCredentialResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CreateDisclosedCredentialResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CredentialData",$param) and $param["CredentialData"] !== null) {
$this->CredentialData = $param["CredentialData"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CreateDisclosedCredentialResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CreateDisclosedCredentialResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $CPTId CPT ID
@param string $Issuer 签发者 did
@param string $ExpirationDate 过期时间
@param string $ClaimJson 声明
@param array $Type 凭证类型
@param array $Parties 多方签名的用户did | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CRDLArg.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CRDLArg.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CPTId",$param) and $param["CPTId"] !== null) {
$this->CPTId = $param["CPTId"];
}
if (array_key_exists("Issuer",$param) and $param["Issuer"] !== null) {
$this->Issuer = $param["Issuer"];
}
if (array_key_exists("ExpirationDate",$param) and $param["ExpirationDate"] !== null) {
$this->ExpirationDate = $param["ExpirationDate"];
}
if (array_key_exists("ClaimJson",$param) and $param["ClaimJson"] !== null) {
$this->ClaimJson = $param["ClaimJson"];
}
if (array_key_exists("Type",$param) and $param["Type"] !== null) {
$this->Type = $param["Type"];
}
if (array_key_exists("Parties",$param) and $param["Parties"] !== null) {
$this->Parties = $param["Parties"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CRDLArg.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CRDLArg.php | Apache-2.0 |
function __construct()
{
} | @param CRDLArg $CRDLArg 参数集合,详见示例
@param boolean $UnSigned 是否未签名
@param integer $DAPId DID应用id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/IssueCredentialRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/IssueCredentialRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CRDLArg",$param) and $param["CRDLArg"] !== null) {
$this->CRDLArg = new CRDLArg();
$this->CRDLArg->deserialize($param["CRDLArg"]);
}
if (array_key_exists("UnSigned",$param) and $param["UnSigned"] !== null) {
$this->UnSigned = $param["UnSigned"];
}
if (array_key_exists("DAPId",$param) and $param["DAPId"] !== null) {
$this->DAPId = $param["DAPId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/IssueCredentialRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/IssueCredentialRequest.php | Apache-2.0 |
function __construct()
{
} | @param ChainTransaction $Transaction 上链交易信息
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/SetTDidAttributeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/SetTDidAttributeResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Transaction",$param) and $param["Transaction"] !== null) {
$this->Transaction = new ChainTransaction();
$this->Transaction->deserialize($param["Transaction"]);
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/SetTDidAttributeResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/SetTDidAttributeResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Name 名称
@param string $Did 权威机构did
@param integer $Status 状态:1为已认证,2为未认证
@param string $Description 机构备注信息
@param string $RecognizeTime 认证时间
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/QueryAuthorityInfoResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/QueryAuthorityInfoResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
if (array_key_exists("Did",$param) and $param["Did"] !== null) {
$this->Did = $param["Did"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("Description",$param) and $param["Description"] !== null) {
$this->Description = $param["Description"];
}
if (array_key_exists("RecognizeTime",$param) and $param["RecognizeTime"] !== null) {
$this->RecognizeTime = $param["RecognizeTime"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/QueryAuthorityInfoResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/QueryAuthorityInfoResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Did DID标识
@param integer $DAPId DID应用ID | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidDocumentRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidDocumentRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Did",$param) and $param["Did"] !== null) {
$this->Did = $param["Did"];
}
if (array_key_exists("DAPId",$param) and $param["DAPId"] !== null) {
$this->DAPId = $param["DAPId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidDocumentRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidDocumentRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Did VP持有人的did标识
@param string $PresentationData 可验证表达内容
@param integer $DAPId DID应用id
@param string $VerifyCode 随机验证码 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/VerifyPresentationRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/VerifyPresentationRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Did",$param) and $param["Did"] !== null) {
$this->Did = $param["Did"];
}
if (array_key_exists("PresentationData",$param) and $param["PresentationData"] !== null) {
$this->PresentationData = $param["PresentationData"];
}
if (array_key_exists("DAPId",$param) and $param["DAPId"] !== null) {
$this->DAPId = $param["DAPId"];
}
if (array_key_exists("VerifyCode",$param) and $param["VerifyCode"] !== null) {
$this->VerifyCode = $param["VerifyCode"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/VerifyPresentationRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/VerifyPresentationRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $DAPId DID应用ID
@param string $CustomAttribute 自定义DID文档json属性 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CreateTDidByHostRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CreateTDidByHostRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("DAPId",$param) and $param["DAPId"] !== null) {
$this->DAPId = $param["DAPId"];
}
if (array_key_exists("CustomAttribute",$param) and $param["CustomAttribute"] !== null) {
$this->CustomAttribute = $param["CustomAttribute"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CreateTDidByHostRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CreateTDidByHostRequest.php | Apache-2.0 |
function __construct()
{
} | @param integer $DAPId DID应用Id
@param string $OperateCredential 更新VC状态的临时凭证内容,通过创建凭证接口(CreateCredential)生成并签名,凭证类型为:OperateCredential, 为安全起见凭证过期时间不适合太长,如设置为1分钟内
@param string $OriginCredential 待更新凭证状态的原始凭证内容
@param CredentialStatusInfo $CredentialStatus 凭证状态信息 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/UpdateCredentialStateRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/UpdateCredentialStateRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("DAPId",$param) and $param["DAPId"] !== null) {
$this->DAPId = $param["DAPId"];
}
if (array_key_exists("OperateCredential",$param) and $param["OperateCredential"] !== null) {
$this->OperateCredential = $param["OperateCredential"];
}
if (array_key_exists("OriginCredential",$param) and $param["OriginCredential"] !== null) {
$this->OriginCredential = $param["OriginCredential"];
}
if (array_key_exists("CredentialStatus",$param) and $param["CredentialStatus"] !== null) {
$this->CredentialStatus = new CredentialStatusInfo();
$this->CredentialStatus->deserialize($param["CredentialStatus"]);
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/UpdateCredentialStateRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/UpdateCredentialStateRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Did DID标识
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidByObjectIdResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidByObjectIdResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Did",$param) and $param["Did"] !== null) {
$this->Did = $param["Did"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidByObjectIdResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidByObjectIdResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $DAPId DID应用id
@param integer $UAPId 用户应用id
@param array $Credentials 凭证列表
@param string $Did VP持有人的DID标识
@param string $VerifyCode VP随机验证码
@param string $PolicyJson 选择性披露策略
@param boolean $Unsigned 是否签名,ture时signatureValue为待签名内容由调用端自行签名,false时signatureValue为平台自动已签名的内容。默认false
@param array $CredentialList 可验证凭证证明列表 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CreatePresentationRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CreatePresentationRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetOverSummaryRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetOverSummaryRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Key 键名
@param string $Val 键值 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/DidAttribute.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/DidAttribute.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Key",$param) and $param["Key"] !== null) {
$this->Key = $param["Key"];
}
if (array_key_exists("Val",$param) and $param["Val"] !== null) {
$this->Val = $param["Val"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/DidAttribute.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/DidAttribute.php | Apache-2.0 |
function __construct()
{
} | @param array $AuthPublicKeyList DID公钥数组
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidPubKeyResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidPubKeyResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AuthPublicKeyList",$param) and $param["AuthPublicKeyList"] !== null) {
$this->AuthPublicKeyList = $param["AuthPublicKeyList"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidPubKeyResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidPubKeyResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $ObjectId 业务层为DID设置的唯一标识
@param integer $DAPId DID应用Id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidByObjectIdRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidByObjectIdRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("ObjectId",$param) and $param["ObjectId"] !== null) {
$this->ObjectId = $param["ObjectId"];
}
if (array_key_exists("DAPId",$param) and $param["DAPId"] !== null) {
$this->DAPId = $param["DAPId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidByObjectIdRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidByObjectIdRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $CredentialData 可验证凭证内容
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/IssueCredentialResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/IssueCredentialResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CredentialData",$param) and $param["CredentialData"] !== null) {
$this->CredentialData = $param["CredentialData"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/IssueCredentialResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/IssueCredentialResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Id 凭证唯一id
@param integer $Status 凭证状态(0:吊销;1:有效)
@param string $Issuer 凭证颁发者Did
@param string $VCDigest VC摘要,对应凭证Proof的vcDigest字段
@param string $TXDigest 交易摘要,对应凭证Proof的txDigest字段
@param integer $IssueTime 颁布凭证的UTC时间戳
@param integer $ExpireTime 凭证过期的UTC时间戳
@param integer $CPTId 凭证模板id
@param string $Signature 凭证签名
@param string $MetaDigest 元数据摘要 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CredentialState.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CredentialState.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Id",$param) and $param["Id"] !== null) {
$this->Id = $param["Id"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("Issuer",$param) and $param["Issuer"] !== null) {
$this->Issuer = $param["Issuer"];
}
if (array_key_exists("VCDigest",$param) and $param["VCDigest"] !== null) {
$this->VCDigest = $param["VCDigest"];
}
if (array_key_exists("TXDigest",$param) and $param["TXDigest"] !== null) {
$this->TXDigest = $param["TXDigest"];
}
if (array_key_exists("IssueTime",$param) and $param["IssueTime"] !== null) {
$this->IssueTime = $param["IssueTime"];
}
if (array_key_exists("ExpireTime",$param) and $param["ExpireTime"] !== null) {
$this->ExpireTime = $param["ExpireTime"];
}
if (array_key_exists("CPTId",$param) and $param["CPTId"] !== null) {
$this->CPTId = $param["CPTId"];
}
if (array_key_exists("Signature",$param) and $param["Signature"] !== null) {
$this->Signature = $param["Signature"];
}
if (array_key_exists("MetaDigest",$param) and $param["MetaDigest"] !== null) {
$this->MetaDigest = $param["MetaDigest"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CredentialState.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CredentialState.php | Apache-2.0 |
function __construct()
{
} | @param string $Did DID标识
@param ChainTransaction $Transaction 链上交易信息
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CreateTDidByHostResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CreateTDidByHostResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Did",$param) and $param["Did"] !== null) {
$this->Did = $param["Did"];
}
if (array_key_exists("Transaction",$param) and $param["Transaction"] !== null) {
$this->Transaction = new ChainTransaction();
$this->Transaction->deserialize($param["Transaction"]);
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CreateTDidByHostResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CreateTDidByHostResponse.php | Apache-2.0 |
function __construct()
{
} | @param ResourceCounterData $AppCounter 用户参与应用的统计指标
@param ResourceCounterData $UserCounter 用户创建资源的统计指标
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetAppSummaryResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetAppSummaryResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("AppCounter",$param) and $param["AppCounter"] !== null) {
$this->AppCounter = new ResourceCounterData();
$this->AppCounter->deserialize($param["AppCounter"]);
}
if (array_key_exists("UserCounter",$param) and $param["UserCounter"] !== null) {
$this->UserCounter = new ResourceCounterData();
$this->UserCounter->deserialize($param["UserCounter"]);
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetAppSummaryResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetAppSummaryResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $DAPId DID应用Id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetAppSummaryRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetAppSummaryRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("DAPId",$param) and $param["DAPId"] !== null) {
$this->DAPId = $param["DAPId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetAppSummaryRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetAppSummaryRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $PresentationData 可验证表达内容
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CreatePresentationResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CreatePresentationResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("PresentationData",$param) and $param["PresentationData"] !== null) {
$this->PresentationData = $param["PresentationData"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CreatePresentationResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CreatePresentationResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Did DID标识符
@param string $OperateCredential 设置DID禁用状态的临时凭证内容,通过创建凭证接口(CreateCredential)生成并签名,凭证类型为:OperateCredential, 为安全起见凭证过期时间不适合太长,建议设置为1分钟内
@param integer $DAPId DID应用Id
@param string $Deactivated 是否禁用 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/DeactivateTDidRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/DeactivateTDidRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Did",$param) and $param["Did"] !== null) {
$this->Did = $param["Did"];
}
if (array_key_exists("OperateCredential",$param) and $param["OperateCredential"] !== null) {
$this->OperateCredential = $param["OperateCredential"];
}
if (array_key_exists("DAPId",$param) and $param["DAPId"] !== null) {
$this->DAPId = $param["DAPId"];
}
if (array_key_exists("Deactivated",$param) and $param["Deactivated"] !== null) {
$this->Deactivated = $param["Deactivated"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/DeactivateTDidRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/DeactivateTDidRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $Did did标识
@param ChainTransaction $Transaction 链上交易信息
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CreateTDidByPubKeyResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CreateTDidByPubKeyResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Did",$param) and $param["Did"] !== null) {
$this->Did = $param["Did"];
}
if (array_key_exists("Transaction",$param) and $param["Transaction"] !== null) {
$this->Transaction = new ChainTransaction();
$this->Transaction->deserialize($param["Transaction"]);
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CreateTDidByPubKeyResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CreateTDidByPubKeyResponse.php | Apache-2.0 |
function __construct()
{
} | @param boolean $Result 是否验证成功
@param integer $VerifyCode 验证返回码
@param string $VerifyMessage 验证结果信息
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/VerifyCredentialsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/VerifyCredentialsResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Result",$param) and $param["Result"] !== null) {
$this->Result = $param["Result"];
}
if (array_key_exists("VerifyCode",$param) and $param["VerifyCode"] !== null) {
$this->VerifyCode = $param["VerifyCode"];
}
if (array_key_exists("VerifyMessage",$param) and $param["VerifyMessage"] !== null) {
$this->VerifyMessage = $param["VerifyMessage"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/VerifyCredentialsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/VerifyCredentialsResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Id 凭证唯一id
@param string $Issuer 凭证状态(0:吊销;1:有效)
@param integer $Status 凭证颁发者Did | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CredentialStatusInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CredentialStatusInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Id",$param) and $param["Id"] !== null) {
$this->Id = $param["Id"];
}
if (array_key_exists("Issuer",$param) and $param["Issuer"] !== null) {
$this->Issuer = $param["Issuer"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/CredentialStatusInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/CredentialStatusInfo.php | Apache-2.0 |
function __construct()
{
} | @param string $Document DID文档内容
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidDocumentResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidDocumentResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Document",$param) and $param["Document"] !== null) {
$this->Document = $param["Document"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidDocumentResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidDocumentResponse.php | Apache-2.0 |
function __construct()
{
} | @param boolean $Result 是否验证成功
@param integer $VerifyCode 验证返回码
@param string $VerifyMessage 验证消息
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/VerifyPresentationResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/VerifyPresentationResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Result",$param) and $param["Result"] !== null) {
$this->Result = $param["Result"];
}
if (array_key_exists("VerifyCode",$param) and $param["VerifyCode"] !== null) {
$this->VerifyCode = $param["VerifyCode"];
}
if (array_key_exists("VerifyMessage",$param) and $param["VerifyMessage"] !== null) {
$this->VerifyMessage = $param["VerifyMessage"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/VerifyPresentationResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/VerifyPresentationResponse.php | Apache-2.0 |
function __construct()
{
} | @param boolean $Result 更新是否成功
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/UpdateCredentialStateResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/UpdateCredentialStateResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Result",$param) and $param["Result"] !== null) {
$this->Result = $param["Result"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/UpdateCredentialStateResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/UpdateCredentialStateResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Did DID标识
@param integer $DAPId DID应用Id | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidPubKeyRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidPubKeyRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Did",$param) and $param["Did"] !== null) {
$this->Did = $param["Did"];
}
if (array_key_exists("DAPId",$param) and $param["DAPId"] !== null) {
$this->DAPId = $param["DAPId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetTDidPubKeyRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetTDidPubKeyRequest.php | Apache-2.0 |
function __construct()
{
} | @param ChainTransaction $Transaction 上链交易信息
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/DeactivateTDidResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/DeactivateTDidResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Transaction",$param) and $param["Transaction"] !== null) {
$this->Transaction = new ChainTransaction();
$this->Transaction->deserialize($param["Transaction"]);
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/DeactivateTDidResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/DeactivateTDidResponse.php | Apache-2.0 |
function __construct()
{
} | @param integer $DidCnt DID总数
@param integer $VCCnt VC总数
@param integer $CPTCnt CPT总数
@param integer $VerifyCnt VC验证总数
@param integer $AuthCnt 权威机构数量 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/ResourceCounterData.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/ResourceCounterData.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("DidCnt",$param) and $param["DidCnt"] !== null) {
$this->DidCnt = $param["DidCnt"];
}
if (array_key_exists("VCCnt",$param) and $param["VCCnt"] !== null) {
$this->VCCnt = $param["VCCnt"];
}
if (array_key_exists("CPTCnt",$param) and $param["CPTCnt"] !== null) {
$this->CPTCnt = $param["CPTCnt"];
}
if (array_key_exists("VerifyCnt",$param) and $param["VerifyCnt"] !== null) {
$this->VerifyCnt = $param["VerifyCnt"];
}
if (array_key_exists("AuthCnt",$param) and $param["AuthCnt"] !== null) {
$this->AuthCnt = $param["AuthCnt"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/ResourceCounterData.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/ResourceCounterData.php | Apache-2.0 |
function __construct()
{
} | @param CredentialState $CredentialState 凭证状态信息
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetCredentialStateResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetCredentialStateResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("CredentialState",$param) and $param["CredentialState"] !== null) {
$this->CredentialState = new CredentialState();
$this->CredentialState->deserialize($param["CredentialState"]);
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/GetCredentialStateResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/GetCredentialStateResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $TransactionHash 交易哈希 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/ChainTransaction.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/ChainTransaction.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("TransactionHash",$param) and $param["TransactionHash"] !== null) {
$this->TransactionHash = $param["TransactionHash"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/ChainTransaction.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/ChainTransaction.php | Apache-2.0 |
function __construct()
{
} | @param string $Did DID标识
@param integer $DAPId DID应用id
@param string $Name 权威机构名称 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/QueryAuthorityInfoRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/QueryAuthorityInfoRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Did",$param) and $param["Did"] !== null) {
$this->Did = $param["Did"];
}
if (array_key_exists("DAPId",$param) and $param["DAPId"] !== null) {
$this->DAPId = $param["DAPId"];
}
if (array_key_exists("Name",$param) and $param["Name"] !== null) {
$this->Name = $param["Name"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Tdid/V20210519/Models/QueryAuthorityInfoRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Tdid/V20210519/Models/QueryAuthorityInfoRequest.php | Apache-2.0 |
function __construct($credential, $region, $profile=null)
{
parent::__construct($this->endpoint, $this->version, $credential, $region, $profile);
} | @param Credential $credential
@param string $region
@param ClientProfile|null $profile
@throws TencentCloudSDKException | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/KmsClient.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/KmsClient.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/ImportKeyMaterialResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/ImportKeyMaterialResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/ImportKeyMaterialResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/ImportKeyMaterialResponse.php | Apache-2.0 |
function __construct()
{
} | @param array $KeyIds 需要批量启用的CMK Id 列表, CMK数量最大支持100 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/EnableKeysRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/EnableKeysRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("KeyIds",$param) and $param["KeyIds"] !== null) {
$this->KeyIds = $param["KeyIds"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/EnableKeysRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/EnableKeysRequest.php | Apache-2.0 |
function __construct()
{
} | @param array $Regions 可用region列表
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/GetRegionsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/GetRegionsResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Regions",$param) and $param["Regions"] !== null) {
$this->Regions = $param["Regions"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/GetRegionsResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/GetRegionsResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $KeyId 白盒密钥的全局唯一标识符
@param string $Alias 作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字. 不可重复
@param integer $CreatorUin 创建者
@param string $Description 密钥的描述信息
@param integer $CreateTime 密钥创建时间,Unix时间戳
@param string $Status 白盒密钥的状态, 取值为:Enabled | Disabled
@param integer $OwnerUin 创建者
@param string $Algorithm 密钥所用的算法类型
@param string $EncryptKey 白盒加密密钥,base64编码
@param string $DecryptKey 白盒解密密钥,base64编码
@param string $ResourceId 资源ID,格式:creatorUin/$creatorUin/$keyId
@param boolean $DeviceFingerprintBind 是否有设备指纹与当前密钥绑定 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/WhiteboxKeyInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/WhiteboxKeyInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("KeyId",$param) and $param["KeyId"] !== null) {
$this->KeyId = $param["KeyId"];
}
if (array_key_exists("Alias",$param) and $param["Alias"] !== null) {
$this->Alias = $param["Alias"];
}
if (array_key_exists("CreatorUin",$param) and $param["CreatorUin"] !== null) {
$this->CreatorUin = $param["CreatorUin"];
}
if (array_key_exists("Description",$param) and $param["Description"] !== null) {
$this->Description = $param["Description"];
}
if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) {
$this->CreateTime = $param["CreateTime"];
}
if (array_key_exists("Status",$param) and $param["Status"] !== null) {
$this->Status = $param["Status"];
}
if (array_key_exists("OwnerUin",$param) and $param["OwnerUin"] !== null) {
$this->OwnerUin = $param["OwnerUin"];
}
if (array_key_exists("Algorithm",$param) and $param["Algorithm"] !== null) {
$this->Algorithm = $param["Algorithm"];
}
if (array_key_exists("EncryptKey",$param) and $param["EncryptKey"] !== null) {
$this->EncryptKey = $param["EncryptKey"];
}
if (array_key_exists("DecryptKey",$param) and $param["DecryptKey"] !== null) {
$this->DecryptKey = $param["DecryptKey"];
}
if (array_key_exists("ResourceId",$param) and $param["ResourceId"] !== null) {
$this->ResourceId = $param["ResourceId"];
}
if (array_key_exists("DeviceFingerprintBind",$param) and $param["DeviceFingerprintBind"] !== null) {
$this->DeviceFingerprintBind = $param["DeviceFingerprintBind"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/WhiteboxKeyInfo.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/WhiteboxKeyInfo.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("KeyId",$param) and $param["KeyId"] !== null) {
$this->KeyId = $param["KeyId"];
}
if (array_key_exists("Plaintext",$param) and $param["Plaintext"] !== null) {
$this->Plaintext = $param["Plaintext"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/DecryptResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/DecryptResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $KeyId 白盒密钥的全局唯一标识符 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/DisableWhiteBoxKeyRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/DisableWhiteBoxKeyRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("KeyId",$param) and $param["KeyId"] !== null) {
$this->KeyId = $param["KeyId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/DisableWhiteBoxKeyRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/DisableWhiteBoxKeyRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $KeyId CMK的全局唯一标识。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/Key.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/Key.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("KeyId",$param) and $param["KeyId"] !== null) {
$this->KeyId = $param["KeyId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/Key.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/Key.php | Apache-2.0 |
function __construct()
{
} | @param array $KeyIds 需要批量禁用的CMK Id 列表,CMK数量最大支持100 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/DisableKeysRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/DisableKeysRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("KeyIds",$param) and $param["KeyIds"] !== null) {
$this->KeyIds = $param["KeyIds"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/DisableKeysRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/DisableKeysRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/EnableKeyResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/EnableKeyResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/EnableKeyResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/EnableKeyResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/EnableKeyRotationResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/EnableKeyRotationResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/EnableKeyRotationResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/EnableKeyRotationResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/DisableKeysResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/DisableKeysResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/DisableKeysResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/DisableKeysResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $Plaintext 生成的随机数的明文,该明文使用base64编码,用户需要使用base64解码得到明文。
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/GenerateRandomResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/GenerateRandomResponse.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("Plaintext",$param) and $param["Plaintext"] !== null) {
$this->Plaintext = $param["Plaintext"];
}
if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
$this->RequestId = $param["RequestId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/GenerateRandomResponse.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/GenerateRandomResponse.php | Apache-2.0 |
function __construct()
{
} | @param string $KeyId CMK的唯一标识
@param string $Ciphertext 使用PublicKey加密的密文,Base64编码
@param string $Algorithm 在使用公钥加密时对应的算法:当前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/AsymmetricRsaDecryptRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/AsymmetricRsaDecryptRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("KeyId",$param) and $param["KeyId"] !== null) {
$this->KeyId = $param["KeyId"];
}
if (array_key_exists("Ciphertext",$param) and $param["Ciphertext"] !== null) {
$this->Ciphertext = $param["Ciphertext"];
}
if (array_key_exists("Algorithm",$param) and $param["Algorithm"] !== null) {
$this->Algorithm = $param["Algorithm"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/AsymmetricRsaDecryptRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/AsymmetricRsaDecryptRequest.php | Apache-2.0 |
function __construct()
{
} | @param string $KeyId 需要被取消删除的CMK的唯一标志 | __construct | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/CancelKeyDeletionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/CancelKeyDeletionRequest.php | Apache-2.0 |
public function deserialize($param)
{
if ($param === null) {
return;
}
if (array_key_exists("KeyId",$param) and $param["KeyId"] !== null) {
$this->KeyId = $param["KeyId"];
}
} | For internal only. DO NOT USE IT. | deserialize | php | TencentCloud/tencentcloud-sdk-php | src/TencentCloud/Kms/V20190118/Models/CancelKeyDeletionRequest.php | https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Kms/V20190118/Models/CancelKeyDeletionRequest.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.