interface AccessPolicyV2Attribute {
    _attributeId?: Element;
    attributeId: id;
    operation?: AccessPolicyV2AttributeOperation;
}

Properties

_attributeId?: Element

The id of the attribute referenced using %attributeId in expressions.

attributeId: id

The id of the attribute referenced using %attributeId in expressions.

The operation to retrieve the attribute.