Class: Google::Cloud::BinaryAuthorization::V1::DeleteAttestorRequest

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

Overview

Request message for [BinauthzManagementService.DeleteAttestor][].

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the attestors to delete, in the format projects/*/attestors/*.

Returns:

  • (::String)

    Required. The name of the attestors to delete, in the format projects/*/attestors/*.



121
122
123
124
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 121

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