Table of Contents

Class ListSynchronizedGroupsResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Groups

Array of Google Workspace group ids configured for synchronization.

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

Property Value

IEnumerable<SynchronizedGroupPayload>

Next

The cursor to be used as the "from" query parameter for the next page of 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.