Table of Contents

Class UserAttributeProfileStrategyOverridesUserId

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Strategy-specific overrides for user ID

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

Properties

Ad

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

Property Value

UserAttributeProfileStrategyOverridesUserIdMapping

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Adfs

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

Property Value

UserAttributeProfileStrategyOverridesUserIdMapping

GoogleApps

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

Property Value

UserAttributeProfileStrategyOverridesUserIdMapping

Oidc

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

Property Value

UserAttributeProfileStrategyOverridesUserIdMapping

Okta

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

Property Value

UserAttributeProfileStrategyOverridesUserIdMapping

Pingfederate

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

Property Value

UserAttributeProfileStrategyOverridesUserIdMapping

Samlp

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

Property Value

UserAttributeProfileStrategyOverridesUserIdMapping

Waad

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

Property Value

UserAttributeProfileStrategyOverridesUserIdMapping

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.