Table of Contents

Class DirectoryProvisioningMappingItem

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Auth0

The field location in the Auth0 schema

[JsonPropertyName("auth0")]
public required string Auth0 { get; set; }

Property Value

string

Idp

The field location in the IDP schema

[JsonPropertyName("idp")]
public required string Idp { 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.