GetIamPolicyRequest

Request message for GetIamPolicy method.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
options object Optional options for the request.
View JSON Schema on GitHub

JSON Schema

cloud-resource-manager-get-iam-policy-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetIamPolicyRequest",
  "type": "object",
  "description": "Request message for GetIamPolicy method.",
  "properties": {
    "options": {
      "type": "object",
      "description": "Optional options for the request."
    }
  }
}