UpdateIssuerOptions interface
Options for updateIssuer(string, UpdateIssuerOptions).
- Extends
Properties
provider | The issuer provider. |
Inherited Properties
abort |
The signal which can be used to abort requests. |
account |
The user name/account name/account id. |
administrator |
Details of the organization's administrator contacts, as provided to the issuer. |
enabled | Determines whether the object is enabled. |
on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
organization |
Id of the organization. |
password | The password/secret/account key. |
request |
Options used when creating and sending HTTP requests for this operation. |
serializer |
Options to override serialization/de-serialization behavior. |
tracing |
Options used when tracing is enabled. |
Property Details
provider
The issuer provider.
provider?: string
Property Value
string
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From CreateIssuerOptions.abortSignal
accountId
The user name/account name/account id.
accountId?: string
Property Value
string
Inherited From CreateIssuerOptions.accountId
administratorContacts
Details of the organization's administrator contacts, as provided to the issuer.
administratorContacts?: AdministratorContact[]
Property Value
Inherited From CreateIssuerOptions.administratorContacts
enabled
Determines whether the object is enabled.
enabled?: boolean
Property Value
boolean
Inherited From CreateIssuerOptions.enabled
onResponse
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.
onResponse?: RawResponseCallback
Property Value
Inherited From CreateIssuerOptions.onResponse
organizationId
Id of the organization.
organizationId?: string
Property Value
string
Inherited From CreateIssuerOptions.organizationId
password
The password/secret/account key.
password?: string
Property Value
string
Inherited From CreateIssuerOptions.password
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From CreateIssuerOptions.requestOptions
serializerOptions
Options to override serialization/de-serialization behavior.
serializerOptions?: SerializerOptions
Property Value
Inherited From CreateIssuerOptions.serializerOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From CreateIssuerOptions.tracingOptions