Class: TencentCloud::Cam::V20190116::UpdateOIDCConfigRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::UpdateOIDCConfigRequest
- Defined in:
- lib/v20190116/models.rb
Overview
UpdateOIDCConfig请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(identityurl = nil, clientid = nil, name = nil, identitykey = nil, description = nil) ⇒ UpdateOIDCConfigRequest
constructor
A new instance of UpdateOIDCConfigRequest.
Constructor Details
#initialize(identityurl = nil, clientid = nil, name = nil, identitykey = nil, description = nil) ⇒ UpdateOIDCConfigRequest
Returns a new instance of UpdateOIDCConfigRequest.
5066 5067 5068 5069 5070 5071 5072 |
# File 'lib/v20190116/models.rb', line 5066 def initialize(identityurl=nil, clientid=nil, name=nil, identitykey=nil, description=nil) @IdentityUrl = identityurl @ClientId = clientid @Name = name @IdentityKey = identitykey @Description = description end |
Instance Attribute Details
#ClientId ⇒ Object
5064 5065 5066 |
# File 'lib/v20190116/models.rb', line 5064 def ClientId @ClientId end |
#Description ⇒ Object
5064 5065 5066 |
# File 'lib/v20190116/models.rb', line 5064 def Description @Description end |
#IdentityKey ⇒ Object
5064 5065 5066 |
# File 'lib/v20190116/models.rb', line 5064 def IdentityKey @IdentityKey end |
#IdentityUrl ⇒ Object
5064 5065 5066 |
# File 'lib/v20190116/models.rb', line 5064 def IdentityUrl @IdentityUrl end |
#Name ⇒ Object
5064 5065 5066 |
# File 'lib/v20190116/models.rb', line 5064 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
5074 5075 5076 5077 5078 5079 5080 |
# File 'lib/v20190116/models.rb', line 5074 def deserialize(params) @IdentityUrl = params['IdentityUrl'] @ClientId = params['ClientId'] @Name = params['Name'] @IdentityKey = params['IdentityKey'] @Description = params['Description'] end |