Back to Node Auth0

Interface RotateConnectionsKeysResponseContent

docs/interfaces/management.Management.RotateConnectionsKeysResponseContent.html

5.9.11.9 KB
Original Source

Interface RotateConnectionsKeysResponseContent

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

Indexable

Accepts any additional properties

Index

Properties

kidcertpkcs?next?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

Optionalnext

next?: boolean

True if the key is the the next 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 kidcertpkcsnextfingerprintthumbprintalgorithmkey_usesubject_dn