The agent credentials interface.

interface IAgentCredentials {
    groupId: string;
    id: string;
}

Properties

Properties

groupId: string

The agent group ID.

id: string

The agent ID.

Generated using TypeDoc