Class RoleUser
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record RoleUser : IJsonOnDeserialized, IEquatable<RoleUser>
- Inheritance
-
RoleUser
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Email address of this user.
[JsonPropertyName("email")]
public string? Email { get; set; }
Property Value
Name
Name of this user.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Picture
URL to a picture for this user.
[JsonPropertyName("picture")]
public string? Picture { get; set; }
Property Value
UserId
ID of this user.
[JsonPropertyName("user_id")]
public string? UserId { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.