Table of Contents

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

ReadOnlyAdditionalProperties

Email

Email address of this user.

[JsonPropertyName("email")]
public string? Email { get; set; }

Property Value

string

Name

Name of this user.

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

Picture

URL to a picture for this user.

[JsonPropertyName("picture")]
public string? Picture { get; set; }

Property Value

string

UserId

ID of this user.

[JsonPropertyName("user_id")]
public string? UserId { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.