Type alias DACPathMatchResults

DACPathMatchResults: {
    exactMatch: boolean;
    prefixMatch: boolean;
}

The result of matching a DAC path to a resource path.

Type declaration

  • exactMatch: boolean
  • prefixMatch: boolean