Back to Node Auth0

Interface ActionSecretRequest

docs/interfaces/management.Management.ActionSecretRequest.html

5.9.1832 B
Original Source

Interface ActionSecretRequest

interface ActionSecretRequest {
name?: string;
value?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

name?value?

Properties

Optionalname

name?: string

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

Optionalvalue

value?: string

The value of the particular secret, e.g. secret123. A secret's value can only be set upon creation. A secret's value will never be returned by the API.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namevalue