IGUHealth
    Preparing search index...
    interface AccessPolicyV2 {
        _description?: Element;
        _engine?: Element;
        _name?: Element;
        attribute?: AccessPolicyV2Attribute[];
        description?: string;
        engine: code;
        id?: id;
        meta?: Meta;
        name: string;
        resourceType: "AccessPolicyV2";
        rule?: AccessPolicyV2Rule[];
        target?: AccessPolicyV2Target[];
    }
    Index

    Properties

    _description?: Element

    Description of the access policy.

    _engine?: Element

    The type of evaluation that is performed to determine if access is granted or denied.

    _name?: Element

    The name of the access policy.

    Attributes to use for the policy evaluation.

    description?: string

    Description of the access policy.

    engine: code

    The type of evaluation that is performed to determine if access is granted or denied.

    id?: id

    Logical id of this artifact

    meta?: Meta

    Metadata about the resource

    name: string

    The name of the access policy.

    resourceType: "AccessPolicyV2"

    The rules that govern how the access policy is applied.

    Who the access policy applies to.