Table of Contents

Class ScimMappingItem

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

Auth0

The field location in the auth0 schema

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

Property Value

string

Scim

The field location in the SCIM schema

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