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
createdAt?: string

The date and time when the app was created.

description?: string

App description.

hasSectionAccess?: boolean

If set to true, the app has section access configured.

id?: string

The App ID.

name?: string

App name.

originAppId?: string

The Origin App ID for promoted apps.

ownerId?: string

Identifier of the app owner.

promotedAt?: string

The date and time when the app was promoted, empty if not promoted. Use to determine if an app is promoted in Qlik Cloud.

reloadedAt?: string

Date and time of the last reload of the app.

resourceType?: string

App resource type.

spaceId?: string

The ID of the app's space.

state?: string & StateEnum

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

  • EMPTY
  • PROMOTED
  • DISTRIBUTED
updatedAt?: string

The date and time when the app was modified.

usage?: string & apps.UsageEnum

Indicates the use for the app.

One of:

  • ANALYTICS
  • DATA_PREPARATION
  • DATAFLOW_PREP
  • SINGLE_TABLE_PREP
  • DIRECT_QUERY_MODE