Table of Contents

Class ListOrganizationRoleMembersResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Members

List of members assigned to the role within the organization.

[JsonPropertyName("members")]
public IEnumerable<RoleMember> Members { get; set; }

Property Value

IEnumerable<RoleMember>

Next

Cursor for the next page of results. Absent when there are no more results.

[JsonPropertyName("next")]
public string? Next { 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.