public class ServiceAccount extends AbstractModel
header, skipSign
Constructor and Description |
---|
ServiceAccount() |
ServiceAccount(ServiceAccount 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 |
getCreateTime()
Get Creation time
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getDescription()
Get Description
Note: This field may return `null`, indicating that no valid values can be obtained.
|
Boolean |
getDisable()
Get Whether to disable
Note: This field may return `null`, indicating that no valid values can be obtained.
|
Long |
getExpiresAt()
Get Expiry time
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getName()
Get Service account name
Note: This field may return `null`, indicating that no valid values can be obtained.
|
Permission[] |
getPermissions()
Get Policy
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getUpdateTime()
Get Update time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation time
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setDescription(String Description)
Set Description
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setDisable(Boolean Disable)
Set Whether to disable
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setExpiresAt(Long ExpiresAt)
Set Expiry time
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Service account name
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setPermissions(Permission[] Permissions)
Set Policy
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setUpdateTime(String UpdateTime)
Set Update time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ServiceAccount()
public ServiceAccount(ServiceAccount source)
public String getName()
public void setName(String Name)
Name
- Service account 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 Boolean getDisable()
public void setDisable(Boolean Disable)
Disable
- Whether to disable
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getExpiresAt()
public void setExpiresAt(Long ExpiresAt)
ExpiresAt
- Expiry time
Note: This field may return `null`, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time
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.public Permission[] getPermissions()
public void setPermissions(Permission[] Permissions)
Permissions
- Policy
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.