Result of requestint creation of a key if absent.

interface CreateKeyIfAbsentResult {
    created: boolean;
    keyId: string;
}

Properties

Properties

created: boolean

Whether or not key needed to be created

keyId: string

ID of the key