OBJECT

AzureCloudAccountPermissionConfigResponse

Description

Configuration consisting of role permissions and feature policy version required for Azure subscription setup. Features refer to the Rubrik features that the customer wants to be enabled on the cloud account.

link GraphQL Schema definition

  • type AzureCloudAccountPermissionConfigResponse {
  • # Policy permission version to be used on Rubrik for adding a subscription.
  • permissionVersion: Int!
  • # List of permissions to be applied on the subscription level role created in
  • # Azure for a subscription.
  • rolePermissions: [AzureCloudAccountRolePermission!]!
  • # List of permissions to be applied on the resource group level role created in
  • # Azure for a subscription.
  • resourceGroupRolePermissions: [AzureCloudAccountRolePermission!]!
  • # Policy permissions group versions to be used on Rubrik for adding a
  • # subscription.
  • permissionsGroupVersions: [PermissionsGroupWithVersion!]!
  • }

link Require by