Table of Contents

Class UpdateRiskAssessmentsSettingsRequestContent

Namespace
Auth0.ManagementApi.RiskAssessments
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateRiskAssessmentsSettingsRequestContent : IEquatable<UpdateRiskAssessmentsSettingsRequestContent>
Inheritance
UpdateRiskAssessmentsSettingsRequestContent
Implements
Inherited Members
Extension Methods

Properties

Enabled

Whether or not risk assessment is enabled.

[JsonPropertyName("enabled")]
public required bool Enabled { get; set; }

Property Value

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.