Class: Google::Cloud::Kms::V1::Challenge

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

Overview

A challenge to be signed by a 2FA key.

Instance Attribute Summary collapse

Instance Attribute Details

#challenge::String (readonly)

Returns Output only. The challenge to be signed by the 2FA key indicated by the public key.

Returns:

  • (::String)

    Output only. The challenge to be signed by the 2FA key indicated by the public key.



528
529
530
531
# File 'proto_docs/google/cloud/kms/v1/hsm_management.rb', line 528

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

#public_key_pem::String (readonly)

Returns Output only. The public key associated with the 2FA key that should sign the challenge.

Returns:

  • (::String)

    Output only. The public key associated with the 2FA key that should sign the challenge.



528
529
530
531
# File 'proto_docs/google/cloud/kms/v1/hsm_management.rb', line 528

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