Attributes of the restriction query.

Hierarchy

  • RestrictionQueryAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt?: Date

Creation time of the restriction query.

lastModifierEmail?: string

Email of the user who last modified this restriction query.

lastModifierName?: string

Name of the user who last modified this restriction query.

modifiedAt?: Date

Time of last restriction query modification.

restrictionQuery?: string

The query that defines the restriction. Only the content matching the query can be returned.

roleCount?: number

Number of roles associated with this restriction query.

userCount?: number

Number of users associated with this restriction query.

Generated using TypeDoc