PersistentChatPrincipalType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates a type of user or user group.
public enum class PersistentChatPrincipalType
public enum PersistentChatPrincipalType
type PersistentChatPrincipalType =
Public Enum PersistentChatPrincipalType
- Inheritance
-
PersistentChatPrincipalType
Fields
Name | Value | Description |
---|---|---|
LocalUser | 0 | The principal is a SIP-enabled Active Directory user. |
DirectoryGroup | 1 | The principal is an Active Directory security group or distribution list. |
DirectoryFolder | 2 | The principal is an Active Directory container, such as an organization unit. |
Domain | 3 | The principal is an Active Directory domain. |
Remarks
A PersistentChatPrincipal is a permissionable entity. Permissions may be assigned to a variety of types of users and user groups. The specific type of user or user group that is represented by a Type is specified by this enumeration.