Class: Google::Cloud::BinaryAuthorization::V1::CreateAttestorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BinaryAuthorization::V1::CreateAttestorRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1/service.rb
Overview
Request message for BinauthzManagementServiceV1.CreateAttestor.
Instance Attribute Summary collapse
-
#attestor ⇒ ::Google::Cloud::BinaryAuthorization::V1::Attestor
Required.
-
#attestor_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#attestor ⇒ ::Google::Cloud::BinaryAuthorization::V1::Attestor
Returns Required. The initial
attestor value. The service
will overwrite the [attestor
name][google.cloud.binaryauthorization.v1.Attestor.name] field with the
resource name, in the format projects/*/attestors/*.
66 67 68 69 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 66 class CreateAttestorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |