public static final class ModifyCloudVendorAccountAKResponseBody.Data.Builder extends Object
public ModifyCloudVendorAccountAKResponseBody.Data.Builder akType(String akType)
The type of the account to which the AccessKey pair belongs. Valid values:
sub
public ModifyCloudVendorAccountAKResponseBody.Data.Builder authId(Long authId)
The unique ID of the AccessKey pair.
example:2158
public ModifyCloudVendorAccountAKResponseBody.Data.Builder authModules(List<ModifyCloudVendorAccountAKResponseBody.AuthModules> authModules)
The modules that are associated with the AccessKey pair.
public ModifyCloudVendorAccountAKResponseBody.Data.Builder ctdrCloudUserId(String ctdrCloudUserId)
Account ID.
example:The account ID of the cloud provider being connected.
azure_demo_1
public ModifyCloudVendorAccountAKResponseBody.Data.Builder message(String message)
The error message of the AccessKey pair.
example:The IAM user is forbidden in the currently selected region
public ModifyCloudVendorAccountAKResponseBody.Data.Builder secretId(String secretId)
The AccessKey ID.
example:If AkType is set to primary, the value of SecretId is AccessKey ID of the third-party master account. If AkType is set to sub, the value of SecretId is the AccessKey ID of the third-party sub-account. This parameter value does not change for a Microsoft Azure account. For an Azure account, this parameter value is the app ID that is used for authentication.
AE6SLd****
public ModifyCloudVendorAccountAKResponseBody.Data.Builder serviceStatus(Integer serviceStatus)
The service status of the AccessKey pair. Valid values:
0
public ModifyCloudVendorAccountAKResponseBody.Data.Builder status(Integer status)
The status of the AccessKey pair. Valid values:
0
public ModifyCloudVendorAccountAKResponseBody.Data.Builder vendor(String vendor)
The type of the cloud asset. Valid values:
Tencent
public ModifyCloudVendorAccountAKResponseBody.Data.Builder vendorAuthAlias(String vendorAuthAlias)
The name of the AccessKey pair.
example:The account information of the third-party cloud servers.
test
public ModifyCloudVendorAccountAKResponseBody.Data build()
Copyright © 2026. All rights reserved.