Class ClearAssessorsRequestContent
- Namespace
- Auth0.ManagementApi.Users
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ClearAssessorsRequestContent : IEquatable<ClearAssessorsRequestContent>
- Inheritance
-
ClearAssessorsRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Assessors
List of assessors to clear.
[JsonPropertyName("assessors")]
public IEnumerable<AssessorsTypeEnum> Assessors { get; set; }
Property Value
Connection
The name of the connection containing the user whose assessors should be cleared.
[JsonPropertyName("connection")]
public required string Connection { 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.