public class OrgIdentity extends AbstractModel
Constructor and Description |
---|
OrgIdentity() |
OrgIdentity(OrgIdentity 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 Description.
|
String |
getIdentityAliasName()
Get Identity name.
|
Long |
getIdentityId()
Get Identity ID.
|
IdentityPolicy[] |
getIdentityPolicy()
Get Identity policy.
|
Long |
getIdentityType()
Get Identity type.
|
String |
getUpdateTime()
Get Update time.
|
void |
setDescription(String Description)
Set Description.
|
void |
setIdentityAliasName(String IdentityAliasName)
Set Identity name.
|
void |
setIdentityId(Long IdentityId)
Set Identity ID.
|
void |
setIdentityPolicy(IdentityPolicy[] IdentityPolicy)
Set Identity policy.
|
void |
setIdentityType(Long IdentityType)
Set Identity type.
|
void |
setUpdateTime(String UpdateTime)
Set Update time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OrgIdentity()
public OrgIdentity(OrgIdentity source)
public Long getIdentityId()
public void setIdentityId(Long IdentityId)
IdentityId
- Identity ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getIdentityAliasName()
public void setIdentityAliasName(String IdentityAliasName)
IdentityAliasName
- Identity name.
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Description.
Note: This field may return null, indicating that no valid values can be obtained.public IdentityPolicy[] getIdentityPolicy()
public void setIdentityPolicy(IdentityPolicy[] IdentityPolicy)
IdentityPolicy
- Identity policy.
Note: This field may return null, indicating that no valid values can be obtained.public Long getIdentityType()
public void setIdentityType(Long IdentityType)
IdentityType
- Identity type. Valid values: `1` (preset); `2` (custom).
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update time.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.