Class CreateGuardianEnrollmentTicketRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Auth0.ManagementApi.Models
Assembly: cs.temp.dll.dll
Syntax
public class CreateGuardianEnrollmentTicketRequest
Properties
EmailAddress
Alternate email to which the enrollment email will be sent. Optional - by default, the email will be sent to the user's default address
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MustSendMail
Indicates whether an email must be sent to the user to start the enrollment.
Declaration
public bool MustSendMail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UserId
The User ID for the enrollment ticket.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String http://auth0.github.io/auth0.net/api/Auth0.ManagementApi.Models.CreateGuardianEnrollmentTicketRequest.html~ Comentários |
No comments:
Post a Comment