API Reference
AdxAclExecutionOptions
Execution options used to enforce IX-style write governance for ACL tooling.
Inheritance
- Object
- AdxAclExecutionOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method AdxAclService.AddPermission
- Method AdxAclService.AddPermission
- Method AdxAclService.AddPermission
- Method AdxAclService.AuthorizeWrite
- Method AdxAclService.ModifyPermissions
- Method AdxAclService.ModifyPermissions
- Method AdxAclService.ModifyPermissions
- Method AdxAclService.RemovePermission
- Method AdxAclService.RemovePermission
- Method AdxAclService.RemovePermission
- Method AdxAclService.SetPermissions
- Method AdxAclService.SetPermissions
- Method AdxAclService.SetPermissions
Constructors
public AdxAclExecutionOptions() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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.