AccessRights
Defines which EventsAir identities are permitted access to an event or contact store.
type AccessRights {
allIdentitiesAllowed: Boolean!
allowedIdentities: [EventsAirIdentity!]!
}
Fields
AccessRights.allIdentitiesAllowed
● Boolean!
non-null scalar
A flag indicating whether all EventsAir identities can access an event or contact store.
AccessRights.allowedIdentities
● [EventsAirIdentity!]!
non-null union
A list of EventsAir identities allowed to access this event or contact store. If allIdentitiesAllowed
is true
then this list is empty.
Similarly, if this list includes any items, then allIdentitiesAllowed
will be false
.
Note that users configured as Application Administrators always have access to all events and contact stores, irrespective of their inclusion in this list.
Member Of
CeContactStore
object ● ContactStore
object ● Event
object ● MembershipContactStore
object