Interface IUserEntity
Defines a typed entity of type User.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTyped
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
[TypedEntityDefinitionConstraintAttribute]
public interface IUserEntity : ITypedEntity, IEntity, IResource, IDirtyTracking
Properties
EmailConfirmationPending
Gets or sets a value indicating whether gets or sets whether the email confirmation is pending.
Declaration
RequestResponse
bool EmailConfirmationPending { get; set; }
Property Value
Type | Description |
---|---|
bool |
UserGroupConfiguration
Gets or sets the user group configuration.
Declaration
RequestResponse
JToken UserGroupConfiguration { get; set; }
Property Value
Type | Description |
---|---|
JToken |
Username
Gets or sets the user name.
Declaration
RequestResponse
string Username { get; set; }
Property Value
Type | Description |
---|---|
string |