Type Alias ConditionBase

A base condition

type ConditionBase = {
    appId?: string;
    bookmarkId?: string;
    created?: string;
    createdById?: string;
    description?: string;
    id?: string;
    lastReloadTime?: string;
    ownerId?: string;
    tenantId?: string;
    type?: "compound" | "data";
    updated?: string;
}
Index

Properties

appId?: string

The id of the app the condition is evaluated against

bookmarkId?: string

The bookmark corresponding to the selection state to apply to the app at evaluation time

created?: string

When the resource was created

createdById?: string

The id of the user which created the condition

description?: string

Description of the condition

id?: string

The unique id for the resource

lastReloadTime?: string

The time of the last reload, if the scan is triggered by a reload. If exists and value does not match app's last reload time, the evaluation will fail.

ownerId?: string

The id of the user the user which owns the condition

tenantId?: string

The tenant id

type?: "compound" | "data"

Indicates the condition type

updated?: string

When the resource was last updated