Table of Contents

Class RegisterCimdClientResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Response after successfully registering or updating a CIMD client

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

ClientId

The Auth0 client_id of the created or updated client

[JsonPropertyName("client_id")]
public required string ClientId { get; set; }

Property Value

string

MappedFields

[JsonPropertyName("mapped_fields")]
public required CimdMappedClientFields MappedFields { get; set; }

Property Value

CimdMappedClientFields

Validation

[JsonPropertyName("validation")]
public required CimdValidationResult Validation { get; set; }

Property Value

CimdValidationResult

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.