Reference documentation and code samples for the Network Security V1beta1 API class Google::Cloud::NetworkSecurity::V1beta1::DeleteAuthorizationPolicyRequest.
Request used by the DeleteAuthorizationPolicy method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. A name of the AuthorizationPolicy to delete. Must be in the format
projects/{project}/locations/{location}/authorizationPolicies/*
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. A name of the AuthorizationPolicy to delete. Must be in the format
projects/{project}/locations/{location}/authorizationPolicies/*
.
Returns
-
(::String) — Required. A name of the AuthorizationPolicy to delete. Must be in the format
projects/{project}/locations/{location}/authorizationPolicies/*
.