Waiting for engine...
Skip to main content

AiAgentProviderAccountSummary

No description

type AiAgentProviderAccountSummary {
id: ID
providerType: AiAgentProviderType!
providerSubType: AiAgentProviderSubType
providerAccountName: String!
externalProviderAccountId: String!
region: String
providerMetadata: String
}

Fields

AiAgentProviderAccountSummary.id ● ID scalar miscellaneous

provider account id

AiAgentProviderAccountSummary.providerType ● AiAgentProviderType! non-null enum agent-control-tower

Agent provider type

AiAgentProviderAccountSummary.providerSubType ● AiAgentProviderSubType enum agent-control-tower

Agent provider sub type

AiAgentProviderAccountSummary.providerAccountName ● String! non-null scalar miscellaneous

Ai agent provider account name

AiAgentProviderAccountSummary.externalProviderAccountId ● String! non-null scalar miscellaneous

Ai agent provider account id

AiAgentProviderAccountSummary.region ● String scalar miscellaneous

The optional region in which the provider account exists.

AiAgentProviderAccountSummary.providerMetadata ● String scalar miscellaneous

Provider metadata

Member Of

AiAgent object

On this Page