Reference documentation and code samples for the Identity and Access Management (IAM) V3BETA API class Google::Iam::V3beta::SearchTargetPolicyBindingsResponse.
Response message for SearchTargetPolicyBindings method.
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::V3beta::PolicyBinding>
Returns
- (::Array<::Google::Iam::V3beta::PolicyBinding>) — The policy bindings bound to the specified target.
#policy_bindings=
def policy_bindings=(value) -> ::Array<::Google::Iam::V3beta::PolicyBinding>
Parameter
- value (::Array<::Google::Iam::V3beta::PolicyBinding>) — The policy bindings bound to the specified target.
Returns
- (::Array<::Google::Iam::V3beta::PolicyBinding>) — The policy bindings bound to the specified target.