Class: Google::Cloud::Container::V1::Jwk

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

Overview

Jwk is a JSON Web Key as specified in RFC 7517

Instance Attribute Summary collapse

Instance Attribute Details

#alg::String

Returns Algorithm.

Returns:

  • (::String)

    Algorithm.



2965
2966
2967
2968
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2965

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

#crv::String

Returns Used for ECDSA keys.

Returns:

  • (::String)

    Used for ECDSA keys.



2965
2966
2967
2968
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2965

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

#e::String

Returns Used for RSA keys.

Returns:

  • (::String)

    Used for RSA keys.



2965
2966
2967
2968
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2965

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

#kid::String

Returns Key ID.

Returns:

  • (::String)

    Key ID.



2965
2966
2967
2968
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2965

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

#kty::String

Returns Key Type.

Returns:

  • (::String)

    Key Type.



2965
2966
2967
2968
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2965

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

#n::String

Returns Used for RSA keys.

Returns:

  • (::String)

    Used for RSA keys.



2965
2966
2967
2968
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2965

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

#use::String

Returns Permitted uses for the public keys.

Returns:

  • (::String)

    Permitted uses for the public keys.



2965
2966
2967
2968
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2965

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

#x::String

Returns Used for ECDSA keys.

Returns:

  • (::String)

    Used for ECDSA keys.



2965
2966
2967
2968
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2965

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

#y::String

Returns Used for ECDSA keys.

Returns:

  • (::String)

    Used for ECDSA keys.



2965
2966
2967
2968
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2965

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