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
Auth0
The field location in the auth0 schema
[JsonPropertyName("auth0")]
public string? Auth0 { get; set; }
Property Value
Scim
The field location in the SCIM schema
[JsonPropertyName("scim")]
public string? Scim { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.