interface ViewAccessKeyRequest {
    account_id: string;
    public_key: string;
    request_type: "view_access_key";
}

Properties

account_id: string
public_key: string
request_type: "view_access_key"