AccessTypeEnum
No description
enum AccessTypeEnum {
ASSET
PROJECT
VULNERABILITY
FULL_ACCESS
}
Values
AccessTypeEnum.ASSET
Access to specific assets.
AccessTypeEnum.PROJECT
Access to specific projects.
AccessTypeEnum.VULNERABILITY
Access to specific vulnerabilities.
AccessTypeEnum.FULL_ACCESS
Full access to the company
Member Of
Access
object