Class: TencentCloud::Cam::V20190116::DescribeUserOIDCConfigResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::DescribeUserOIDCConfigResponse
- Defined in:
- lib/v20190116/models.rb
Overview
DescribeUserOIDCConfig返回参数结构体
Instance Attribute Summary collapse
- #AuthorizationEndpoint ⇒ Object
- #ClientId ⇒ Object
- #Description ⇒ Object
- #IdentityKey ⇒ Object
- #IdentityUrl ⇒ Object
- #MappingFiled ⇒ Object
- #ProviderType ⇒ Object
- #RequestId ⇒ Object
- #ResponseMode ⇒ Object
- #ResponseType ⇒ Object
- #Scope ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(providertype = nil, identityurl = nil, identitykey = nil, clientid = nil, status = nil, authorizationendpoint = nil, scope = nil, responsetype = nil, responsemode = nil, mappingfiled = nil, description = nil, requestid = nil) ⇒ DescribeUserOIDCConfigResponse
constructor
A new instance of DescribeUserOIDCConfigResponse.
Constructor Details
#initialize(providertype = nil, identityurl = nil, identitykey = nil, clientid = nil, status = nil, authorizationendpoint = nil, scope = nil, responsetype = nil, responsemode = nil, mappingfiled = nil, description = nil, requestid = nil) ⇒ DescribeUserOIDCConfigResponse
Returns a new instance of DescribeUserOIDCConfigResponse.
2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 |
# File 'lib/v20190116/models.rb', line 2015 def initialize(providertype=nil, identityurl=nil, identitykey=nil, clientid=nil, status=nil, =nil, scope=nil, responsetype=nil, responsemode=nil, mappingfiled=nil, description=nil, requestid=nil) @ProviderType = providertype @IdentityUrl = identityurl @IdentityKey = identitykey @ClientId = clientid @Status = status @AuthorizationEndpoint = @Scope = scope @ResponseType = responsetype @ResponseMode = responsemode @MappingFiled = mappingfiled @Description = description @RequestId = requestid end |
Instance Attribute Details
#AuthorizationEndpoint ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def AuthorizationEndpoint @AuthorizationEndpoint end |
#ClientId ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def ClientId @ClientId end |
#Description ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def Description @Description end |
#IdentityKey ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def IdentityKey @IdentityKey end |
#IdentityUrl ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def IdentityUrl @IdentityUrl end |
#MappingFiled ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def MappingFiled @MappingFiled end |
#ProviderType ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def ProviderType @ProviderType end |
#RequestId ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def RequestId @RequestId end |
#ResponseMode ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def ResponseMode @ResponseMode end |
#ResponseType ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def ResponseType @ResponseType end |
#Scope ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def Scope @Scope end |
#Status ⇒ Object
2013 2014 2015 |
# File 'lib/v20190116/models.rb', line 2013 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 |
# File 'lib/v20190116/models.rb', line 2030 def deserialize(params) @ProviderType = params['ProviderType'] @IdentityUrl = params['IdentityUrl'] @IdentityKey = params['IdentityKey'] @ClientId = params['ClientId'] @Status = params['Status'] @AuthorizationEndpoint = params['AuthorizationEndpoint'] @Scope = params['Scope'] @ResponseType = params['ResponseType'] @ResponseMode = params['ResponseMode'] @MappingFiled = params['MappingFiled'] @Description = params['Description'] @RequestId = params['RequestId'] end |