Table of Contents

Class AddSynchronizedGroupsRequestContent

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

Properties

Groups

Array of Google Workspace Directory group objects to synchronize.

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

Property Value

IEnumerable<SynchronizedGroupPayload>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.