@squidcloud/client
    Preparing search index...

    Interface CreateManagementApiKeyResponse

    Response returned when a management API key is created. The plaintext keyValue is only returned at creation time — it is not retrievable afterwards.

    interface CreateManagementApiKeyResponse {
        key: ManagementApiKey;
        keyValue: string;
    }
    Index

    Properties

    Properties

    Public metadata of the new key.

    keyValue: string

    Plaintext key value — only returned here, never persisted in clear, never returned again.