Policy Troubleshooter V3 API - Class Google::Iam::V2::ListPoliciesResponse (v0.2.0)

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

#policies=

def policies=(value) -> ::Array<::Google::Iam::V2::Policy>
Parameter
Returns