TestIamPermissionsRequest

Request message for `TestIamPermissions` method.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
permissions array The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/o
View JSON Schema on GitHub

JSON Schema

TestIamPermissionsRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TestIamPermissionsRequest",
  "description": "Request message for `TestIamPermissions` method.",
  "properties": {
    "permissions": {
      "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}