Table of Contents

Class DeleteUserRolesRequestContent

Namespace
Auth0.ManagementApi.Users
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record DeleteUserRolesRequestContent : IEquatable<DeleteUserRolesRequestContent>
Inheritance
DeleteUserRolesRequestContent
Implements
Inherited Members
Extension Methods

Properties

Roles

List of roles IDs to remove from the user.

[JsonPropertyName("roles")]
public IEnumerable<string> Roles { get; set; }

Property Value

IEnumerable<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.