Type alias UpdateServiceAccountRequest

UpdateServiceAccountRequest: {
    body: UpdateAccessTokenInput;
    serviceAccountId: EntityId;
}

Type declaration

Generated using TypeDoc