Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a channel account.

    interface ChannelAccount {
        aadObjectId?: string;
        agenticAppBlueprintId?: string;
        agenticAppId?: string;
        agenticUserId?: string;
        id?: string;
        membershipSources?: MembershipSource[];
        name?: string;
        properties?: unknown;
        role?: string;
        tenantId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aadObjectId?: string

    The Azure Active Directory object ID of the channel account.

    agenticAppBlueprintId?: string

    The parent blueprint ID of an agentic instance

    agenticAppId?: string

    The client ID of an agentic app

    agenticUserId?: string

    The UPN of an agentic user

    id?: string

    The unique identifier of the channel account.

    membershipSources?: MembershipSource[]

    List of membership sources associated with the channel account.

    name?: string

    The name of the channel account.

    properties?: unknown

    Additional properties of the channel account.

    role?: string

    The role of the channel account.

    tenantId?: string

    Tenant ID of the user.