Class: TencentCloud::Cam::V20190116::DescribeOIDCConfigResponse

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

Overview

DescribeOIDCConfig返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ClientIdObject

Parameters:

  • ProviderType:

    身份提供商类型 11角色身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

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

  • Description:

    描述

  • Name:

    名称

  • RequestId:

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



1652
1653
1654
# File 'lib/v20190116/models.rb', line 1652

def ClientId
  @ClientId
end

#DescriptionObject

Parameters:

  • ProviderType:

    身份提供商类型 11角色身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

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

  • Description:

    描述

  • Name:

    名称

  • RequestId:

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



1652
1653
1654
# File 'lib/v20190116/models.rb', line 1652

def Description
  @Description
end

#IdentityKeyObject

Parameters:

  • ProviderType:

    身份提供商类型 11角色身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

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

  • Description:

    描述

  • Name:

    名称

  • RequestId:

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



1652
1653
1654
# File 'lib/v20190116/models.rb', line 1652

def IdentityKey
  @IdentityKey
end

#IdentityUrlObject

Parameters:

  • ProviderType:

    身份提供商类型 11角色身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

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

  • Description:

    描述

  • Name:

    名称

  • RequestId:

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



1652
1653
1654
# File 'lib/v20190116/models.rb', line 1652

def IdentityUrl
  @IdentityUrl
end

#NameObject

Parameters:

  • ProviderType:

    身份提供商类型 11角色身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

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

  • Description:

    描述

  • Name:

    名称

  • RequestId:

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



1652
1653
1654
# File 'lib/v20190116/models.rb', line 1652

def Name
  @Name
end

#ProviderTypeObject

Parameters:

  • ProviderType:

    身份提供商类型 11角色身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

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

  • Description:

    描述

  • Name:

    名称

  • RequestId:

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



1652
1653
1654
# File 'lib/v20190116/models.rb', line 1652

def ProviderType
  @ProviderType
end

#RequestIdObject

Parameters:

  • ProviderType:

    身份提供商类型 11角色身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

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

  • Description:

    描述

  • Name:

    名称

  • RequestId:

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



1652
1653
1654
# File 'lib/v20190116/models.rb', line 1652

def RequestId
  @RequestId
end

#StatusObject

Parameters:

  • ProviderType:

    身份提供商类型 11角色身份提供商

  • IdentityUrl:

    身份提供商URL

  • IdentityKey:

    签名公钥

  • ClientId:

    客户端id

  • Status:

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

  • Description:

    描述

  • Name:

    名称

  • RequestId:

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



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