OBJECT
UserAudit
Description
An audit triggered by a user.
link GraphQL Schema definition
- type UserAudit {
 - #   The type of the user audit.
 - : UserAuditTypeEnum 
 - #   The ID of the Rubrik cluster to which this user audit belongs.
 - : Cluster 
 - #   The ID of the user audit.
 - : ID! 
 - #   The IP address of the user who triggered this audit.
 - : String 
 - #   The associated message with the user audit.
 - : String! 
 - #   The ID of the object associated with the user audit.
 - : String! 
 - #   The name of the object associated with the user audit.
 - : String 
 - #   The type of the object associated with the user audit.
 - : UserAuditObjectTypeEnum! 
 - #   The organization ID of this user audit.
 - : String! 
 - #   The organization name of this user audit.
 - : String 
 - #   The severity of the user audit.
 - : UserAuditSeverityEnum 
 - #   The status of the user audit.
 - : UserAuditStatusEnum! 
 - #   The time the user audit occurred.
 - : DateTime! 
 - #   The username of the user who triggered the user audit.
 - : String 
 - #   Optional user note.
 - : String 
 - }