Type Alias LinkPropOverrideGenAppLimitV2

The limit to the number of Analytics Applications generated can be overridden using this specific Link that can exist, and still not deleted. The default value for this property is false. If this property value is set to true, then the limit value in genAppLimit is ignored.

type LinkPropOverrideGenAppLimitV2 = {
    context: LinkUsageContextV2;
    overrideGenAppLimit?: boolean;
}
Index

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.

overrideGenAppLimit?: boolean