AzureAccount
No description
type AzureAccount {
id: UUID!
name: String!
state: CloudAccountState!
connected: Boolean
subscriptionID: String
tenantID: String
clientID: String
clusters: [Cluster!]
projects(
input: ProjectsInput
): ProjectConnection
projectV3Adapters: ProjectV3AdapterConnection
createdAt: Time!
updatedAt: Time!
}
Fields
AzureAccount.id
● UUID!
non-null scalar
AzureAccount.name
● String!
non-null scalar
AzureAccount.state
● CloudAccountState!
non-null enum
AzureAccount.connected
● Boolean
scalar
AzureAccount.subscriptionID
● String
scalar
AzureAccount.tenantID
● String
scalar
AzureAccount.clientID
● String
scalar
AzureAccount.clusters
● [Cluster!]
list object
AzureAccount.projects
● ProjectConnection
object
AzureAccount.projects.input
●ProjectsInput
input
AzureAccount.projectV3Adapters
● ProjectV3AdapterConnection
object
AzureAccount.createdAt
● Time!
non-null scalar
AzureAccount.updatedAt
● Time!
non-null scalar
Returned by
addAzureAccount
mutation
Member Of
Implemented By
CloudAccount
union