Class ConnectionProfileStrategyOverrides
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Strategy-specific overrides for this attribute
[Serializable]
public record ConnectionProfileStrategyOverrides : IJsonOnDeserialized, IEquatable<ConnectionProfileStrategyOverrides>
- Inheritance
-
ConnectionProfileStrategyOverrides
- Implements
- Inherited Members
- Extension Methods
Properties
Ad
[JsonPropertyName("ad")]
public ConnectionProfileStrategyOverride? Ad { get; set; }
Property Value
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Adfs
[JsonPropertyName("adfs")]
public ConnectionProfileStrategyOverride? Adfs { get; set; }
Property Value
GoogleApps
[JsonPropertyName("google-apps")]
public ConnectionProfileStrategyOverride? GoogleApps { get; set; }
Property Value
Oidc
[JsonPropertyName("oidc")]
public ConnectionProfileStrategyOverride? Oidc { get; set; }
Property Value
Okta
[JsonPropertyName("okta")]
public ConnectionProfileStrategyOverride? Okta { get; set; }
Property Value
Pingfederate
[JsonPropertyName("pingfederate")]
public ConnectionProfileStrategyOverride? Pingfederate { get; set; }
Property Value
Samlp
[JsonPropertyName("samlp")]
public ConnectionProfileStrategyOverride? Samlp { get; set; }
Property Value
Waad
[JsonPropertyName("waad")]
public ConnectionProfileStrategyOverride? Waad { 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.