Reference documentation and code samples for the Binary Authorization V1beta1 API class Google::Cloud::BinaryAuthorization::V1beta1::UpdateAttestorRequest.
Request message for [BinauthzManagementService.UpdateAttestor][].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attestor
def attestor() -> ::Google::Cloud::BinaryAuthorization::V1beta1::Attestor
Returns
-
(::Google::Cloud::BinaryAuthorization::V1beta1::Attestor) — Required. The updated attestor value. The service will
overwrite the attestor name field with the resource name
in the request URL, in the format
projects/*/attestors/*
.
#attestor=
def attestor=(value) -> ::Google::Cloud::BinaryAuthorization::V1beta1::Attestor
Parameter
-
value (::Google::Cloud::BinaryAuthorization::V1beta1::Attestor) — Required. The updated attestor value. The service will
overwrite the attestor name field with the resource name
in the request URL, in the format
projects/*/attestors/*
.
Returns
-
(::Google::Cloud::BinaryAuthorization::V1beta1::Attestor) — Required. The updated attestor value. The service will
overwrite the attestor name field with the resource name
in the request URL, in the format
projects/*/attestors/*
.