Access
No description
type Access {
id: ID!
label: String!
type: AccessTypeEnum!
}
Fields
Access.id
● ID!
non-null scalar
ID of the resource to be accessed.
Access.label
● String!
non-null scalar
Label of the resource to be accessed.
Access.type
● AccessTypeEnum!
non-null enum
Type of access the user/team has.
Member Of
PortalUser
object ● Team
object