IGUHealth
    Preparing search index...
    interface AccessPolicy {
        _code?: Element;
        _description?: Element;
        _name?: Element;
        _type?: Element;
        access?: AccessPolicyAccess[];
        code: code;
        description?: string;
        id?: id;
        meta?: Meta;
        name: string;
        resourceType: "AccessPolicy";
        target?: AccessPolicyTarget[];
        type: code;
    }
    Index

    Properties

    _code?: Element

    Unique identifier for the access policy.

    _description?: Element

    Description of the access policy.

    _name?: Element

    The name of the access policy.

    _type?: Element

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

    Access policy rules that are evaluated to determine if access is granted or denied.

    code: code

    Unique identifier for the access policy.

    description?: string

    Description of the access policy.

    id?: id

    Logical id of this artifact

    meta?: Meta

    Metadata about the resource

    name: string

    The name of the access policy.

    resourceType: "AccessPolicy"

    Who the access policy applies to.

    type: code

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