UserOutgoingApprovalPermission defines the permissions for updating the user's approved outgoing transfers.

from message badges.UserOutgoingApprovalPermission

Hierarchy

Constructors

Properties

approvalId: string = ""

Identifier for the approvalId. You can use "All" or "!approvalId" for shorthand. If you use "All", this approval will match to all approvalIds. If you use "!approvalId", this approval will match to all approvalIds except for approvalId. If you use "approvalId", this approval will match to only the specified approvalId and fail on all others.

from field: string approvalId = 8;

badgeIds: proto.badges.UintRange[] = []

Specifies the badge IDs involved in the transfer.

from field: repeated badges.UintRange badgeIds = 4;

initiatedByListId: string = ""

Identifier for the initiator list (who is approved?).

from field: string initiatedByListId = 2;

ownershipTimes: proto.badges.UintRange[] = []

Specifies the ownership times for the badges in the transfer.

from field: repeated badges.UintRange ownershipTimes = 5;

permanentlyForbiddenTimes: proto.badges.UintRange[] = []

Specifies the times when this permission is forbidden. Can not overlap with permanentlyPermittedTimes.

from field: repeated badges.UintRange permanentlyForbiddenTimes = 10;

permanentlyPermittedTimes: proto.badges.UintRange[] = []

Specifies the times when this permission is permitted. Can not overlap with permanentlyForbiddenTimes.

from field: repeated badges.UintRange permanentlyPermittedTimes = 9;

toListId: string = ""

Identifier for the recipient list.

from field: string toListId = 1;

transferTimes: proto.badges.UintRange[] = []

Specifies the times when the transfer can occur.

from field: repeated badges.UintRange transferTimes = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "badges.UserOutgoingApprovalPermission" = "badges.UserOutgoingApprovalPermission"

Methods