Table of Contents

Class PreviewCimdMetadataResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record PreviewCimdMetadataResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<PreviewCimdMetadataResponseContent>
Inheritance
PreviewCimdMetadataResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

ClientId

The client_id of an existing client registered with this external_client_id, if one exists.

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

Property Value

string

Errors

Array of retrieval errors (populated when the metadata document could not be fetched). When present, validation is omitted.

[JsonPropertyName("errors")]
public IEnumerable<string>? Errors { get; set; }

Property Value

IEnumerable<string>

MappedFields

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

Property Value

CimdMappedClientFields

Validation

[JsonPropertyName("validation")]
public 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.