Class: Google::Cloud::BinaryAuthorization::V1::UpdateAttestorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BinaryAuthorization::V1::UpdateAttestorRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1/service.rb
Overview
Request message for BinauthzManagementServiceV1.UpdateAttestor.
Instance Attribute Summary collapse
Instance Attribute Details
#attestor ⇒ ::Google::Cloud::BinaryAuthorization::V1::Attestor
Returns Required. The updated
attestor value. The service
will overwrite the [attestor
name][google.cloud.binaryauthorization.v1.Attestor.name] field with the
resource name in the request URL, in the format projects/*/attestors/*.
92 93 94 95 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 92 class UpdateAttestorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |