Interface GetAuthKeysWithKeyNameRequest

interface GetAuthKeysWithKeyNameRequest {
    keyName: string;
}

Properties

Properties

keyName: string