Class: Google::Iam::V2::ListPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Iam::V2::ListPoliciesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v2/policy.rb
Overview
Response message for ListPolicies
.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A page token that you can use in a ListPoliciesRequest to retrieve the next page.
-
#policies ⇒ ::Array<::Google::Iam::V2::Policy>
Metadata for the policies that are attached to the resource.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.
141 142 143 144 |
# File 'proto_docs/google/iam/v2/policy.rb', line 141 class ListPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policies ⇒ ::Array<::Google::Iam::V2::Policy>
Returns Metadata for the policies that are attached to the resource.
141 142 143 144 |
# File 'proto_docs/google/iam/v2/policy.rb', line 141 class ListPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |