Package version:

Options for updateIssuer.

interface UpdateIssuerOptions {
    accountId?: string;
    administratorContacts?: AdministratorContact[];
    enabled?: boolean;
    organizationId?: string;
    password?: string;
    provider?: string;
}

Hierarchy (view full)

Properties

accountId?: string

The user name/account name/account id.

administratorContacts?: AdministratorContact[]

Details of the organization's administrator contacts, as provided to the issuer.

enabled?: boolean

Determines whether the object is enabled.

organizationId?: string

Id of the organization.

password?: string

The password/secret/account key.

provider?: string

The issuer provider.