Back to Node Auth0

Interface PreviewCimdMetadataResponseContent

docs/interfaces/management.Management.PreviewCimdMetadataResponseContent.html

5.9.11.5 KB
Original Source

Interface PreviewCimdMetadataResponseContent

interface PreviewCimdMetadataResponseContent {
client_id?: string;
errors?: string[];
validation?: CimdValidationResult;
mapped_fields?: CimdMappedClientFields;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

client_id?errors?validation?mapped_fields?

Properties

Optionalclient_id

client_id?: string

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

Optionalerrors

errors?: string[]

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

Optionalvalidation

validation?: CimdValidationResult

Optionalmapped_fields

mapped_fields?: CimdMappedClientFields

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties client_iderrorsvalidationmapped_fields