interface AdminKeyResponse {
    accountId?: string;
    expirationTime?: string;
}

Hierarchy

  • Record<string, unknown>
    • AdminKeyResponse

Properties

accountId?: string

User identifier.

expirationTime?: string

Timestamp in UTC that represents when the admin key will expire. In format "YYYY-MM-DDTHH:mm:ss.sssZ".