Table of Contents

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

string

ConnectionName

The connection's identifier

[JsonProperty("connection_name")]
public string ConnectionName { get; set; }

Property Value

string

CreatedAt

The Date Time SCIM Configuration was created

[JsonProperty("created_at")]
public string CreatedAt { get; set; }

Property Value

string

Mapping

The mapping between auth0 and SCIM

[JsonProperty("mapping")]
public List<ScimMapping> Mapping { get; set; }

Property Value

List<ScimMapping>

Strategy

The connection's strategy

[JsonProperty("strategy")]
public string Strategy { get; set; }

Property Value

string

TenantName

The tenant's name

[JsonProperty("tenant_name")]
public string TenantName { get; set; }

Property Value

string

UpdatedOn

The Date Time SCIM Configuration was last updated

[JsonProperty("updated_on")]
public string UpdatedOn { get; set; }

Property Value

string

UserIdAttribute

User ID attribute for generating unique user ids

[JsonProperty("user_id_attribute")]
public string UserIdAttribute { get; set; }

Property Value

string