| Name | Type | Description | Notes |
|---|---|---|---|
| scope | ScopeEnum | 'all' grants access to all profiles, 'profiles' restricts to specific profiles | |
| profileIds | List<String> | Required if scope is 'profiles'. Array of profile IDs to grant access to. | [optional] |
| Name | Value |
|---|---|
| ALL | "all" |
| PROFILES | "profiles" |