Table of Contents

Class ClientMyOrganizationPatchConfiguration

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configuration related to the My Organization Configuration for the client.

[Serializable]
public record ClientMyOrganizationPatchConfiguration : IJsonOnDeserialized, IEquatable<ClientMyOrganizationPatchConfiguration>
Inheritance
ClientMyOrganizationPatchConfiguration
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

AllowedStrategies

The allowed connection strategies for the My Organization Configuration.

[JsonPropertyName("allowed_strategies")]
public IEnumerable<ClientMyOrganizationConfigurationAllowedStrategiesEnum> AllowedStrategies { get; set; }

Property Value

IEnumerable<ClientMyOrganizationConfigurationAllowedStrategiesEnum>

ConnectionDeletionBehavior

[JsonPropertyName("connection_deletion_behavior")]
public required ClientMyOrganizationDeletionBehaviorEnum ConnectionDeletionBehavior { get; set; }

Property Value

ClientMyOrganizationDeletionBehaviorEnum

ConnectionProfileId

The connection profile ID that this client should validate against.

[JsonPropertyName("connection_profile_id")]
public string? ConnectionProfileId { get; set; }

Property Value

string

UserAttributeProfileId

The user attribute profile ID that this client should validate against.

[JsonPropertyName("user_attribute_profile_id")]
public string? UserAttributeProfileId { 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.