TestimoX

API Reference

Class

AdxAclWriteAuthorizationResult

Namespace ADPlayground.Acl
Assembly ADPlayground
Modifiers sealed

Result of ACL write-governance authorization.

Inheritance

  • Object
  • AdxAclWriteAuthorizationResult

Constructors

public AdxAclWriteAuthorizationResult() #

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.