API Reference
Class
AdxAclFileGovernanceAuditSink
Writes ACL governance audit records to a JSONL file.
Inheritance
- Object
- AdxAclFileGovernanceAuditSink
Remarks
Thread-safe within a single process. Multi-process append coordination is not provided.
Constructors
AdxAclFileGovernanceAuditSink 2 overloads
Methods
public virtual Void Write(AdxAclGovernanceAuditRecord record) #Returns:
VoidParameters
- record ADPlayground.Acl.AdxAclGovernanceAuditRecord
Inherited Methods
Properties
public String FilePath { get; } #Gets destination JSONL file path.