Reference documentation and code samples for the Binary Authorization V1beta1 API class Google::Cloud::BinaryAuthorization::V1beta1::CreateAttestorRequest.
Request message for [BinauthzManagementService.CreateAttestor][].
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 initial attestor value. The service will
overwrite the attestor name field with the resource name,
in the format
projects/*/attestors/*
.
#attestor=
def attestor=(value) -> ::Google::Cloud::BinaryAuthorization::V1beta1::Attestor
Parameter
-
value (::Google::Cloud::BinaryAuthorization::V1beta1::Attestor) — Required. The initial attestor value. The service will
overwrite the attestor name field with the resource name,
in the format
projects/*/attestors/*
.
Returns
-
(::Google::Cloud::BinaryAuthorization::V1beta1::Attestor) — Required. The initial attestor value. The service will
overwrite the attestor name field with the resource name,
in the format
projects/*/attestors/*
.
#attestor_id
def attestor_id() -> ::String
Returns
- (::String) — Required. The attestors ID.
#attestor_id=
def attestor_id=(value) -> ::String
Parameter
- value (::String) — Required. The attestors ID.
Returns
- (::String) — Required. The attestors ID.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent of this attestor.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent of this attestor.
Returns
- (::String) — Required. The parent of this attestor.