UpdateAzureAccountInput
No description
input UpdateAzureAccountInput {
id: UUID!
name: String
subscriptionID: String
tenantID: String
clientID: String
clientSecret: String
}
Fields
UpdateAzureAccountInput.id
● UUID!
non-null scalar
UpdateAzureAccountInput.name
● String
scalar
UpdateAzureAccountInput.subscriptionID
● String
scalar
UpdateAzureAccountInput.tenantID
● String
scalar
UpdateAzureAccountInput.clientID
● String
scalar
UpdateAzureAccountInput.clientSecret
● String
scalar
Member of
updateAzureAccount
mutation