Class: Google::Cloud::BinaryAuthorization::V1::GetSystemPolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/binaryauthorization/v1/service.rb

Overview

Request to read the current system policy.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name, in the format locations/*/policy. Note that the system policy is not associated with a project.

Returns:

  • (::String)

    Required. The resource name, in the format locations/*/policy. Note that the system policy is not associated with a project.



131
132
133
134
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 131

class GetSystemPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end