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.
6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 |
# File 'lib/v20210331/models.rb', line 6921 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
单位:秒。
6919 6920 6921 |
# File 'lib/v20210331/models.rb', line 6919 def CreateTime @CreateTime end |
#Description ⇒ Object
单位:秒。
6919 6920 6921 |
# File 'lib/v20210331/models.rb', line 6919 def Description @Description end |
#IsSelected ⇒ Object
单位:秒。
6919 6920 6921 |
# File 'lib/v20210331/models.rb', line 6919 def IsSelected @IsSelected end |
#RelayState ⇒ Object
单位:秒。
6919 6920 6921 |
# File 'lib/v20210331/models.rb', line 6919 def RelayState @RelayState end |
#RoleConfigurationId ⇒ Object
单位:秒。
6919 6920 6921 |
# File 'lib/v20210331/models.rb', line 6919 def RoleConfigurationId @RoleConfigurationId end |
#RoleConfigurationName ⇒ Object
单位:秒。
6919 6920 6921 |
# File 'lib/v20210331/models.rb', line 6919 def RoleConfigurationName @RoleConfigurationName end |
#SessionDuration ⇒ Object
单位:秒。
6919 6920 6921 |
# File 'lib/v20210331/models.rb', line 6919 def SessionDuration @SessionDuration end |
#UpdateTime ⇒ Object
单位:秒。
6919 6920 6921 |
# File 'lib/v20210331/models.rb', line 6919 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 |
# File 'lib/v20210331/models.rb', line 6932 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 |