public class UpdateOrganizationIdentityRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateOrganizationIdentityRequest() |
UpdateOrganizationIdentityRequest(UpdateOrganizationIdentityRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 身份描述。
|
Long |
getIdentityId()
Get 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
IdentityPolicy[] |
getIdentityPolicy()
Get 身份策略。
|
void |
setDescription(String Description)
Set 身份描述。
|
void |
setIdentityId(Long IdentityId)
Set 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
void |
setIdentityPolicy(IdentityPolicy[] IdentityPolicy)
Set 身份策略。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateOrganizationIdentityRequest()
public UpdateOrganizationIdentityRequest(UpdateOrganizationIdentityRequest source)
public Long getIdentityId()
public void setIdentityId(Long IdentityId)
IdentityId
- 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取public String getDescription()
public void setDescription(String Description)
Description
- 身份描述。public IdentityPolicy[] getIdentityPolicy()
public void setIdentityPolicy(IdentityPolicy[] IdentityPolicy)
IdentityPolicy
- 身份策略。Copyright © 2024. All rights reserved.