TestimoX

API Reference

Enum

AdxAclExecutionIntent

Namespace ADPlayground.Acl
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Execution intent for ACL operations exposed to tool hosts.

Inheritance

  • Enum
  • AdxAclExecutionIntent

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const AdxAclExecutionIntent ReadOnly #

Read-only intent. Mutating operations must be rejected.

Value: 0
public const AdxAclExecutionIntent ReadWrite #

Read-write intent. Mutating operations may proceed when governance allows it.

Value: 1