Reference documentation and code samples for the Identity and Access Management (IAM) V3BETA API class Google::Iam::V3beta::ListAccessPoliciesResponse.
Response message for ListAccessPolicies method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#access_policies
def access_policies() -> ::Array<::Google::Iam::V3beta::AccessPolicy>
Returns
- (::Array<::Google::Iam::V3beta::AccessPolicy>) — The access policies from the specified parent.
#access_policies=
def access_policies=(value) -> ::Array<::Google::Iam::V3beta::AccessPolicy>
Parameter
- value (::Array<::Google::Iam::V3beta::AccessPolicy>) — The access policies from the specified parent.
Returns
- (::Array<::Google::Iam::V3beta::AccessPolicy>) — The access policies from the specified parent.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — Optional. A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — Optional. A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.