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.
1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 |
# File 'lib/v20190116/models.rb', line 1981 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
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def AuthorizationEndpoint @AuthorizationEndpoint end |
#ClientId ⇒ Object
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def ClientId @ClientId end |
#Description ⇒ Object
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def Description @Description end |
#IdentityKey ⇒ Object
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def IdentityKey @IdentityKey end |
#IdentityUrl ⇒ Object
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def IdentityUrl @IdentityUrl end |
#MappingFiled ⇒ Object
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def MappingFiled @MappingFiled end |
#ProviderType ⇒ Object
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def ProviderType @ProviderType end |
#RequestId ⇒ Object
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def RequestId @RequestId end |
#ResponseMode ⇒ Object
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def ResponseMode @ResponseMode end |
#ResponseType ⇒ Object
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def ResponseType @ResponseType end |
#Scope ⇒ Object
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def Scope @Scope end |
#Status ⇒ Object
1979 1980 1981 |
# File 'lib/v20190116/models.rb', line 1979 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 |
# File 'lib/v20190116/models.rb', line 1996 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 |