TeamsChannelAccount 클래스

정의

사용자 Azure Active Directory 세부 정보를 자세히 설명하는 Teams 채널 계정.

public class TeamsChannelAccount : Microsoft.Bot.Schema.ChannelAccount
type TeamsChannelAccount = class
    inherit ChannelAccount
Public Class TeamsChannelAccount
Inherits ChannelAccount
상속
TeamsChannelAccount
파생

생성자

TeamsChannelAccount()

TeamsChannelAccount 클래스의 새 인스턴스를 초기화합니다.

TeamsChannelAccount(String, String, String, String, String, String)

TeamsChannelAccount 클래스의 새 인스턴스를 초기화합니다.

TeamsChannelAccount(String, String, String, String, String, String, String, String)

TeamsChannelAccount 클래스의 새 인스턴스를 초기화합니다.

속성

AadObjectId

AAD(Azure Active Directory) 내에서 이 계정의 개체 ID를 가져오거나 설정합니다.

(다음에서 상속됨 ChannelAccount)
Email

사용자의 이메일 ID를 가져오거나 설정합니다.

GivenName

사용자 이름의 지정된 이름 부분을 가져오거나 설정합니다.

Id

이 채널의 사용자 또는 봇에 대한 채널 ID를 가져오거나 @joesmith 설정합니다(예: joe@smith.com또는 123456).

(다음에서 상속됨 ChannelAccount)
Name

표시 이름을 가져오거나 설정합니다.

(다음에서 상속됨 ChannelAccount)
Properties

형식에 의해 정의되지 않지만 REST JSON 개체에 ChannelAccount 나타날 수 있는 속성을 가져오거나 설정합니다.

(다음에서 상속됨 ChannelAccount)
Role

계정 뒤에 있는 엔터티의 역할을 가져오거나 설정합니다(예: 사용자, 봇 등). 가능한 값은 'user', 'bot'입니다.

(다음에서 상속됨 ChannelAccount)
Surname

사용자 이름의 성 부분을 가져오거나 설정합니다.

TenantId

TenantId를 가져오거나 설정합니다.

UserPrincipalName

고유한 사용자 계정 이름을 가져오거나 설정합니다.

UserRole

UserRole을 가져오거나 설정합니다.

적용 대상