Table of Contents

Class ClientAddonOffice365

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Microsoft Office 365 SSO configuration.

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Connection

Optional Auth0 database connection for testing an already-configured Office 365 tenant.

[JsonPropertyName("connection")]
public string? Connection { get; set; }

Property Value

string

Domain

Your Office 365 domain name. e.g. acme-org.com.

[JsonPropertyName("domain")]
public string? Domain { 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.