Type Alias LinkPropGenAppLimitV2

The limit to the number of Analytics Applications generated using this specific Link that can exist, and still not deleted, before the policy defined by the limitPolicy property (configured separately via LinkPropertiesV2.limitPolicy) is applied. If no limitPolicy is defined, the Restrict policy is assumed. If there is no value for this property applicable to the current user, there is no limit to the number of Analytics Applications that can be generated from this link for the user. The count of the current number of Analytics Applications is based on just those Analytics Applications generated by the current user (and still in existence) for this specific link. The minimum value for limit is 1.

type LinkPropGenAppLimitV2 = {
    context: LinkUsageContextV2;
    limit: number;
}
Index

Properties

Properties

An expression based on the usage environment of a Link typically including predicates that test the current user's membership in a group or possession of a user role that when evaluated truthfully enables an applicable value for a Link property. For example, User_* indicates that the link property setting applies to all users while User.name = joe indicates the rule applies only to a specific user named joe.

limit: number