public class CreateRoleConfigurationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateRoleConfigurationRequest() |
CreateRoleConfigurationRequest(CreateRoleConfigurationRequest 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 Access configuration description, which contains up to 1024 characters.
|
String |
getRelayState()
Get Initial access page.
|
String |
getRoleConfigurationName()
Get Access configuration name, which contains up to 128 characters, including English letters, digits, and hyphens (-).
|
Long |
getSessionDuration()
Get Session duration.
|
String |
getZoneId()
Get Space ID.
|
void |
setDescription(String Description)
Set Access configuration description, which contains up to 1024 characters.
|
void |
setRelayState(String RelayState)
Set Initial access page.
|
void |
setRoleConfigurationName(String RoleConfigurationName)
Set Access configuration name, which contains up to 128 characters, including English letters, digits, and hyphens (-).
|
void |
setSessionDuration(Long SessionDuration)
Set Session duration.
|
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 CreateRoleConfigurationRequest()
public CreateRoleConfigurationRequest(CreateRoleConfigurationRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Space ID.public String getRoleConfigurationName()
public void setRoleConfigurationName(String RoleConfigurationName)
RoleConfigurationName
- Access configuration name, which contains up to 128 characters, including English letters, digits, and hyphens (-).public String getDescription()
public void setDescription(String Description)
Description
- Access configuration description, which contains up to 1024 characters.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 the target account of the Tencent Cloud Organization. Unit: seconds. Value range: 900-43,200 (15 minutes to 12 hours). Default value: 3600 (1 hour).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 the target account of the Tencent Cloud Organization. This page must be the Tencent Cloud console page. The default is null, which indicates navigating to the home page of the Tencent Cloud console.Copyright © 2024. All rights reserved.