Class ScimMapping
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents the mapping between SCIM and Auth0
public class ScimMapping
- Inheritance
-
ScimMapping
- Inherited Members
Properties
Auth0
The field location in the auth0 schema
[JsonProperty("auth0")]
public string Auth0 { get; set; }
Property Value
Scim
The field location in the SCIM schema
[JsonProperty("scim")]
public string Scim { get; set; }