| Name | Type | Description | Notes |
|---|---|---|---|
| authenticator | UpdatePartialKmsAuthenticator | [default to undefined] | |
| authenticatorId | string | [default to undefined] | |
| organizationId | string | [default to undefined] | |
| username | string | [default to undefined] |
import { UpdateAuthenticatorRequest } from '@phantom/openapi-wallet-service';
const instance: UpdateAuthenticatorRequest = {
authenticator,
authenticatorId,
organizationId,
username,
};