Skip to content

allAuthorizationsForGlobalResource

List of authorized operations for global resource.

Returns

[Operation!]!

Sample

query {
  allAuthorizationsForGlobalResource
}
{}
{
  "data": {
    "allAuthorizationsForGlobalResource": [
      "ACCESS_CDM_CLUSTER"
    ]
  }
}