Class: Google::Identity::AccessContextManager::V1::GetAccessPolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb

Overview

A request to get a particular AccessPolicy.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name for the access policy to get.

Format accessPolicies/{policy_id}.

Returns:

  • (::String)

    Required. Resource name for the access policy to get.

    Format accessPolicies/{policy_id}



63
64
65
66
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb', line 63

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