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