Type Alias NxAttributes

App attributes. This structure can also contain extra user-defined attributes.

type NxAttributes = {
    createdDate?: string;
    custom?: JsonObject;
    description?: string;
    dynamicColor?: string;
    encrypted?: boolean;
    hasSectionAccess?: boolean;
    id?: string;
    isDirectQueryMode?: boolean;
    lastReloadTime?: string;
    modifiedDate?: string;
    name?: string;
    originAppId?: string;
    owner?: string;
    ownerId?: string;
    published?: boolean;
    publishTime?: string;
    thumbnail?: string;
    usage?: UsageEnum;
}
Index

Properties

createdDate?: string

The date and time when the app was created.

custom?: JsonObject
description?: string
dynamicColor?: string
encrypted?: boolean
hasSectionAccess?: boolean
id?: string
isDirectQueryMode?: boolean
lastReloadTime?: string
modifiedDate?: string
name?: string
originAppId?: string
owner?: string

Deprecated. Use the Users API to fetch user metadata.

ownerId?: string
published?: boolean

For Qlik Cloud, indicates whether the app has been distributed from client-managed, not whether it has been published. To determine if the app is published in Qlik Cloud, check for a non-empty value in the publishTime field. For client-managed, determines if the app is published.

publishTime?: string
thumbnail?: string
usage?: UsageEnum