MessageActionsPayloadUser Class
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.
Represents a user entity.
public class MessageActionsPayloadUser
type MessageActionsPayloadUser = class
Public Class MessageActionsPayloadUser
- Inheritance
-
MessageActionsPayloadUser
Constructors
MessageActionsPayloadUser() |
Initializes a new instance of the MessageActionsPayloadUser class. |
MessageActionsPayloadUser(String, String, String) |
Initializes a new instance of the MessageActionsPayloadUser class. |
Properties
DisplayName |
Gets or sets the plaintext display name of the user. |
Id |
Gets or sets the id of the user. |
UserIdentityType |
Gets or sets the identity type of the user. Possible values include: 'aadUser', 'onPremiseAadUser', 'anonymousGuest', 'federatedUser'. |