AiAgentProviderAccountUpdateInput
Input for updating an AI Agent Provider Account in the AI Agent Registry.
input AiAgentProviderAccountUpdateInput {
id: ID!
providerAccountName: String
externalAccountId: String
providerSubType: AiAgentProviderSubType
providerAccountDescription: String
metadataJson: String
providerAccountStatus: AiAgentProviderAccountStatus
}
Fields
AiAgentProviderAccountUpdateInput.id ● ID! non-null scalar miscellaneous
The unique identifier of the provider account to be updated
AiAgentProviderAccountUpdateInput.providerAccountName ● String scalar miscellaneous
Registry Account Name
AiAgentProviderAccountUpdateInput.externalAccountId ● String scalar miscellaneous
Provider external account id
AiAgentProviderAccountUpdateInput.providerSubType ● AiAgentProviderSubType enum agent-control-tower
Agent provider sub type
AiAgentProviderAccountUpdateInput.providerAccountDescription ● String scalar miscellaneous
Provider Account description
AiAgentProviderAccountUpdateInput.metadataJson ● String scalar miscellaneous
Optional: New metadata in JSON format
AiAgentProviderAccountUpdateInput.providerAccountStatus ● AiAgentProviderAccountStatus enum agent-control-tower
New status of the provider account
Member Of
aiAgentProviderAccountUpdate mutation