Table of Contents

Class SelfServiceProfileSsoTicketGoogleWorkspaceConfig

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configuration for Google Workspace Directory Sync during the self-service flow.

[Serializable]
public record SelfServiceProfileSsoTicketGoogleWorkspaceConfig : IJsonOnDeserialized, IEquatable<SelfServiceProfileSsoTicketGoogleWorkspaceConfig>
Inheritance
SelfServiceProfileSsoTicketGoogleWorkspaceConfig
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

SyncUsers

Whether to enable Google Workspace Directory Sync for users during the self-service flow.

[JsonPropertyName("sync_users")]
public required bool SyncUsers { get; set; }

Property Value

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.