bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class UserPermissions<T>

    UserPermissions represents the permissions of a user and what they can update about their approvals.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    canUpdateAutoApproveAllIncomingTransfers: ActionPermission<T>[]

    The permissions for updating auto-approving all incoming transfers. If auto-approve is enabled, then the user will be approved by default for all incoming transfers.

    canUpdateAutoApproveSelfInitiatedIncomingTransfers: ActionPermission<T>[]

    The permissions for updating auto-approving self-initiated incoming transfers. If auto-approve is enabled, then the user will be approved by default for all incoming transfers that are self-initiated.

    canUpdateAutoApproveSelfInitiatedOutgoingTransfers: ActionPermission<T>[]

    The permissions for updating auto-approving self-initiated outgoing transfers. If auto-approve is enabled, then the user will be approved by default for all outgoing transfers that are self-initiated.

    canUpdateIncomingApprovals: UserIncomingApprovalPermission<T>[]

    The list of permissions for updating approved incoming transfers.

    canUpdateOutgoingApprovals: UserOutgoingApprovalPermission<T>[]

    The list of permissions for updating approved outgoing transfers.

    Methods