GetIamPolicyRequest

Request message for gateways.getIamPolicy method.

JSON representation
{
  "resource": string,
  "options": {
    object (GetPolicyOptions)
  }
}
Fields
resource

string

REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.

options

object (GetPolicyOptions)

OPTIONAL: A GetPolicyOptions object for specifying options to gateways.getIamPolicy.

GetPolicyOptions

Encapsulates settings provided to gateways.getIamPolicy.

JSON representation
{
  "requestedPolicyVersion": integer
}
Fields
requestedPolicyVersion

integer

Optional. The policy format version to be returned.

Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.

Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.

To learn which resources support conditions in their IAM policies, see the IAM documentation.