Table of Contents

Class AssignOrganizationMemberRolesRequestContent

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

Properties

Roles

List of roles IDs to associated with 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.