Table of Contents

Class UpdateScimConfigurationRequestContent

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

Properties

Mapping

The mapping between auth0 and SCIM

[JsonPropertyName("mapping")]
public IEnumerable<ScimMappingItem> Mapping { get; set; }

Property Value

IEnumerable<ScimMappingItem>

UserIdAttribute

User ID attribute for generating unique user ids

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