AiAgentAliasUpdateInput
No description
input AiAgentAliasUpdateInput {
id: ID!
name: String
description: String
externalId: ID
trustLevel: AiAgentRegistryTrustLevel
isDeleted: Boolean
agentStatus: String
specification: String
metadata: String
}
Fields
AiAgentAliasUpdateInput.id ● ID! non-null scalar miscellaneous
The unique identifier of the AI Agent Alias to be updated.
AiAgentAliasUpdateInput.name ● String scalar miscellaneous
Name of the AI Agent Alias.
AiAgentAliasUpdateInput.description ● String scalar miscellaneous
Description of the AI Agent Alias.
AiAgentAliasUpdateInput.externalId ● ID scalar miscellaneous
External identifier for the AI Agent Alias in the provider system.
AiAgentAliasUpdateInput.trustLevel ● AiAgentRegistryTrustLevel enum agent-control-tower
Indicates the confidence and reliability level of the AI Agent Alias.
AiAgentAliasUpdateInput.isDeleted ● Boolean scalar miscellaneous
Indicates whether the AI Agent Alias is marked as deleted.
AiAgentAliasUpdateInput.agentStatus ● String scalar miscellaneous
Status of the AI Agent Alias. If enabled, value is ACCEPT_INVOCATIONS. If disabled, value is REJECT_INVOCATIONS.
AiAgentAliasUpdateInput.specification ● String scalar miscellaneous
Specification details for the AI Agent Alias in JSON format.
AiAgentAliasUpdateInput.metadata ● String scalar miscellaneous
Metadata for the AI Agent Alias in JSON format.