interface AccessPolicyV2Rule {
    _combineBehavior?: Element;
    _description?: Element;
    _effect?: Element;
    _name?: Element;
    combineBehavior?: code;
    condition?: AccessPolicyV2RuleCondition;
    description?: string;
    effect?: code;
    name: string;
    rule?: AccessPolicyV2Rule[];
    target?: AccessPolicyV2RuleTarget;
}

Properties

_combineBehavior?: Element

Determine wether to use and/or to combine rules.

_description?: Element

Rule description

_effect?: Element

Determine whether to evaluate the rule.

_name?: Element

Access Policy rule identifier.

combineBehavior?: code

Determine wether to use and/or to combine rules.

Condition to evaluate determining whether pass/deny.

description?: string

Rule description

effect?: code

Determine whether to evaluate the rule.

name: string

Access Policy rule identifier.

Nested rules

Determine whether to evaluate the rule.