ChannelAccount interface
Represents a channel account.
Properties
| aad |
The Azure Active Directory object ID of the channel account. |
| id | The unique identifier of the channel account. |
| name | The name of the channel account. |
| properties | Additional properties of the channel account. |
| role | The role of the channel account. |
Property Details
aadObjectId
The Azure Active Directory object ID of the channel account.
aadObjectId?: string
Property Value
string
id
The unique identifier of the channel account.
id?: string
Property Value
string
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