@edgible-team/sdk
    Preparing search index...

    Interface GetSecretParams

    Fetch a single secret's metadata by name.

    interface GetSecretParams {
        name: string;
        organizationId: string;
    }
    Index

    Properties

    Properties

    name: string
    organizationId: string