PrincipalSummary
Summary of a principal.
Fields
| Field | Type | Description |
|---|---|---|
| accessTypeSummary | AccessTypeSummary | Specifies the access type summary for a principal. |
| additionalMetadata | PrincipalSummaryAdditionalMetadata | Additional metadata for the principal. |
| alertInfo | AlertInfo | Alert information about the principal. |
| cloudAccountInfo | CloudAccountInfo | Cloud account to which the principal belongs. |
| creationTime | Long! | Determines the creation time of the principal. |
| dataCategoryResults | [DataCategoryResult!]! | Data category results for principal. |
| dataTypeResults | [DataTypeResult!]! | Data type results for principal. |
| dataViolationInfo | ViolationInfo | Data violation information of the principal. |
| deletedAt | DateTime | Deletion timestamp of the principal. |
| deltaSensitiveFiles | SensitiveFiles | Delta sensitive file count for various risk levels. |
| deltaSensitiveHits | SummaryHits | Delta sensitive hits accumulated across different workloads for the user. |
| department | String! | Department of the principal. |
| domainFid | String! | Domain FID of principal. |
| domainId | String! | ID of the domain to which the principal belongs. |
| domainName | String! | Name of the domain to which the principal belongs. |
| entityId | String! | Entity ID of the principal. |
| entityName | String! | Entity name of the principal. |
| fullName | String! | Name of the principal. |
| hasInsights | Boolean! | Specifies whether the object has insights or not. |
| hybridState | HybridState! | Hybrid state of the principal. |
| identityTags | [IdentityTag!]! | Identity tags for the principal. |
| identityViolationInfo | ViolationInfo | Identity violation information of the principal. |
| idpType | IdpType! | Source of principal. |
| isComplete | Boolean! | Determines whether the principal is fully populated. |
| isNewlyAdded | Boolean! | Determines whether the principal has been newly added. |
| isPrimary | Boolean! | Determines whether the principal is primary. |
| lastChanged | DateTime | Determines the last changed time of the principal. |
| nativeType | NativeType! | Native type of the principal. |
| numDescendants | Int! | Number of descendants of the principal (user or group). For a user, this will always be 0. |
| objectCount | Int! | Count of objects to which the principal has access. |
| owners | [OwnerInfo!]! | List of owners of this principal. |
| previousRiskLevel | RiskLevelType! | Previous risk level for the principal. |
| principalId | String! | ID of the principal. |
| principalOrigin | PrincipalOrigin! | Origin of principal. |
| principalType | PrincipalRiskySummaryPrincipalType! | Type of principal. |
| privilegeType | PrivilegeType! | Type of privilege of the principal. |
| privilegedMembershipDetails | MembershipCount | Membership count of the principal. |
| riskLevel | RiskLevelType! | Risk level for the principal. |
| riskReasons | PrincipalRiskReasons | Risk reasons for a principal. |
| rootDomainId | String! | Root domain ID of the principal. |
| rootDomainName | String! | Root domain name of the principal. |
| secretsMetadata | [SecretMetaData!]! | Secrets metadata for non-human identities. |
| sensitiveFiles | SensitiveFiles | Sensitive file count for various risk levels. |
| sensitiveHits | SensitiveHits | Sensitive hits for various risk levels. |
| sensitiveObjectCount | SummaryCount | Number of objects on which the user has sensitive hits. |
| status | IdentityStatus! | Status of the principal. |
| title | String! | Title of principal. |
| totalSensitiveHits | SummaryHits | Sensitive hits accumulated across different workloads for the user. |
| uniqueIdentifier | String! | Unique identifier of the principal. |
| upn | String! | Unique name for the principal (user or group). |
| violationInfo | ViolationInfo | Violation information of the principal. |
Used By
Queries
- query: listAccessGrantingIdentities (via connection)
- query: listDataAccessIdentities (via connection)
- query: principalSummaries (via connection)
Referenced by