OBJECT
AzureCloudAccountFeatureDetail
Description
Azure Cloud Account Feature details.
link GraphQL Schema definition
- type AzureCloudAccountFeatureDetail {
- # A feature refers to a Rubrik protection feature. For example: Virtual Machine
- # and Disk Protection, Storage, Exocompute, etc.
- CloudAccountFeature! :
- # 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! :
- # Azure regions.
- AzureCloudAccountRegion!]! : [
- # Permissions Groups represents the list of permissions groups onboarded for this
- # feature.
- PermissionsGroup!]! : [
- # Customer feature UUID.
- UUID! :
- # User assigned managed identity for encryption feature. It is null for features
- # other than Cloud Native Archival Encryption.
- AzureUserAssignedManagedIdentity :
- # Persistent storage configured for the feature. It is null for features other
- # than Azure SQL DB and Azure SQL MI.
- PersistentStorage :
- # Resource group for the feature.
- AzureResourceGroup! :
- # Role details for the feature.
- AzureRole! :
- # Role details for the feature.
- AzureRole!]! : [
- }
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.