ChannelAccount interface
Represents a channel account.
Properties
| aad |
The Azure Active Directory object ID of the channel account. |
| agentic |
The parent blueprint ID of an agentic instance |
| agentic |
The client ID of an agentic app |
| agentic |
The UPN of an agentic user |
| id | The unique identifier of the channel account. |
| membership |
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. |
| tenant |
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