Back to Node Auth0

Interface ActionSecretResponse

docs/interfaces/management.Management.ActionSecretResponse.html

5.9.1771 B
Original Source

Interface ActionSecretResponse

interface ActionSecretResponse {
name?: string;
updated_at?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

name?updated_at?

Properties

Optionalname

name?: string

The name of the particular secret, e.g. API_KEY.

Optionalupdated_at

updated_at?: string

The time when the secret was last updated.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nameupdated_at