Class: Google::Cloud::NetworkSecurity::V1beta1::DeleteAuthorizationPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::DeleteAuthorizationPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1beta1/authorization_policy.rb
Overview
Request used by the DeleteAuthorizationPolicy method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the AuthorizationPolicy to delete. Must be in the
format projects/{project}/locations/{location}/authorizationPolicies/*
.
256 257 258 259 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/authorization_policy.rb', line 256 class DeleteAuthorizationPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |