Class: Google::Cloud::BinaryAuthorization::V1::UpdatePolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BinaryAuthorization::V1::UpdatePolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1/service.rb
Overview
Request message for BinauthzManagementServiceV1.UpdatePolicy.
Instance Attribute Summary collapse
Instance Attribute Details
#policy ⇒ ::Google::Cloud::BinaryAuthorization::V1::Policy
Returns Required. A new or updated
policy value. The service
will overwrite the [policy
name][google.cloud.binaryauthorization.v1.Policy.name] field with the
resource name in the request URL, in the format projects/*/policy.
45 46 47 48 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 45 class UpdatePolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |