public class UpdateRoleConfigurationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateRoleConfigurationRequest() |
UpdateRoleConfigurationRequest(UpdateRoleConfigurationRequest 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 |
getNewDescription()
Get Description of new access configuration, which contains up to 1024 characters.
|
String |
getNewRelayState()
Get New initial access page.
|
Long |
getNewSessionDuration()
Get New session duration.
|
String |
getRoleConfigurationId()
Get Permission configuration ID.
|
String |
getZoneId()
Get Space ID.
|
void |
setNewDescription(String NewDescription)
Set Description of new access configuration, which contains up to 1024 characters.
|
void |
setNewRelayState(String NewRelayState)
Set New initial access page.
|
void |
setNewSessionDuration(Long NewSessionDuration)
Set New session duration.
|
void |
setRoleConfigurationId(String RoleConfigurationId)
Set Permission configuration ID.
|
void |
setZoneId(String ZoneId)
Set Space ID.
|
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 UpdateRoleConfigurationRequest()
public UpdateRoleConfigurationRequest(UpdateRoleConfigurationRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Space ID.public String getRoleConfigurationId()
public void setRoleConfigurationId(String RoleConfigurationId)
RoleConfigurationId
- Permission configuration ID.public String getNewDescription()
public void setNewDescription(String NewDescription)
NewDescription
- Description of new access configuration, which contains up to 1024 characters.public Long getNewSessionDuration()
public void setNewSessionDuration(Long NewSessionDuration)
NewSessionDuration
- New session duration. It indicates the maximum session duration when CIC users use the access configuration to access the target account of the Tencent Cloud Organization. Unit: seconds. Value range: 900-43,200 (15 minutes to 12 hours).public String getNewRelayState()
public void setNewRelayState(String NewRelayState)
NewRelayState
- New initial access page. It indicates the initial access page URL when CIC users use the access configuration to access the target account of the Tencent Cloud Organization. This page must be the Tencent Cloud console page.Copyright © 2024. All rights reserved.