Table of Contents

Class ReplaceSynchronizedGroupsRequestContent

Namespace
Auth0.ManagementApi.Connections
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record ReplaceSynchronizedGroupsRequestContent : IEquatable<ReplaceSynchronizedGroupsRequestContent>
Inheritance
ReplaceSynchronizedGroupsRequestContent
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.