Table of Contents

Class GetDirectoryProvisioningResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record GetDirectoryProvisioningResponseContent : IJsonOnDeserialized, IEquatable<GetDirectoryProvisioningResponseContent>
Inheritance
GetDirectoryProvisioningResponseContent
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 timestamp at which the directory provisioning configuration was created

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

Property Value

DateTime

LastSynchronizationAt

The timestamp at which the connection was last synchronized

[JsonPropertyName("last_synchronization_at")]
public DateTime? LastSynchronizationAt { get; set; }

Property Value

DateTime?

LastSynchronizationError

The error message of the last synchronization, if any

[JsonPropertyName("last_synchronization_error")]
public string? LastSynchronizationError { get; set; }

Property Value

string

LastSynchronizationStatus

The status of the last synchronization

[JsonPropertyName("last_synchronization_status")]
public string? LastSynchronizationStatus { get; set; }

Property Value

string

Mapping

The mapping between Auth0 and IDP user attributes

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

Property Value

IEnumerable<DirectoryProvisioningMappingItem>

Strategy

The connection's strategy

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

Property Value

string

SynchronizeAutomatically

Whether periodic automatic synchronization is enabled

[JsonPropertyName("synchronize_automatically")]
public required bool SynchronizeAutomatically { get; set; }

Property Value

bool

SynchronizeGroups

[JsonPropertyName("synchronize_groups")]
public string? SynchronizeGroups { get; set; }

Property Value

string

UpdatedAt

The timestamp at which the directory provisioning configuration was last updated

[JsonPropertyName("updated_at")]
public required DateTime UpdatedAt { get; set; }

Property Value

DateTime

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.