Class: Google::Iam::V3beta::ListPrincipalAccessBoundaryPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Iam::V3beta::ListPrincipalAccessBoundaryPoliciesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb
Overview
Response message for ListPrincipalAccessBoundaryPolicies method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Optional.
-
#principal_access_boundary_policies ⇒ ::Array<::Google::Iam::V3beta::PrincipalAccessBoundaryPolicy>
The principal access boundary policies from the specified parent.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, there are no subsequent pages.
145 146 147 148 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 145 class ListPrincipalAccessBoundaryPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#principal_access_boundary_policies ⇒ ::Array<::Google::Iam::V3beta::PrincipalAccessBoundaryPolicy>
Returns The principal access boundary policies from the specified parent.
145 146 147 148 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 145 class ListPrincipalAccessBoundaryPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |