Class: TencentCloud::Organization::V20210331::RoleConfiguration
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::RoleConfiguration
- Defined in:
- lib/v20210331/models.rb
Overview
CIC权限配置
Instance Attribute Summary collapse
-
#CreateTime ⇒ Object
单位:秒。.
-
#Description ⇒ Object
单位:秒。.
-
#IsSelected ⇒ Object
单位:秒。.
-
#RelayState ⇒ Object
单位:秒。.
-
#RoleConfigurationId ⇒ Object
单位:秒。.
-
#RoleConfigurationName ⇒ Object
单位:秒。.
-
#SessionDuration ⇒ Object
单位:秒。.
-
#UpdateTime ⇒ Object
单位:秒。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(roleconfigurationid = nil, roleconfigurationname = nil, description = nil, sessionduration = nil, relaystate = nil, createtime = nil, updatetime = nil, isselected = nil) ⇒ RoleConfiguration
constructor
A new instance of RoleConfiguration.
Constructor Details
#initialize(roleconfigurationid = nil, roleconfigurationname = nil, description = nil, sessionduration = nil, relaystate = nil, createtime = nil, updatetime = nil, isselected = nil) ⇒ RoleConfiguration
Returns a new instance of RoleConfiguration.
7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 |
# File 'lib/v20210331/models.rb', line 7138 def initialize(roleconfigurationid=nil, roleconfigurationname=nil, description=nil, sessionduration=nil, relaystate=nil, createtime=nil, updatetime=nil, isselected=nil) @RoleConfigurationId = roleconfigurationid @RoleConfigurationName = roleconfigurationname @Description = description @SessionDuration = sessionduration @RelayState = relaystate @CreateTime = createtime @UpdateTime = updatetime @IsSelected = isselected end |
Instance Attribute Details
#CreateTime ⇒ Object
单位:秒。
7136 7137 7138 |
# File 'lib/v20210331/models.rb', line 7136 def CreateTime @CreateTime end |
#Description ⇒ Object
单位:秒。
7136 7137 7138 |
# File 'lib/v20210331/models.rb', line 7136 def Description @Description end |
#IsSelected ⇒ Object
单位:秒。
7136 7137 7138 |
# File 'lib/v20210331/models.rb', line 7136 def IsSelected @IsSelected end |
#RelayState ⇒ Object
单位:秒。
7136 7137 7138 |
# File 'lib/v20210331/models.rb', line 7136 def RelayState @RelayState end |
#RoleConfigurationId ⇒ Object
单位:秒。
7136 7137 7138 |
# File 'lib/v20210331/models.rb', line 7136 def RoleConfigurationId @RoleConfigurationId end |
#RoleConfigurationName ⇒ Object
单位:秒。
7136 7137 7138 |
# File 'lib/v20210331/models.rb', line 7136 def RoleConfigurationName @RoleConfigurationName end |
#SessionDuration ⇒ Object
单位:秒。
7136 7137 7138 |
# File 'lib/v20210331/models.rb', line 7136 def SessionDuration @SessionDuration end |
#UpdateTime ⇒ Object
单位:秒。
7136 7137 7138 |
# File 'lib/v20210331/models.rb', line 7136 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 |
# File 'lib/v20210331/models.rb', line 7149 def deserialize(params) @RoleConfigurationId = params['RoleConfigurationId'] @RoleConfigurationName = params['RoleConfigurationName'] @Description = params['Description'] @SessionDuration = params['SessionDuration'] @RelayState = params['RelayState'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @IsSelected = params['IsSelected'] end |