AccessControlRulesPrivilege interface

The properties of an Access Control Rule Privilege.

Properties

name

The name of the privilege.

path

The HTTP path corresponding to the privilege.

queryParameters

The query parameters to match in the path.

Property Details

name

The name of the privilege.

name: string

Property Value

string

path

The HTTP path corresponding to the privilege.

path: string

Property Value

string

queryParameters

The query parameters to match in the path.

queryParameters?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}