ENUM

PrincipalRiskySummaryPrincipalType

Description

Principal type for risk summary.

link GraphQL Schema definition

  • enum PrincipalRiskySummaryPrincipalType {
  • # Principal of the access policy type.
  • ACCESS_POLICY
  • # Principal of the assumable identity type.
  • ASSUMABLE_IDENTITY
  • # Principal of the attribute schema type.
  • ATTRIBUTE_SCHEMA
  • # Principal of the class schema type.
  • CLASS_SCHEMA
  • # Principal of the computer type.
  • COMPUTER
  • # Principal of the contact type.
  • CONTACT
  • # Principal of the container type.
  • CONTAINER
  • # Principal of the domain DNS type.
  • DOMAIN_DNS
  • # Principal of the external account type.
  • EXTERNAL_ACCOUNT
  • # Principal of the external principal type.
  • EXTERNAL_PRINCIPAL
  • # Principal of the foreign security principal type.
  • FOREIGN_SECURITY_PRINCIPAL
  • # Principal of the Active Directory GPO type.
  • GPO
  • # Principal of the group type.
  • GROUP
  • # Principal of the infrastructure update type.
  • INFRASTRUCTURE_UPDATE
  • # Principal of the inter-site transport type.
  • INTER_SITE_TRANSPORT
  • # Principal of the inter-site transport container type.
  • INTER_SITE_TRANSPORT_CONTAINER
  • # Principal of the licensing site settings type.
  • LICENSING_SITE_SETTINGS
  • # Principal of the MSDS quota container type.
  • MSDS_QUOTA_CONTAINER
  • # Principal of the MSDS quota control type.
  • MSDS_QUOTA_CONTROL
  • # Principal of the named location type.
  • NAMED_LOCATION
  • # Principal of the NTDS site settings type.
  • NTDS_SITE_SETTINGS
  • # Principal of the org-wide identity type.
  • ORG_WIDE
  • # Principal of the OU type.
  • OU
  • # Principal of the password settings type.
  • PASSWORD_SETTINGS
  • # Principal of the password settings container type.
  • PASSWORD_SETTINGS_CONTAINER
  • # Principal of the print queue type.
  • PRINT_QUEUE
  • # Principal of the public identity type.
  • PUBLIC
  • # Principal of the RID manager type.
  • RID_MANAGER
  • # Principal of the server type.
  • SERVER
  • # Principal of the servers container type.
  • SERVERS_CONTAINER
  • # Principal of the service account type.
  • SERVICE_ACCOUNT
  • # Principal of the site type.
  • SITE
  • # Principal of the site link type.
  • SITE_LINK
  • # Principal of the site link bridge type.
  • SITE_LINK_BRIDGE
  • # Principal of the subnet type.
  • SUBNET
  • # Principal of the subnet container type.
  • SUBNET_CONTAINER
  • # Principal of the trusted domain type.
  • TRUSTED_DOMAIN
  • # Principal of the unknown type.
  • UNKNOWN
  • # Principal of the user type.
  • USER
  • # Principal of the volume type.
  • VOLUME
  • }