OBJECT
CloudAccountsAzureSubscription
Description
AzureSubscription is a representation of the native Azure subscription.
link GraphQL Schema definition
- type CloudAccountsAzureSubscription {
- # Cloud type in which the subscription is present.
- : AzureCloudType!
- # Customer subscription ID.
- : String!
- # Tenant ID of the subscription.
- : String!
- # Authorization status to perform CRUD actions on the subscription.
- : Boolean!
- # Name of the subscription.
- : String!
- # Azure Native ID of the subscription.
- : String!
- }