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

    Interface ActionSecretResponse

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

    interface ActionSecretResponse {
        name?: string;
        updated_at?: 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.

    updated_at?: string

    The time when the secret was last updated.