RuleAuditData
The RuleAuditData type represents the audit data of a rule.
type RuleAuditData {
ruleId: ID!
modifiedBy: String!
changedAt: DateTime!
ruleActionType: RuleActionType!
auditDetails: [AuditDetail!]!
}
Fields
RuleAuditData.ruleId
● ID!
non-null scalar
unique identifier of the rule.
RuleAuditData.modifiedBy
● String!
non-null scalar
The member who modified the rule.
RuleAuditData.changedAt
● DateTime!
non-null scalar
The date and time when the rule was changed.
RuleAuditData.ruleActionType
● RuleActionType!
non-null enum
The type of action performed on the rule.
RuleAuditData.auditDetails
● [AuditDetail!]!
non-null object
The actions made to the rule.
Member Of
AuditEdge
object