OBJECT
AzureCloudAccountFeatureDetail
Description
Azure Cloud Account Feature details.
link GraphQL Schema definition
- type AzureCloudAccountFeatureDetail {
- # Customer feature UUID.
- : UUID!
- # A feature refers to a Rubrik protection feature. For example: Virtual Machine
- # and Disk Protection, Storage, Exocompute, etc.
- : CloudAccountFeature!
- # Permissions Groups represents the list of permissions groups onboarded for this
- # feature.
- : [PermissionsGroup!]!
- # Persistent storage configured for the feature. It is null for features other
- # than Azure SQL DB and Azure SQL MI.
- : PersistentStorage
- # Azure regions.
- : [AzureCloudAccountRegion!]!
- # Resource group for the feature.
- : AzureResourceGroup!
- # Role details for the feature.
- : AzureRole!
- # Role details for the feature.
- : [AzureRole!]!
- # Specific details for the feature, varies based on the feature type.
- : AzureSpecificFeatureDetails
- # Specifies the state of an Azure cloud account in Rubrik environment. For
- # example, Refreshed, Disconnected, etc. A cloud account can only be in one state
- # at a time.
- : CloudAccountStatus!
- # User assigned managed identity for encryption feature. It is null for features
- # other than Cloud Native Archival Encryption.
- : AzureUserAssignedManagedIdentity
- }
link Require by
- AzureCloudAccountSubscriptionDetailAzure Cloud Account Subscription details for a given feature.
- AzureCloudAccountSubscriptionWithFeaturesAzure cloud account with features.
- AzureExocomputeConfigsInAccountAzure Exocompute configurations in an Azure subscription.
- AzureSubscriptionWithExoConfigsAzure Cloud Account Subscription with exocompute configurations for feature configured.
- AzureSubscriptionWithFeaturesTypeAzure subscription with features.