Class: Google::Iam::V3beta::GetAccessPolicyRequest
- Inherits:
-
Object
- Object
- Google::Iam::V3beta::GetAccessPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v3beta/access_policies_service.rb
Overview
Request message for GetAccessPolicy method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the access policy to retrieve.
Format:
projects/{project_id}/locations/{location}/accessPolicies/{access_policy_id}
projects/{project_number}/locations/{location}/accessPolicies/{access_policy_id}
folders/{folder_id}/locations/{location}/accessPolicies/{access_policy_id}
organizations/{organization_id}/locations/{location}/accessPolicies/{access_policy_id}.
66 67 68 69 |
# File 'proto_docs/google/iam/v3beta/access_policies_service.rb', line 66 class GetAccessPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |