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 新的权限配置描述。 长度:最大 1024 个字符。
|
String |
getNewRelayState()
Get 新的初始访问页面。 CIC 用户使用权限配置访问集团账号目标账号时,初始访问的页面地址。 该页面必须是腾讯云控制台页面。
|
Long |
getNewSessionDuration()
Get 新的会话持续时间。 CIC 用户使用权限配置访问集团账号目标账号时,会话最多保持的时间。 单位:秒。 取值范围:900-43200(15 分钟-12 小时)。
|
String |
getRoleConfigurationId()
Get 权限配置 ID
|
String |
getZoneId()
Get 空间 ID
|
void |
setNewDescription(String NewDescription)
Set 新的权限配置描述。 长度:最大 1024 个字符。
|
void |
setNewRelayState(String NewRelayState)
Set 新的初始访问页面。 CIC 用户使用权限配置访问集团账号目标账号时,初始访问的页面地址。 该页面必须是腾讯云控制台页面。
|
void |
setNewSessionDuration(Long NewSessionDuration)
Set 新的会话持续时间。 CIC 用户使用权限配置访问集团账号目标账号时,会话最多保持的时间。 单位:秒。 取值范围:900-43200(15 分钟-12 小时)。
|
void |
setRoleConfigurationId(String RoleConfigurationId)
Set 权限配置 ID
|
void |
setZoneId(String ZoneId)
Set 空间 ID
|
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 UpdateRoleConfigurationRequest()
public UpdateRoleConfigurationRequest(UpdateRoleConfigurationRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 空间 IDpublic String getRoleConfigurationId()
public void setRoleConfigurationId(String RoleConfigurationId)
RoleConfigurationId
- 权限配置 IDpublic String getNewDescription()
public void setNewDescription(String NewDescription)
NewDescription
- 新的权限配置描述。 长度:最大 1024 个字符。public Long getNewSessionDuration()
public void setNewSessionDuration(Long NewSessionDuration)
NewSessionDuration
- 新的会话持续时间。 CIC 用户使用权限配置访问集团账号目标账号时,会话最多保持的时间。 单位:秒。 取值范围:900-43200(15 分钟-12 小时)。public String getNewRelayState()
public void setNewRelayState(String NewRelayState)
NewRelayState
- 新的初始访问页面。 CIC 用户使用权限配置访问集团账号目标账号时,初始访问的页面地址。 该页面必须是腾讯云控制台页面。Copyright © 2024. All rights reserved.