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

    Interface UpdateFlowsVaultConnectionResponseContent

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

    interface UpdateFlowsVaultConnectionResponseContent {
        id: string;
        app_id: string;
        environment?: string;
        name: string;
        account_name?: string;
        ready: boolean;
        created_at: string;
        updated_at: string;
        refreshed_at?: string;
        fingerprint: string;
    }
    Index

    Properties

    id: string

    Flows Vault Connection identifier.

    app_id: string

    Flows Vault Connection app identifier.

    environment?: string

    Flows Vault Connection environment.

    name: string

    Flows Vault Connection name.

    account_name?: string

    Flows Vault Connection custom account name.

    ready: boolean

    Whether the Flows Vault Connection is configured.

    created_at: string

    The ISO 8601 formatted date when this Flows Vault Connection was created.

    updated_at: string

    The ISO 8601 formatted date when this Flows Vault Connection was updated.

    refreshed_at?: string

    The ISO 8601 formatted date when this Flows Vault Connection was refreshed.

    fingerprint: string