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.
- AzureNativeProtectionFeature! :
- # Status of the feature at a given time. Some examples are: added, deleted,
- # refreshed.
- AzureSubscriptionStatus! :
- # Time, in UTC date-time format, when the feature was last refreshed.
- DateTime :
- }