Class: TencentCloud::Cam::V20190116::DescribeOIDCConfigResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::DescribeOIDCConfigResponse
- Defined in:
- lib/v20190116/models.rb
Overview
DescribeOIDCConfig返回参数结构体
Instance Attribute Summary collapse
- #ClientId ⇒ Object
- #Description ⇒ Object
- #IdentityKey ⇒ Object
- #IdentityUrl ⇒ Object
- #Name ⇒ Object
- #ProviderType ⇒ Object
- #RequestId ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(providertype = nil, identityurl = nil, identitykey = nil, clientid = nil, status = nil, description = nil, name = nil, requestid = nil) ⇒ DescribeOIDCConfigResponse
constructor
A new instance of DescribeOIDCConfigResponse.
Constructor Details
#initialize(providertype = nil, identityurl = nil, identitykey = nil, clientid = nil, status = nil, description = nil, name = nil, requestid = nil) ⇒ DescribeOIDCConfigResponse
Returns a new instance of DescribeOIDCConfigResponse.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 |
# File 'lib/v20190116/models.rb', line 1654 def initialize(providertype=nil, identityurl=nil, identitykey=nil, clientid=nil, status=nil, description=nil, name=nil, requestid=nil) @ProviderType = providertype @IdentityUrl = identityurl @IdentityKey = identitykey @ClientId = clientid @Status = status @Description = description @Name = name @RequestId = requestid end |
Instance Attribute Details
#ClientId ⇒ Object
1652 1653 1654 |
# File 'lib/v20190116/models.rb', line 1652 def ClientId @ClientId end |
#Description ⇒ Object
1652 1653 1654 |
# File 'lib/v20190116/models.rb', line 1652 def Description @Description end |
#IdentityKey ⇒ Object
1652 1653 1654 |
# File 'lib/v20190116/models.rb', line 1652 def IdentityKey @IdentityKey end |
#IdentityUrl ⇒ Object
1652 1653 1654 |
# File 'lib/v20190116/models.rb', line 1652 def IdentityUrl @IdentityUrl end |
#Name ⇒ Object
1652 1653 1654 |
# File 'lib/v20190116/models.rb', line 1652 def Name @Name end |
#ProviderType ⇒ Object
1652 1653 1654 |
# File 'lib/v20190116/models.rb', line 1652 def ProviderType @ProviderType end |
#RequestId ⇒ Object
1652 1653 1654 |
# File 'lib/v20190116/models.rb', line 1652 def RequestId @RequestId end |
#Status ⇒ Object
1652 1653 1654 |
# File 'lib/v20190116/models.rb', line 1652 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 |
# File 'lib/v20190116/models.rb', line 1665 def deserialize(params) @ProviderType = params['ProviderType'] @IdentityUrl = params['IdentityUrl'] @IdentityKey = params['IdentityKey'] @ClientId = params['ClientId'] @Status = params['Status'] @Description = params['Description'] @Name = params['Name'] @RequestId = params['RequestId'] end |