OBJECT

AzureCloudAccountRolePermission

Description

Azure Permission type with included and excluded actions.

link GraphQL Schema definition

  • type AzureCloudAccountRolePermission {
  • # Actions which should be allowed on the Azure role for the subscription.
  • includedActions: [String!]!
  • # Actions which should be explicitly disallowed on the Azure role for the
  • # subscription.
  • excludedActions: [String!]!
  • # Data actions which should be allowed on the Azure role for the subscription.
  • includedDataActions: [String!]!
  • # Data actions which should be explicitly disallowed on the Azure role for the
  • # subscription.
  • excludedDataActions: [String!]!
  • }