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.
- String!]! : [
- # Actions which should be explicitly disallowed on the Azure role for the
- # subscription.
- String!]! : [
- # Data actions which should be allowed on the Azure role for the subscription.
- String!]! : [
- # Data actions which should be explicitly disallowed on the Azure role for the
- # subscription.
- String!]! : [
- }