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.
1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 |
# File 'lib/v20190116/models.rb', line 1690 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
1688 1689 1690 |
# File 'lib/v20190116/models.rb', line 1688 def ClientId @ClientId end |
#Description ⇒ Object
1688 1689 1690 |
# File 'lib/v20190116/models.rb', line 1688 def Description @Description end |
#IdentityKey ⇒ Object
1688 1689 1690 |
# File 'lib/v20190116/models.rb', line 1688 def IdentityKey @IdentityKey end |
#IdentityUrl ⇒ Object
1688 1689 1690 |
# File 'lib/v20190116/models.rb', line 1688 def IdentityUrl @IdentityUrl end |
#Name ⇒ Object
1688 1689 1690 |
# File 'lib/v20190116/models.rb', line 1688 def Name @Name end |
#ProviderType ⇒ Object
1688 1689 1690 |
# File 'lib/v20190116/models.rb', line 1688 def ProviderType @ProviderType end |
#RequestId ⇒ Object
1688 1689 1690 |
# File 'lib/v20190116/models.rb', line 1688 def RequestId @RequestId end |
#Status ⇒ Object
1688 1689 1690 |
# File 'lib/v20190116/models.rb', line 1688 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'lib/v20190116/models.rb', line 1701 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 |