Table of Contents

Class CreateScimConfigurationResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ConnectionId

The connection's identifier

[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }

Property Value

string

ConnectionName

The connection's name

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

Property Value

string

CreatedAt

The ISO 8601 date and time the SCIM configuration was created at

[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }

Property Value

DateTime

Mapping

The mapping between auth0 and SCIM

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

Property Value

IEnumerable<ScimMappingItem>

Strategy

The connection's strategy

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

Property Value

string

TenantName

The tenant's name

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

Property Value

string

UpdatedOn

The ISO 8601 date and time the SCIM configuration was last updated on

[JsonPropertyName("updated_on")]
public required DateTime UpdatedOn { get; set; }

Property Value

DateTime

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.