Class: Google::Cloud::NetworkSecurity::V1::GetAuthzPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::GetAuthzPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/authz_policy.rb
Overview
Message for getting a AuthzPolicy resource.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the AuthzPolicy resource to get. Must be in the
format
projects/{project}/locations/{location}/authzPolicies/{authz_policy}.
671 672 673 674 |
# File 'proto_docs/google/cloud/networksecurity/v1/authz_policy.rb', line 671 class GetAuthzPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |