Table of Contents

Class DeleteSynchronizedGroupsRequestContent

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

Properties

Groups

Array of groups to remove from the selection set.

[JsonPropertyName("groups")]
public IEnumerable<SynchronizedGroupSelectionId> Groups { get; set; }

Property Value

IEnumerable<SynchronizedGroupSelectionId>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.