Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ChannelAccount interface
- Package:
- @microsoft/agents-activity
Represents a channel account.
Properties
| aadObjectId | The Azure Active Directory object ID of the channel account. |
| agenticAppBlueprintId | The parent blueprint ID of an agentic instance |
| agenticAppId | The client ID of an agentic app |
| agenticUserId | The UPN of an agentic user |
| id | The unique identifier of the channel account. |
| membershipSources | List of membership sources associated with the channel account. |
| name | The name of the channel account. |
| properties | Additional properties of the channel account. |
| role | The role of the channel account. |
| tenantId | Tenant ID of the user. |
Property Details
aadObjectId
The Azure Active Directory object ID of the channel account.
aadObjectId?: string
Property Value
string
agenticAppBlueprintId
The parent blueprint ID of an agentic instance
agenticAppBlueprintId?: string
Property Value
string
agenticAppId
The client ID of an agentic app
agenticAppId?: string
Property Value
string
agenticUserId
The UPN of an agentic user
agenticUserId?: string
Property Value
string
id
The unique identifier of the channel account.
id?: string
Property Value
string
membershipSources
List of membership sources associated with the channel account.
membershipSources?: MembershipSource[]
Property Value
name
The name of the channel account.
name?: string
Property Value
string
properties
Additional properties of the channel account.
properties?: unknown
Property Value
unknown
role
The role of the channel account.
role?: string
Property Value
string
tenantId
Tenant ID of the user.
tenantId?: string
Property Value
string
