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
AllowedStrategies
The allowed connection strategies for the My Organization Configuration.
[JsonPropertyName("allowed_strategies")]
public IEnumerable<ClientMyOrganizationConfigurationAllowedStrategiesEnum> AllowedStrategies { get; set; }
Property Value
ConnectionDeletionBehavior
[JsonPropertyName("connection_deletion_behavior")]
public required ClientMyOrganizationDeletionBehaviorEnum ConnectionDeletionBehavior { get; set; }
Property Value
ConnectionProfileId
The connection profile ID that this client should validate against.
[JsonPropertyName("connection_profile_id")]
public string? ConnectionProfileId { get; set; }
Property Value
UserAttributeProfileId
The user attribute profile ID that this client should validate against.
[JsonPropertyName("user_attribute_profile_id")]
public string? UserAttributeProfileId { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.