Back to Node Auth0

Interface PostConnectionsKeysResponseContentItem

docs/interfaces/management.Management.PostConnectionsKeysResponseContentItem.html

5.9.12.3 KB
Original Source

Interface PostConnectionsKeysResponseContentItem

interface PostConnectionsKeysResponseContentItem {
kid: string;
cert: string;
pkcs?: string;
current?: boolean;
next?: boolean;
current_since?: string;
fingerprint: string;
thumbprint: string;
algorithm?: string;
key_use?: Management.ConnectionKeyUseEnum;
subject_dn?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

kidcertpkcs?current?next?current_since?fingerprintthumbprintalgorithm?key_use?subject_dn?

Properties

kid

kid: string

The key id of the signing key

cert

cert: string

The public certificate of the signing key

Optionalpkcs

pkcs?: string

The public certificate of the signing key in pkcs7 format

Optionalcurrent

current?: boolean

True if the key is the current key

Optionalnext

next?: boolean

True if the key is the next key

Optionalcurrent_since

current_since?: string

The date and time when the key became the current key

fingerprint

fingerprint: string

The cert fingerprint

thumbprint

thumbprint: string

The cert thumbprint

Optionalalgorithm

algorithm?: string

Signing key algorithm

Optionalkey_use

key_use?: Management.ConnectionKeyUseEnum

Optionalsubject_dn

subject_dn?: string

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties kidcertpkcscurrentnextcurrent_sincefingerprintthumbprintalgorithmkey_usesubject_dn