Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface ActionSecretRequest

    This file was auto-generated by Fern from our API Definition.

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

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    name?: string

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

    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.