OBJECT

AzureNativeSubscriptionEnabledFeature

Description

Details of a feature enabled in Azure Native Subscription.

link GraphQL Schema definition

  • type AzureNativeSubscriptionEnabledFeature {
  • # Name of the feature enabled for the Azure Subscription.
  • featureName: AzureNativeProtectionFeature!
  • # Status of the feature at a given time. Some examples are: added, deleted,
  • # refreshed.
  • status: AzureSubscriptionStatus!
  • # Time, in UTC date-time format, when the feature was last refreshed.
  • lastRefreshedAt: DateTime
  • }