Type Alias NxAttributesV2

App attributes.

type NxAttributesV2 = {
    createdAt?: string;
    description?: string;
    hasSectionAccess?: boolean;
    id?: string;
    name?: string;
    originAppId?: string;
    ownerId?: string;
    promotedAt?: string;
    reloadedAt?: string;
    resourceType?: string;
    spaceId?: string;
    state?: string & StateEnum;
    updatedAt?: string;
    usage?: string & apps.UsageEnum;
}
Index

Properties

createdAt?: string

The date and time when the app was created.

description?: string
hasSectionAccess?: boolean
id?: string
name?: string
originAppId?: string
ownerId?: string
promotedAt?: string
reloadedAt?: string
resourceType?: string
spaceId?: string
state?: string & StateEnum

Promotion state of the app. Promotion state of an app. One of:

  • EMPTY
  • PROMOTED
  • DISTRIBUTED
updatedAt?: string
usage?: string & apps.UsageEnum

Indicates the use for the app.

One of:

  • ANALYTICS
  • DATA_PREPARATION
  • DATAFLOW_PREP
  • SINGLE_TABLE_PREP
  • DIRECT_QUERY_MODE