Back to Node Auth0

Interface EncryptionKey

docs/interfaces/management.Management.EncryptionKey.html

5.9.11.7 KB
Original Source

Interface EncryptionKey

Encryption key

interface EncryptionKey {
kid: string;
type: Management.EncryptionKeyType;
state: Management.EncryptionKeyState;
created_at: string;
updated_at: string;
parent_kid?: string | null;
public_key?: string | null;
}

Index

Properties

kidtypestatecreated_atupdated_atparent_kid?public_key?

Properties

kid

kid: string

Key ID

type

type: Management.EncryptionKeyType

state

state: Management.EncryptionKeyState

created_at

created_at: string

Key creation timestamp

updated_at

updated_at: string

Key update timestamp

Optionalparent_kid

parent_kid?: string | null

ID of parent wrapping key

Optionalpublic_key

public_key?: string | null

Public key in PEM format

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties kidtypestatecreated_atupdated_atparent_kidpublic_key