Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

RevokeRequest

Hierarchy

  • RevokeRequest

Index

Properties

comment?: string

Optional comment to include in revocation notification

memberof

RevokeRequest

connection_id?: string

Connection ID to which the revocation notification will be sent; required if notify is true

memberof

RevokeRequest

cred_ex_id?: string

Credential exchange identifier

memberof

RevokeRequest

cred_rev_id?: string

Credential revocation identifier

memberof

RevokeRequest

notify?: boolean

Send a notification to the credential recipient

memberof

RevokeRequest

Specify which version of the revocation notification should be sent

memberof

RevokeRequest

publish?: boolean

(True) publish revocation to ledger immediately, or (default, False) mark it pending

memberof

RevokeRequest

rev_reg_id?: string

Revocation registry identifier

memberof

RevokeRequest

thread_id?: string

Thread ID of the credential exchange message thread resulting in the credential now being revoked; required if notify is true

memberof

RevokeRequest

Generated using TypeDoc