SubscriptionFlags enum
Read-only indicators that further describe the subscription.
Fields
None = 0 | None |
GroupSubscription = 1 | Subscription's subscriber is a group, not a user |
ContributedSubscription = 2 | Subscription is contributed and not persisted. This means certain fields of the subscription, like Filter, are read-only. |
CanOptOut = 4 | A user that is member of the subscription's subscriber group can opt in/out of the subscription. |
TeamSubscription = 8 | If the subscriber is a group, is it a team. |
OneActorMatches = 16 | For role based subscriptions, there is an expectation that there will always be at least one actor that matches |