Table of Contents

Class DeleteUserPermissionsRequestContent

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

Properties

Permissions

List of permissions to remove from this user.

[JsonPropertyName("permissions")]
public IEnumerable<PermissionRequestPayload> Permissions { get; set; }

Property Value

IEnumerable<PermissionRequestPayload>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.