Class ScimConfiguration
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents an SCIM Configuration
public class ScimConfiguration
- Inheritance
-
ScimConfiguration
- Inherited Members
Properties
ConnectionId
The connection's identifier
[JsonProperty("connection_id")]
public string ConnectionId { get; set; }
Property Value
ConnectionName
The connection's identifier
[JsonProperty("connection_name")]
public string ConnectionName { get; set; }
Property Value
CreatedAt
The Date Time SCIM Configuration was created
[JsonProperty("created_at")]
public string CreatedAt { get; set; }
Property Value
Mapping
The mapping between auth0 and SCIM
[JsonProperty("mapping")]
public List<ScimMapping> Mapping { get; set; }
Property Value
Strategy
The connection's strategy
[JsonProperty("strategy")]
public string Strategy { get; set; }
Property Value
TenantName
The tenant's name
[JsonProperty("tenant_name")]
public string TenantName { get; set; }
Property Value
UpdatedOn
The Date Time SCIM Configuration was last updated
[JsonProperty("updated_on")]
public string UpdatedOn { get; set; }
Property Value
UserIdAttribute
User ID attribute for generating unique user ids
[JsonProperty("user_id_attribute")]
public string UserIdAttribute { get; set; }