Mayson Monorepo Documentation
    Preparing search index...
    interface SecretDeleteWhereParams {
        name: string;
        scope: Stripe.Apps.SecretDeleteWhereParams.Scope;
        expand?: string[];
    }
    Index

    Properties

    Properties

    name: string

    A name for the secret that's unique within the scope.

    Specifies the scoping of the secret. Requests originating from UI extensions can only access account-scoped secrets or secrets scoped to their own user.

    expand?: string[]

    Specifies which fields in the response should be expanded.