public class RoleConfiguration extends AbstractModel
header, skipSign
Constructor and Description |
---|
RoleConfiguration() |
RoleConfiguration(RoleConfiguration 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 of the permission configuration.
|
String |
getDescription()
Get Permission configuration description.
|
Boolean |
getIsSelected()
Get If the input parameter FilterTargets is provided, check whether the member account has been configured with permissions.
|
String |
getRelayState()
Get Initial access page.
|
String |
getRoleConfigurationId()
Get Permission configuration ID.
|
String |
getRoleConfigurationName()
Get Permission configuration name.
|
Long |
getSessionDuration()
Get Session duration.
|
String |
getUpdateTime()
Get Update time of the permission configuration.
|
void |
setCreateTime(String CreateTime)
Set Creation time of the permission configuration.
|
void |
setDescription(String Description)
Set Permission configuration description.
|
void |
setIsSelected(Boolean IsSelected)
Set If the input parameter FilterTargets is provided, check whether the member account has been configured with permissions.
|
void |
setRelayState(String RelayState)
Set Initial access page.
|
void |
setRoleConfigurationId(String RoleConfigurationId)
Set Permission configuration ID.
|
void |
setRoleConfigurationName(String RoleConfigurationName)
Set Permission configuration name.
|
void |
setSessionDuration(Long SessionDuration)
Set Session duration.
|
void |
setUpdateTime(String UpdateTime)
Set Update time of the permission configuration.
|
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 RoleConfiguration()
public RoleConfiguration(RoleConfiguration source)
public String getRoleConfigurationId()
public void setRoleConfigurationId(String RoleConfigurationId)
RoleConfigurationId
- Permission configuration ID.public String getRoleConfigurationName()
public void setRoleConfigurationName(String RoleConfigurationName)
RoleConfigurationName
- Permission configuration name.public String getDescription()
public void setDescription(String Description)
Description
- Permission configuration description.public Long getSessionDuration()
public void setSessionDuration(Long SessionDuration)
SessionDuration
- Session duration. It indicates the maximum session duration when CIC users use the access configuration to access member accounts.
Unit: seconds.public String getRelayState()
public void setRelayState(String RelayState)
RelayState
- Initial access page. It indicates the initial access page URL when CIC users use the access configuration to access member accounts.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of the permission configuration.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update time of the permission configuration.public Boolean getIsSelected()
public void setIsSelected(Boolean IsSelected)
IsSelected
- If the input parameter FilterTargets is provided, check whether the member account has been configured with permissions. If configured, return true; otherwise, return false.Copyright © 2024. All rights reserved.