Class: Google::Cloud::GkeMultiCloud::V1::AwsOpenIdConfig Deprecated

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb

Overview

Deprecated.

This message is deprecated and may be removed in the next major version update.

AwsOpenIdConfig is an OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.

Instance Attribute Summary collapse

Instance Attribute Details

#claims_supported::Array<::String>

Returns Supported claims.

Returns:

  • (::Array<::String>)

    Supported claims.



712
713
714
715
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 712

class AwsOpenIdConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#grant_types::Array<::String>

Returns Supported grant types.

Returns:

  • (::Array<::String>)

    Supported grant types.



712
713
714
715
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 712

class AwsOpenIdConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#id_token_signing_alg_values_supported::Array<::String>

Returns supported ID Token signing Algorithms.

Returns:

  • (::Array<::String>)

    supported ID Token signing Algorithms.



712
713
714
715
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 712

class AwsOpenIdConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#issuer::String

Returns OIDC Issuer.

Returns:

  • (::String)

    OIDC Issuer.



712
713
714
715
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 712

class AwsOpenIdConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#jwks_uri::String

Returns JSON Web Key uri.

Returns:

  • (::String)

    JSON Web Key uri.



712
713
714
715
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 712

class AwsOpenIdConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#response_types_supported::Array<::String>

Returns Supported response types.

Returns:

  • (::Array<::String>)

    Supported response types.



712
713
714
715
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 712

class AwsOpenIdConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#subject_types_supported::Array<::String>

Returns Supported subject types.

Returns:

  • (::Array<::String>)

    Supported subject types.



712
713
714
715
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 712

class AwsOpenIdConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end