Table of Contents

Class EmailProviderCredentialsSchemaClientId

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ClientId

Microsoft 365 Client ID.

[JsonPropertyName("clientId")]
public string? ClientId { get; set; }

Property Value

string

ClientSecret

Microsoft 365 Client Secret.

[JsonPropertyName("clientSecret")]
public string? ClientSecret { get; set; }

Property Value

string

TenantId

Microsoft 365 Tenant ID.

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