API Reference
Class
AdxAclExecutionOptions
Execution options used to enforce IX-style write governance for ACL tooling.
Inheritance
- Object
- AdxAclExecutionOptions
Constructors
public AdxAclExecutionOptions() #Inherited Methods
Properties
public AdxAclExecutionIntent Intent { get; set; } #Gets or sets execution intent.
public Boolean AllowWrite { get; set; } #Gets or sets whether explicit write confirmation was provided. Maps to allow_write.
public Boolean DryRun { get; set; } #Gets or sets whether operation runs in dry-run mode.
public String WriteExecutionId { get; set; } #Gets or sets write execution identifier. Maps to write_execution_id.
public String WriteActorId { get; set; } #Gets or sets write actor identifier. Maps to write_actor_id.
public String WriteChangeReason { get; set; } #Gets or sets write change reason/ticket. Maps to write_change_reason.
public String WriteRollbackPlanId { get; set; } #Gets or sets write rollback plan identifier. Maps to write_rollback_plan_id.
public String WriteRollbackProviderId { get; set; } #Gets or sets optional write rollback provider identifier. Maps to write_rollback_provider_id.
public String WriteAuditCorrelationId { get; set; } #Gets or sets optional write audit correlation identifier. Maps to write_audit_correlation_id.