Reference documentation and code samples for the Policy Troubleshooter V3 API class Google::Iam::V2::ListPoliciesResponse.
Response message for ListPolicies
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#policies
def policies() -> ::Array<::Google::Iam::V2::Policy>
Returns
- (::Array<::Google::Iam::V2::Policy>) — Metadata for the policies that are attached to the resource.
#policies=
def policies=(value) -> ::Array<::Google::Iam::V2::Policy>
Parameter
- value (::Array<::Google::Iam::V2::Policy>) — Metadata for the policies that are attached to the resource.
Returns
- (::Array<::Google::Iam::V2::Policy>) — Metadata for the policies that are attached to the resource.