Class: Google::Iam::V3beta::GetPrincipalAccessBoundaryPolicyRequest
- Inherits:
-
Object
- Object
- Google::Iam::V3beta::GetPrincipalAccessBoundaryPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb
Overview
Request message for GetPrincipalAccessBoundaryPolicy method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the principal access boundary policy to retrieve.
Format:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}.
59 60 61 62 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 59 class GetPrincipalAccessBoundaryPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |