interface DeveloperKeyReference {
    id: string;
    name: string;
    username?: string;
}

Properties

Properties

id: string

The id of the key

name: string

The name of the key

username?: string

The username that represents the user that the key was used on behalf of