ItemPolicyComplexValue

Represents a complex value for Container item policies, allowing logical combinations with other ItemPolicyComplexValue instances. These complex values enable the creation of fine-grained access control rules by combining multiple policy criteria using logical operators.

Properties

Link copied to clipboard
open override val value: String

Raw policy value

Functions

Link copied to clipboard

Combines this policy with another policy using the logical AND operator.

Link copied to clipboard

Combines this policy with another policy using the logical OR operator.