Class: Google::Iam::Credentials::V1::SignJwtResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns The ID of the key used to sign the JWT.

Returns:

  • (::String)

    The ID of the key used to sign the JWT.



140
141
142
143
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 140

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

#signed_jwt::String

Returns The signed JWT.

Returns:

  • (::String)

    The signed JWT.



140
141
142
143
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 140

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