Class UpdateSupplementalSignalsRequestContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateSupplementalSignalsRequestContent : IEquatable<UpdateSupplementalSignalsRequestContent>
- Inheritance
-
UpdateSupplementalSignalsRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
AkamaiEnabled
Indicates if incoming Akamai Headers should be processed
[JsonPropertyName("akamai_enabled")]
public required bool AkamaiEnabled { 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.