https://staging.test.campussuite.com/_dashboard/notifications/lists/list

Security

Token

1 Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#420
  -user: Platform\SecurityBundle\Entity\Identity\Account {#519 …}
  -roleNames: []
  -authenticated: true
  -attributes: []
  -firewallName: "dashboard"
}

Firewall

dashboard Name
Security enabled
Stateless

Configuration

Key Value
provider Platform\SecurityBundle\Service\AccountProvider
context dashboard
entry_point Platform\SecurityBundle\Service\Firewalls\DashboardAuthenticationEntryPoint
user_checker security.user_checker
access_denied_handler Platform\SecurityBundle\Service\Firewalls\DashboardAccessDeniedHandler
access_denied_url (none)
authenticators
[
  "switch_user"
  "login_link"
  "Platform\SecurityBundle\Service\Authenticator\OAuthLoginAuthenticator"
  "Platform\SecurityBundle\Service\Authenticator\LoginFormAuthenticator"
  "Platform\SecurityBundle\Service\Authenticator\JWTAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#395
  -map: Symfony\Component\Security\Http\AccessMap {#396 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#362 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#401
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1811 …}
  -sessionKey: "_security_dashboard"
  -logger: Symfony\Bridge\Monolog\Logger {#362 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#402 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#369 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#359 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1812 …}
    "enableUsageTracking"
  ]
}
9.34 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#224
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#235 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#212
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1812 …}
  -provider: Platform\SecurityBundle\Service\AccountProvider {#1815 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#211 …}
  -firewallName: "dashboard"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1780 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#362 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#17 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#368
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1812 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app.platform.security.logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#360 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#369 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#222
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1812 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1780 …}
  -map: Symfony\Component\Security\Http\AccessMap {#396 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.19 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"Platform\SecurityBundle\Security\AliasVoter"
5
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
6
"Platform\SecurityBundle\Security\Voter\CmsVoter"
7
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
8
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
9
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED
Symfony\Component\HttpFoundation\Request {#7
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#12 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#10 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#11 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#15 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#14 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#13 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#16 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/_dashboard/notifications/lists/list"
  #requestUri: "/_dashboard/notifications/lists/list"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#414 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
2 GRANTED campussuite.cms.me.sites
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
3 GRANTED app.schools.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
4 GRANTED app.security.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
5 GRANTED app.notifications.automations.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
6 GRANTED app.social.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
7 GRANTED campussuite.root
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS GRANTED
Show voter details
8 GRANTED campussuite.root
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS GRANTED
Show voter details
9 GRANTED campussuite.root
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS GRANTED
Show voter details
10 GRANTED campussuite.root
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS GRANTED
Show voter details
11 GRANTED campussuite.root
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS GRANTED
Show voter details
12 GRANTED campussuite.root
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS GRANTED
Show voter details
13 GRANTED campussuite.root
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS GRANTED
Show voter details
14 GRANTED campussuite.root
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS GRANTED
Show voter details
15 GRANTED app.notifications.contacts.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
16 GRANTED Expression:
is_granted('app.notifications.contacts.admin', subject) or is_granted('app.notifications.contacts.view', subject)
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
17 GRANTED app.notifications.automations.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
18 GRANTED @app.notifications.access
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS GRANTED
Show voter details
19 GRANTED app.notifications.templates.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
20 GRANTED Expression:
is_granted('app.notifications.templates.admin', subject) or is_granted('app.notifications.automations.admin', subject)
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
21 GRANTED app.notifications.onboarding.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
22 GRANTED app.notifications.automations.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
23 GRANTED Expression:
is_granted('app.notifications.automations.admin', subject) or is_granted('app.notifications.messaging.general', subject) or is_granted('app.notifications.messaging.urgent', subject)
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
24 GRANTED campussuite.root
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS GRANTED
Show voter details
25 GRANTED app.notifications.contacts.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
26 GRANTED Expression:
is_granted('app.notifications.contacts.admin', subject) or is_granted('app.notifications.contacts.view', subject)
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
27 GRANTED app.notifications.contacts.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
28 GRANTED Expression:
is_granted('app.notifications.contacts.admin', subject) or is_granted('app.notifications.contacts.view', subject)
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
29 GRANTED app.notifications.contacts.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
30 GRANTED Expression:
is_granted('app.notifications.contacts.admin', subject) or is_granted('app.notifications.contacts.view', subject)
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
31 GRANTED app.notifications.contacts.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
32 GRANTED Expression:
is_granted('app.notifications.contacts.admin', subject) or is_granted('app.notifications.contacts.view', subject)
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
33 GRANTED app.notifications.contacts.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
34 GRANTED Expression:
is_granted('app.notifications.contacts.admin', subject) or is_granted('app.notifications.contacts.view', subject)
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
35 GRANTED app.notifications.contacts.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
36 GRANTED Expression:
is_granted('app.notifications.contacts.admin', subject) or is_granted('app.notifications.contacts.view', subject)
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
37 GRANTED app.notifications.onboarding.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
38 GRANTED app.notifications.onboarding.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
39 GRANTED app.notifications.onboarding.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
40 GRANTED app.notifications.onboarding.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
41 GRANTED app.notifications.onboarding.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
42 GRANTED app.notifications.onboarding.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
43 GRANTED app.notifications.automations.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
44 GRANTED Expression:
is_granted('app.notifications.automations.admin', subject) or is_granted('app.notifications.messaging.general', subject) or is_granted('app.notifications.messaging.urgent', subject)
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
45 GRANTED app.notifications.automations.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
46 GRANTED Expression:
is_granted('app.notifications.automations.admin', subject) or is_granted('app.notifications.messaging.general', subject) or is_granted('app.notifications.messaging.urgent', subject)
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS GRANTED
Show voter details
47 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\DistrictList {#4240
  #id: 1450
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4244 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4245
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4239
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "[District] Campus Suite School District (Community)"
  #types: 8
  #_count: 2
  #school: null
  #onerosterId: "ORG-DISTRICT"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
48 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\DistrictList {#4255
  #id: 1449
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4254 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4139
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4246
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "[District] Campus Suite School District (Parent)"
  #types: 2
  #_count: 14
  #school: null
  #onerosterId: "ORG-DISTRICT"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
49 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\DistrictList {#4286
  #id: 1448
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4275 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4243
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4276
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "[District] Campus Suite School District (Staff)"
  #types: 1
  #_count: 17
  #school: null
  #onerosterId: "ORG-DISTRICT"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
50 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\SchoolList {#4284
  #id: 1468
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4273 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4287
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4288
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "App Review School (Community)"
  #types: 8
  #_count: 1
  #school: null
  #onerosterId: "ORG-REVIEW"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
51 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\SchoolList {#4253
  #id: 1467
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4281 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4282
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4280
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "App Review School (Parent)"
  #types: 2
  #_count: 1
  #school: null
  #onerosterId: "ORG-REVIEW"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
52 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\SchoolList {#4362
  #id: 1466
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4274 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4264
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4267
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "App Review School (Staff)"
  #types: 1
  #_count: 4
  #school: null
  #onerosterId: "ORG-REVIEW"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
53 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\SchoolList {#4365
  #id: 1459
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4361 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4363
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4364
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "Campus Suite High School (Community)"
  #types: 8
  #_count: 1
  #school: null
  #onerosterId: "ORG-HIGH"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
54 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\SchoolList {#4369
  #id: 1458
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4366 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4367
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4368
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "Campus Suite High School (Parent)"
  #types: 2
  #_count: 5
  #school: null
  #onerosterId: "ORG-HIGH"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
55 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\SchoolList {#4373
  #id: 1457
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4370 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4371
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4372
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "Campus Suite High School (Staff)"
  #types: 1
  #_count: 3
  #school: null
  #onerosterId: "ORG-HIGH"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
56 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\SchoolList {#4377
  #id: 1447
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4374 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4375
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4376
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "Custom School (Community)"
  #types: 8
  #_count: 1
  #school: null
  #onerosterId: "ORG-CUSTOM"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
57 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\SchoolList {#4381
  #id: 1446
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4378 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4379
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4380
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "Custom School (Parent)"
  #types: 2
  #_count: 1
  #school: null
  #onerosterId: "ORG-CUSTOM"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
58 GRANTED app.notifications.lists.admin
Products\NotificationsBundle\Entity\Lists\SchoolList {#4385
  #id: 1445
  #uid: Ramsey\Uuid\Lazy\LazyUuidFromString {#4382 …}
  #tenant: Cms\TenantBundle\Entity\Tenant {#584 …}
  -tenanted: null
  #createdAt: DateTime @1693163937 {#4383
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  #updatedAt: null
  #touchedAt: DateTime @1693163937 {#4384
    date: 2023-08-27 19:18:57.0 Etc/UTC (+00:00)
  }
  -timestampable: null
  #createdBy: null
  #updatedBy: null
  #touchedBy: null
  -blameable: null
  #name: "Custom School (Staff)"
  #types: 1
  #_count: 1
  #school: null
  #onerosterId: "ORG-CUSTOM"
  #onerosterArchived: false
  #flags: 1
  #alias: null
}
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
59 GRANTED campussuite.cms.me.sites
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
60 GRANTED campussuite.cms.me.sites
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
61 GRANTED app.schools.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
62 GRANTED app.schools.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
63 GRANTED app.schools.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
64 GRANTED app.schools.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
65 GRANTED app.security.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
66 GRANTED app.security.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
67 GRANTED app.security.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
68 GRANTED app.security.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
69 GRANTED app.notifications.automations.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
70 GRANTED app.notifications.automations.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
71 GRANTED app.social.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details
72 GRANTED app.social.admin
null
"Platform\SecurityBundle\Security\AliasVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Service\Voters\ImpersonateVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\CmsVoter"
ACCESS DENIED
"Platform\SecurityBundle\Security\Voter\InternalUserVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\NotificationsVoter"
ACCESS ABSTAIN
"Platform\SecurityBundle\Security\Voter\SuperUserVoter"
ACCESS GRANTED
Show voter details