Table of Contents

Class DeleteOrganizationMemberRolesRequestContent

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

Properties

Roles

List of roles IDs associated with the organization member to remove.

[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.