Table of Contents

Class UserAttributeProfileStrategyOverrides

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Strategy-specific overrides for this attribute

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

Properties

Ad

[JsonPropertyName("ad")]
public UserAttributeProfileStrategyOverridesMapping? Ad { get; set; }

Property Value

UserAttributeProfileStrategyOverridesMapping

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Adfs

[JsonPropertyName("adfs")]
public UserAttributeProfileStrategyOverridesMapping? Adfs { get; set; }

Property Value

UserAttributeProfileStrategyOverridesMapping

GoogleApps

[JsonPropertyName("google-apps")]
public UserAttributeProfileStrategyOverridesMapping? GoogleApps { get; set; }

Property Value

UserAttributeProfileStrategyOverridesMapping

Oidc

[JsonPropertyName("oidc")]
public UserAttributeProfileStrategyOverridesMapping? Oidc { get; set; }

Property Value

UserAttributeProfileStrategyOverridesMapping

Okta

[JsonPropertyName("okta")]
public UserAttributeProfileStrategyOverridesMapping? Okta { get; set; }

Property Value

UserAttributeProfileStrategyOverridesMapping

Pingfederate

[JsonPropertyName("pingfederate")]
public UserAttributeProfileStrategyOverridesMapping? Pingfederate { get; set; }

Property Value

UserAttributeProfileStrategyOverridesMapping

Samlp

[JsonPropertyName("samlp")]
public UserAttributeProfileStrategyOverridesMapping? Samlp { get; set; }

Property Value

UserAttributeProfileStrategyOverridesMapping

Waad

[JsonPropertyName("waad")]
public UserAttributeProfileStrategyOverridesMapping? Waad { get; set; }

Property Value

UserAttributeProfileStrategyOverridesMapping

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.