OBJECT
AzureAccount
Description
Azure Account specific info.
link GraphQL Schema definition
- type AzureAccount implements CloudAccount {
- # The ID of this Cloud Account.
- : String!
- # The type of this Cloud Provider.
- : CloudAccountType!
- # The connection status of this Cloud Account.
- : ConnectionStatusType!
- # The description of this Cloud Account.
- : String
- # The name of this Cloud Account.
- : String!
- # The native ID of the subscription.
- : String!
- # The native ID of the tenant of the subscription.
- : String!
- }
link Require by
This element is not required by anyone