TestIamPermissionsResponse

Response message for `TestIamPermissions` method.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
permissions array A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
View JSON Schema on GitHub

JSON Schema

TestIamPermissionsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TestIamPermissionsResponse",
  "description": "Response message for `TestIamPermissions` method.",
  "properties": {
    "permissions": {
      "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}