@stigg/js-client-sdk - v4.7.0

    Type Alias RotateApiKeyInput

    Input for rotating an API key

    type RotateApiKeyInput = {
        environmentId?: InputMaybe<Scalars["UUID"]>;
        expirationDate?: InputMaybe<Scalars["DateTime"]>;
        id: Scalars["UUID"];
    }
    Index

    Properties

    environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

    expirationDate?: InputMaybe<Scalars["DateTime"]>

    Optional grace period expiration date for the old key, expires immediately if null

    Unique identifier for the entity

    MMNEPVFCICPMFPCPTTAAATR