다음을 통해 공유


TeamsParticipantChannelAccount 클래스

정의

사용자 Azure Active Directory 및 모임 참가자 세부 정보를 자세히 설명하는 Teams 참가자 채널 계정입니다.

public class TeamsParticipantChannelAccount : Microsoft.Bot.Schema.Teams.TeamsChannelAccount
type TeamsParticipantChannelAccount = class
    inherit TeamsChannelAccount
Public Class TeamsParticipantChannelAccount
Inherits TeamsChannelAccount
상속
TeamsParticipantChannelAccount

생성자

TeamsParticipantChannelAccount()

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

TeamsParticipantChannelAccount(String, String, String, String, String, String, String, String, String, Boolean, ConversationAccount)

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

속성

AadObjectId

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

(다음에서 상속됨 ChannelAccount)
Conversation

모임의 대화 계정을 가져오거나 설정합니다.

Email

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

(다음에서 상속됨 TeamsChannelAccount)
GivenName

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

(다음에서 상속됨 TeamsChannelAccount)
Id

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

(다음에서 상속됨 ChannelAccount)
InMeeting

참가자가 모임에 참석했는지 여부를 나타내는 값을 가져오거나 설정합니다.

MeetingRole

모임에서 참가자의 역할을 가져오거나 설정합니다.

Name

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

(다음에서 상속됨 ChannelAccount)
Properties

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

(다음에서 상속됨 ChannelAccount)
Role

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

(다음에서 상속됨 ChannelAccount)
Surname

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

(다음에서 상속됨 TeamsChannelAccount)
TenantId

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

(다음에서 상속됨 TeamsChannelAccount)
UserPrincipalName

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

(다음에서 상속됨 TeamsChannelAccount)
UserRole

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

(다음에서 상속됨 TeamsChannelAccount)

적용 대상