Table of Contents

Class DeleteOrganizationClientsRequestContent

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

Properties

Clients

List of client IDs to disassociate from the organization.

[JsonPropertyName("clients")]
public IEnumerable<string> Clients { 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.