Reference documentation and code samples for the Identity and Access Management (IAM) V3 API class Google::Iam::V3::SearchPrincipalAccessBoundaryPolicyBindingsResponse.
Response message for SearchPrincipalAccessBoundaryPolicyBindings rpc.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.
#policy_bindings
def policy_bindings() -> ::Array<::Google::Iam::V3::PolicyBinding>
Returns
- (::Array<::Google::Iam::V3::PolicyBinding>) — The policy bindings that reference the specified policy.
#policy_bindings=
def policy_bindings=(value) -> ::Array<::Google::Iam::V3::PolicyBinding>
Parameter
- value (::Array<::Google::Iam::V3::PolicyBinding>) — The policy bindings that reference the specified policy.
Returns
- (::Array<::Google::Iam::V3::PolicyBinding>) — The policy bindings that reference the specified policy.