Table of Contents

Class ForbiddenSchema

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Forbidden

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Error

[JsonPropertyName("error")]
public required ForbiddenSchemaError Error { get; set; }

Property Value

ForbiddenSchemaError

Message

[JsonPropertyName("message")]
public required string Message { get; set; }

Property Value

string

StatusCode

[JsonPropertyName("statusCode")]
public required string StatusCode { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.