@resistdesign/voltra
    Preparing search index...

    Function getFlattenedDACConstraints

    • Get the flattened constraints of a DAC role.

      Parameters

      • role: DACRole

        Role whose constraints (and child role constraints) are flattened.

      • getDACRoleById: (id: string) => Promise<DACRole>

        Lookup helper used to resolve child roles by id.

      • OptionaldacRoleCache: Record<string, DACRole>

        SECURITY: Don't use this if you want realtime role resolution.

      Returns Promise<DACConstraint[]>

      Flattened constraint list including child roles.