SearchTargetPolicyBindingsResponse

Response message for SearchTargetPolicyBindings method.

JSON representation
{
  "policyBindings": [
    {
      object (PolicyBinding)
    }
  ],
  "nextPageToken": string
}
Fields
policyBindings[]

object (PolicyBinding)

The policy bindings bound to the specified target.

nextPageToken

string

Optional. A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.