API Reference
Class
AdxAclWriteAuthorizationResult
Result of ACL write-governance authorization.
Inheritance
- Object
- AdxAclWriteAuthorizationResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AdxAclWriteAuthorizationResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean IsAuthorized { get; set; } #Gets or sets whether execution is authorized.
public String ErrorCode { get; set; } #Gets or sets stable error code when authorization fails.
public String Error { get; set; } #Gets or sets human-readable error message.
public IReadOnlyList<String> MissingRequirements { get; set; } #Gets or sets missing requirement names when authorization is denied.
public IReadOnlyList<String> Hints { get; set; } #Gets or sets optional guidance hints for remediation.
public Boolean IsTransient { get; set; } #Gets or sets whether failure may be transient.
public String WriteExecutionId { get; set; } #Gets or sets write execution identifier.
public String WriteAuditCorrelationId { get; set; } #Gets or sets write audit correlation identifier. Defaults to WriteExecutionId when not provided.
public String WriteRollbackProviderId { get; set; } #Gets or sets write rollback provider identifier.