AccessInput
No description
input AccessInput {
fullAccess: Boolean
assetIds: [ID!]
projectIds: [ID!]
vulnerabilityIds: [ID!]
}
Fields
AccessInput.fullAccess
● Boolean
scalar
Grant full access to the company.
AccessInput.assetIds
● [ID!]
list scalar
The IDs of the assets that will be granted access.
AccessInput.projectIds
● [ID!]
list scalar
The IDs of the projects that will be granted access.
AccessInput.vulnerabilityIds
● [ID!]
list scalar
The IDs of the vulnerabilities that will be granted access.
Member Of
CreateInviteUserInput
input ● TeamTypeInput
input ● UpdatePortalUserAccessInput
input