Class: TencentCloud::Cam::V20190116::DescribeUserOIDCConfigResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190116/models.rb

Overview

DescribeUserOIDCConfig返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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, authorizationendpoint=nil, scope=nil, responsetype=nil, responsemode=nil, mappingfiled=nil, description=nil, requestid=nil)
  @ProviderType = providertype
  @IdentityUrl = identityurl
  @IdentityKey = identitykey
  @ClientId = clientid
  @Status = status
  @AuthorizationEndpoint = authorizationendpoint
  @Scope = scope
  @ResponseType = responsetype
  @ResponseMode = responsemode
  @MappingFiled = mappingfiled
  @Description = description
  @RequestId = requestid
end

Instance Attribute Details

#AuthorizationEndpointObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1979
1980
1981
# File 'lib/v20190116/models.rb', line 1979

def AuthorizationEndpoint
  @AuthorizationEndpoint
end

#ClientIdObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1979
1980
1981
# File 'lib/v20190116/models.rb', line 1979

def ClientId
  @ClientId
end

#DescriptionObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1979
1980
1981
# File 'lib/v20190116/models.rb', line 1979

def Description
  @Description
end

#IdentityKeyObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1979
1980
1981
# File 'lib/v20190116/models.rb', line 1979

def IdentityKey
  @IdentityKey
end

#IdentityUrlObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1979
1980
1981
# File 'lib/v20190116/models.rb', line 1979

def IdentityUrl
  @IdentityUrl
end

#MappingFiledObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1979
1980
1981
# File 'lib/v20190116/models.rb', line 1979

def MappingFiled
  @MappingFiled
end

#ProviderTypeObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1979
1980
1981
# File 'lib/v20190116/models.rb', line 1979

def ProviderType
  @ProviderType
end

#RequestIdObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1979
1980
1981
# File 'lib/v20190116/models.rb', line 1979

def RequestId
  @RequestId
end

#ResponseModeObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1979
1980
1981
# File 'lib/v20190116/models.rb', line 1979

def ResponseMode
  @ResponseMode
end

#ResponseTypeObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1979
1980
1981
# File 'lib/v20190116/models.rb', line 1979

def ResponseType
  @ResponseType
end

#ScopeObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1979
1980
1981
# File 'lib/v20190116/models.rb', line 1979

def Scope
  @Scope
end

#StatusObject

Parameters:

  • ProviderType:

    身份提供商类型。 12:用户OIDC身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

    状态:0:未设置,11:已开启,2:已禁用

  • AuthorizationEndpoint:

    授权请求Endpoint

  • Scope:

    授权请求Scope

  • ResponseType:

    授权请求Response type

  • ResponseMode:

    授权请求Response mode

  • MappingFiled:

    映射字段名称

  • Description:

    描述

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



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