This object defines whitelist and blacklist patterns used in access control for app signup.
Field | Type | Required | Description |
id | String | Optional | Unique identifier for the pattern. Available only after adding the pattern. |
pattern | String | Yes | Defines a rule that users must match (e.g., *@company.com , +1* ). |
tags | Array of Strings | Optional | Available only for whitelist. Pre-defined App tags that will be assigned to the user upon signup. |
đ Used In:
- Whitelist Management â
addWhitelistPatterns
,removeWhitelistPatterns
- Blacklist Management â
addBlacklistPatterns
,removeBlacklistPatterns
(withouttags
)