Class: Google::Cloud::NetworkSecurity::V1beta1::GetAuthorizationPolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networksecurity/v1beta1/authorization_policy.rb

Overview

Request used by the GetAuthorizationPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the AuthorizationPolicy to get. Must be in the format projects/{project}/locations/{location}/authorizationPolicies/*.

Returns:

  • (::String)

    Required. A name of the AuthorizationPolicy to get. Must be in the format projects/{project}/locations/{location}/authorizationPolicies/*.



211
212
213
214
# File 'proto_docs/google/cloud/networksecurity/v1beta1/authorization_policy.rb', line 211

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