UserAccess
No description
type UserAccess {
accessTitle: String!
accessType: String!
company: Company!
id: ID!
project: Project
}
Fields
UserAccess.accessTitle ● String! non-null scalar
The title of the entity associated with the user access
UserAccess.accessType ● String! non-null scalar
The type of entity associated with the user access (e.g., Full Access, Asset, Project or Vulnerability)
UserAccess.company ● Company! non-null object
The company to which the user access is associated
UserAccess.id ● ID! non-null scalar
UserAccess.project ● Project object
Member Of
UserAccessCollection object