Back to Node Auth0

Interface PatchClientCredentialResponseContent

docs/interfaces/management.Management.PatchClientCredentialResponseContent.html

5.9.12.7 KB
Original Source

Interface PatchClientCredentialResponseContent

interface PatchClientCredentialResponseContent {
id?: string;
name?: string;
kid?: string;
alg?: Management.ClientCredentialAlgorithmEnum;
credential_type?: Management.ClientCredentialTypeEnum;
subject_dn?: string;
thumbprint_sha256?: string;
created_at?: string;
updated_at?: string;
expires_at?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

id?name?kid?alg?credential_type?subject_dn?thumbprint_sha256?created_at?updated_at?expires_at?

Properties

Optionalid

id?: string

ID of the credential. Generated on creation.

Optionalname

name?: string

The name given to the credential by the user.

Optionalkid

kid?: string

The key identifier of the credential, generated on creation.

Optionalalg

alg?: Management.ClientCredentialAlgorithmEnum

Optionalcredential_type

credential_type?: Management.ClientCredentialTypeEnum

Optionalsubject_dn

subject_dn?: string

The X509 certificate's Subject Distinguished Name

Optionalthumbprint_sha256

thumbprint_sha256?: string

The X509 certificate's SHA256 thumbprint

Optionalcreated_at

created_at?: string

The ISO 8601 formatted date the credential was created.

Optionalupdated_at

updated_at?: string

The ISO 8601 formatted date the credential was updated.

Optionalexpires_at

expires_at?: string

The ISO 8601 formatted date representing the expiration of the credential.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamekidalgcredential_typesubject_dnthumbprint_sha256created_atupdated_atexpires_at