Skip to main content

AlteryxGallery MongoDB スキーマ

AlteryxGallery MongoDBは、ServerインスタンスのServer UI部分用のデータベースです。この資料では、Serverバージョン2023.2に対応するAlteryxGallery MongoDBスキーマバージョン46について説明します。埋め込みMongoDBまたはユーザー管理MongoDBのいずれかを使用するServerは、このスキーマを使用します。

Serverの管理者は、レポートと分析を行うために、ServerインスタンスのMongoDBスキーマへのアクセスが必要になる場合があります。MongoDBスキーマには、互換性のあるクライアントなら、どれを使用してもアクセスできます。 mongo Shell は、コマンドラインからのアクセスに適したツールです。 MongoDB Compass は、GUIからのアクセスに適したツールです。 MongoDB Atlas を使用している場合は、Atlas Webコンソールからデータベースドキュメントにアクセスできます。

警告

MongoDBデータベースを直接編集することはできません。直接編集すると、予期しない結果が生じる可能性があります。

AlteryxGallery MongoDBは、以下のコレクションで構成されています。コレクションは、フィールドと値のペアの集合であるMongoDBドキュメントをグループ化したものです。コレクションを選択すると、フィールドの定義(スキーマと呼ばれる)が表示されます。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • ApiKey : (文字列)ユーザーのAPIキー。

  • Timestamp : (Int32)エポックのタイムスタンプ。

  • Nonce : (文字列)一意のnonce値。

  • CompoundKey: : (文字列) APIキー、タイムスタンプ、nonceからなる複合キー。

  • CreateDate : (日付)nonceが作成された日時(UTC)。

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • _id : (オブジェクト ID)ドキュメントのプライマリキー。

  • CreatedBy : (文字列)元の作成者のID。

  • IsPublic : (ブール値)ワークフローの公開共有フラグ。

  • DateMadePublic : (日付)ワークフローが最後に公開された日時(UTC)。

  • IsDeleted : (ブール値)ワークフローの削除フラグ。注記: これをfalseに戻しても、削除されたワークフローは復元されません。

  • TotalRunCount : (Int32)ワークフローのすべてのバージョンにおける全実行回数。

  • SubscriptionId : (文字列)ワークフローのサブスクリプション(Studio)ID。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • _t : (文字列)タイプ識別子。Mongo C#ドライバーがデシリアライゼーションを支援するために使用します。

  • OwnerId : (文字列)ワークフローを作成したユーザーのユーザーID。

  • SubscriptionId : (文字列)ワークフローのサブスクリプション(Studio)ID。

  • IsPublic : (ブール値)ワークフローの公開共有フラグ。

  • TagNames : (文字列)タグ名。

  • Name : (文字列)検索オブジェクトの表示名。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • Entity : (文字列)作成、変更、または削除されたオブジェクトのタイプ。

  • EntityId : (文字列)オブジェクトID。

  • UserId : (文字列)アクションをトリガーしたユーザーのユーザーID。

  • Timestamp : (日付)アクションが発生した日時(UTC)。

  • Event : (文字列)アクション。

  • OldValues : (文字列)元のエンティティ値。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • NonceValue : (文字列)一意のnonce値。

  • TimeStamp : (日付)nonceが作成された日時(UTC)。

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • MimeType : (文字列)アップロードされた画像のMIMEタイプ。

  • FileName : (文字列)アップロードされた画像のファイル名。

  • Banner : (文字列)アップロードされたファイルのBase64エンコードバイナリデータ。

  • Active : (ブール値)バナーがアクティブかどうかを示すフラグ。

  • StartDate : (日付)バナーが有効に設定された日時(UTC)。

  • EndDate : (日付)バナーが無効に設定された日時(UTC)。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • CollectionId : (文字列)コレクションID。ServerコレクションのURLで使用されます。

  • Name : (文字列) コレクション名。

  • OwnerId : (文字列)コレクション所有者のユーザーID。

  • DateAdded : (日付)コレクションが作成された日時(UTC)。

  • Apps : (配列)コレクション内のすべてのワークフローに関する情報の配列。

  • Schedules : (配列)コレクション内のすべてのスケジュールに関する情報の配列。

  • Insights : (配列)コレクション内のすべてのインサイトに関する情報の配列。

  • Users : (配列)コレクションを共有するユーザーの配列。

  • Subscriptions : (配列)コレクションが共有されるサブスクリプション(スタジオ)に関する情報が格納された配列。データ構造はUsersと同じです。

  • UserGroups : (配列)コレクションが共有されるユーザーグループに関する情報が可能された配列。データ構造はUsersと同じです。

  • MetaInfo_OutputMessage: (nvarchar) The output message portion of the AppMetaInfo.

  • MetaInfo_NoOutputFilesMessage: (nvarchar) The no-output-files message portion of the AppMetaInfo.

  • NextApp: (nvarchar) The name of the next app in a series of Analytic Apps.

  • DocumentXml: (nvarchar) The XML representation of the document (app).

  • Validation_Id: (nvarchar) Relationship foreign key part to an AppValidation.

  • Validation_ValidationId: (nvarchar) Relationship foreign key part to an AppValidation.

  • _id (オブジェクトID): ドキュメントのプライマリキー。

  • _t : (文字列)タイプ識別子。

  • Name (文字列): コレクションの名前。

  • Owner (文字列): コレクション所有者の名前。

  • OwnerId : (文字列)コレクション所有者のユーザーID。

  • DateCreated (日時): コレクションが作成された日時。

  • WorkflowCount (Int32): コレクション内のワークフローの数。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • Command : (Int32)コマンドのタイプ。

  • SearchData : (オブジェクト)検索インデックスに固有のメタデータ。このスキーマは、作成または更新される検索のタイプによって異なる場合があります。検索データを含む追加のフィールドがあります。

  • State : (オブジェクト)更新要求の状態およびメッセージング。

  • IsDeleted: (bit) Workflow deleted flag. Note, changing this back to false does not recover the deleted workflow.

  • TotalRunCount: (int) Count of all runs across all workflow versions.

  • SubscriptionId: (nvarchar) Workflow's Subscription (Studio) ID.

  • SubscriptionName: (nvarchar) Subscription display name.

  • ServiceId: (nvarchar) ID of the document in AlteryxServiceAS_Applications.

  • SourceAppId: (nvarchar) ID used for workflow migration (promotion) via the API.

  • IconId: (nvarchar) Workflow icon image ID.

  • Version: (int) The version of the AppInfo record.

  • WorkerTag: (nvarchar) Workflow worker tag.

  • IsReadyForMigration: (bit) Workflow migration (promotion) flag.

  • Comments: (nvarchar) User-entered comments of the app.

  • RunDisabled: (bit) Flag to disable workflow runs.

  • PackageType: (bit) The type of the workflow - App (0), Module (1), or Macro (2).

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • EffectiveDate : (日付)環境のインストール日時(UTC)。

  • SystemMessage : (文字列) Serverでユーザーに表示されるバナーシステムメッセージ。「 通知 」を参照してください。

  • [廃止] Terms : (配列)利用規約情報(gallery.alteryx.comにあるAlteryx Public Galleryのみが対象)。

  • Notifications : (オブジェクト)Eメール通知の設定情報。

  • Name: (nvarchar) The name of the App.

  • Owner: (nvarchar) The owner’s name of the App.

  • FileName: (nvarchar) The file name of the App.

  • ChainedAppNames: (nvarchar) The names of chained apps.

  • TagIds: (nvarchar) The identifiers of the tags assigned to the App.

  • PackageType: (int) The type of App - App (0), Module (1), or Macro (2).

  • DateCreated: (datetime) Date and time the App was created.

  • DateMadePublic: (datetime) Date and time the App was made public.

  • TotalRunCount: (int) The total number of times the app has been run.

  • IsAmp: (bit) Whether the App is Amp-enabled or not.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • Username : (文字列)ワークフローの資格情報のユーザー名。

  • PasswordId : (文字列)保存されたパスワードID

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • _t : (文字列)タイプ識別子。Mongo C#ドライバーがデシリアライゼーションを支援するために使用します。

  • UserName : (文字列)ワークフローの資格情報のユーザー名。

  • DateAdded: (datetime) The date and time the share was created.

  • AddedById: (nvarchar) The non-foreign-key identifier of the User record that created the share.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • ConnectionId : (文字列)接続の一意のGUID。

  • CreatedOn : (文字列)接続が作成されたISO日時。

  • LastChangedOn : (文字列)最後の更新のISO日時。

  • Name : (文字列)接続の表示名。

  • SchemaName : (文字列)資格情報タイプ。

  • Version : (整数)バージョン番号。

  • Comments: (nvarchar) The user-set comments on the revision.

  • AllowInSDKs : (ブール値) SDKツールで接続を使用できるようにするフラグ。

  • Parameters : (文字列)親オブジェクトに関連付けられたメタデータ。

  • DataSourceId : (文字列)

  • Credentials : (オブジェクト)

  • Owner : (文字列)接続を所有するユーザーのID。

  • CreatedBy : (文字列)接続を作成したユーザーのID。

  • LastChangedBy : (文字列)最近接続を更新または変更したユーザーのID。

  • Deleted : (ブール値)接続が削除されたかどうかを示すフラグ。

  • DeletedBy : (文字列)接続を削除したユーザーのID。

  • DeletedOn : (文字列)接続が削除された日時。

  • Users : (配列)接続が共有されたユーザーIDが格納された配列。接続を使用してServerでワークフローを実行できます。ユーザーが接続を使用して新しいコンテンツを作成することはできません。

  • UserGroups : (配列)接続が共有されたユーザーグループIDが格納された配列。接続を使用してServerでワークフローを実行できます。ユーザーが接続を使用して新しいコンテンツを作成することはできません。

  • IsE2: (bit) Whether the revision is AMP enabled or not.

  • Permissions_Id: (nvarchar) The foreign-key identifier for a PersistentAppPermissions record.

  • Validation_Id: (nvarchar) The partial foreign-key identifier for an AppValidation record.

  • Validation_ValidationId: (nvarchar) The partial foreign-key identifier for an AppValidation record.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • CredentialId : (文字列)資格情報の一意のGUID。

  • CreatedOn : (文字列)資格情報が作成されたISO日時。

  • LastChangedOn : (文字列)最後の更新のISO日時。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • DataSourceId : (文字列)接続の一意のGUID。

  • CreatedOn : (文字列)接続が作成されたISO日時。

  • Category: (nvarchar) The category of the notification.

  • LastChangedOn : (文字列)最後の更新のISO日時。

  • Name : (文字列)接続の表示名。

  • SchemaName : (文字列)資格情報タイプ。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • ConectionString : (文字列)データベース接続文字列をハッシュ化したもの。

  • PasswordSecured : (文字列)データベース接続用の暗号化されたパスワード。

  • ConnectionName : (文字列)データ接続の表示名。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • _t : (文字列)タイプ識別子。Mongo C#ドライバーがデシリアライゼーションを支援するために使用します。

  • ConnectionName : (文字列)データ接続の表示名。

  • ConnectionString : (文字列)データ接続文字列。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • FileName : (文字列)アイコンのファイル名。

  • MimeType : (文字列)アイコンのMIMEタイプ。

  • LargeIcon : (文字列) アップロードされたファイルのBase64エンコードされたバイナリデータ。

  • UploadDate : (日付)アイコンがアップロードされた日時(UTC)。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • Title : (文字列)ディストリクトの表示名。

  • Description : (文字列)ディストリクトの説明。

  • TagId : (文字列)ディストリクトに関連付けられたタグのタグID。

  • NavTitle : (文字列)ディストリクトのナビゲーションリンクテキスト。

  • IconId : (文字列)アイコンID。

  • Active : (ブール値)ディストリクトがアクティブかどうかを示すフラグ。

  • SortOrder : (Int32)ディストリクトのソート順。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • _t : (文字列)タイプ識別子。Mongo C#ドライバーがデシリアライゼーションを支援するために使用します。

  • Name : (文字列)ディストリクトの表示名。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • Name : (文字列)オブジェクトの表示名。

  • OwnerId : (文字列)オブジェクトを所有するユーザーのユーザーID。

  • DateCreated : (日付)オブジェクトが作成された日時(UTC)。

  • Type : (文字列)オブジェクトタイプ。

  • IsViewable : (ブール値)オブジェクトがすべてのユーザーによって表示可能か、またはオブジェクトが共有されているユーザーのみが表示可能かを示すフラグ。

  • EndDate: (datetime) Date-time (UTC) when the banner was set to inactive.

  • SortOrder: (int) Banner rotation order.

  • Link: (nvarchar) URL banner image links to.

  • AltText: (nvarchar) URL descriptive hover text.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • WindowsIdentity : (オブジェクト) Active Directoryグループに関する情報。

  • Role : (文字列)グループに割り当てられた役割。使用可能な値は、 No Access Viewer Member Artisan 、または Curator です。

  • DateAdded : (日付)グループが環境に追加された日時(UTC)。注記: 既存のグループの場合、この日付はバージョン2020.1へのアップグレードの日時に設定されます。バージョン 2020.1をスキップした場合、アップグレード前に存在していたグループの日時は、2020.3へのアップグレードの日時に設定されます。

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • FileName : (文字列)アイコンのファイル名。

  • MimeType : (文字列)アイコンのMIMEタイプ。

  • LargeIcon : (文字列) アップロードされたファイルのBase64エンコードされたバイナリデータ。

  • UploadDate : (日付)アイコンがアップロードされた日時(UTC)。

  • SmallIcon : (文字列)アイコンサムネールのBase64エンコードされたバイナリデータ。

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • InsightId : (文字列)インサイトID。ServerのインサイトURLで使用されます。

  • Name : (文字列)インサイトの表示名。

  • LastUpdated : (日付)インサイトが最後に更新された日時(UTC)。

  • OwnerId : (文字列) インサイトを所有するユーザーのユーザー ID。

  • IconId : (文字列)インサイトアイコンID。

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • _t : (文字列)タイプ識別子。Mongo C#ドライバーがデシリアライゼーションを支援するために使用します。

  • InsightId : (文字列)インサイトID。ServerのインサイトURLで使用されます。

  • Name : (文字列)インサイトの表示名。

  • Owner : (文字列)インサイト所有者の表示名。

  • OwnerId : (文字列)インサイトを所有するユーザーのユーザーID。

  • LastPublishedDate : (日付)インサイトが最後に公開された日時(UTC)。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • Type: (Int32)ロックのタイプ。0 = インデックス。1 = スキーマ移行、2 = スケジュール予測。

  • LastObtained : (日付)ロックが最後に取得された日時(UTC)。

  • MachineName : (文字列)ロックを保持しているServerノードのホスト名。

  • OwnerId : (文字列)ロックを最後に使用したプロセスのプロセスID。

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • ImageData : (文字列) アップロードされたファイル用のBase64エンコードされたバイナリデータ。

  • IsDefault : (ブール値)

  • MimeType : (文字列) ロゴのMIMEタイプ。

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • FileName : (文字列)アイコンのファイル名。

  • Title : (文字列)メディアのタイトル。これは通常、ファイル名と同じです。

  • Type : (文字列)アップロードされたメディアファイルのタイプ。

  • Data : (文字列)アップロードされたファイルのBase64エンコードされたバイナリデータ。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • _t : (文字列)タイプ識別子。Mongo C#ドライバーがデシリアライゼーションを支援するために使用します。

  • FileName : (文字列)アイコンのファイル名。

  • Title : (文字列)メディアのタイトル。これは通常、ファイル名と同じです。

  • Type : (文字列)アップロードされたメディアファイルのタイプ。

  • Extension : (文字列)ファイルの拡張子。

  • ScheduleCount: (int) How many schedules are shared via the collection.

  • UserCount: (int) How many users are members of the collection.

  • UserGroupCount: (int) How many user groups are members of the collection.

  • CollectionId: (nvarchar) The identifier of the Collection record.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • Header : (配列)ヘッダーリンクの配列。フッターリンクはヘッダーに移動されました。

  • Footer : 現在は未使用。

  • Main : 現在は未使用。

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • AuthorUserId : (文字列)ページを作成したユーザーのユーザーID。

  • Title : (文字列)ページのタイトル。

  • Permalink : (文字列)ページのパーマリンク。

  • Body : (文字列)ページ本文の内容。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • _t : (文字列)タイプ識別子。Mongo C#ドライバーがデシリアライゼーションを支援するために使用します。

  • Status : (Int32)ページのステータス。0 = 下書き。1 = 公開済み。

  • DesignerDownloadURL: (nvarchar) Designer download link URL.

  • Author : (文字列)作成者の表示名。

  • SignupDisabled: (bit) Flag to disable Server account signups. Allows users to sign up for an account via the login screen in Servers using built-in authentication. This flag also allows accounts to be created automatically with SAML after the user successfully authenticates with the IDP.

  • GalleryName: (nvarchar) Custom name for the Server. Defined in theme settings. See Theme.

  • AnonymousUsage: (bit) Flat to enable anonymous (unregistered) users to run workflows.

  • ApiEnabled: (bit) Flag to enable Server API access.

  • UserCredentialState: (int)

  • SchedulerEnabled: (bit) Server-level flag to enable scheduling.

  • SchedulerValidationInterval: (nvarchar)

  • KeyPairXmlEncrypted: (nvarchar) Encrypted key value.

  • NumAllowedLoginAttempts: (int) Number of login failures allowed before the account is locked.

  • MigrationEnabled: (bit) Flag to allow workflows to be migrated (promoted).

  • DirectDownloadDisabled: (bit) Whether users can download workflows directly.

  • AllowUnsharedCredentialAccess: (bit) Whether to allow unshared credentials access.

  • AllowedHosts: (nvarchar) List of newline separated hostnames that the service is allowed to serve data for. Default value is NULL. NULL and empty values allow all hostnames. The hostname 'localhost' and the hostname from the Server base URL are always allowed regardless of the setting.

  • LastForecastRefresh: (datetime) The date and time of the last refresh of the Schedule Forecast data.

  • ForecastInterval: (int) How often to refresh the Schedule Forecast data.

  • AccountLockTimeout: (int) Account lockout period.

  • EnforceLoginAttemptTimeout: (bit) Flag to enable account lockout for failed attempts.

  • LanguageEnabled: (bit) Flag to enable language support.

  • DefaultLanguage: (nvarchar) System defined default language/locale.

  • _id (オブジェクトID): ドキュメントのプライマリキー。

  • ScheduleId (文字列): スケジュールの一意のID。

  • AppEstimatedCompletionTime (Int32): スケジュールが実行される予測時間。

  • _id (オブジェクトID): ドキュメントのプライマリキー。

  • Name (文字列): lockの名前。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • SessionID : (文字列) 一意のセッションID。

  • UserId : (文字列) 一意のユーザーID。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • SessionId : (文字列) セッション ID。

  • Active : (ブール値) セッションがアクティブかどうかを示すフラグ。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • [廃止] LicenseKey : (文字列) サブスクリプション (Studio) キー。

  • Name : (文字列) Studio の表示名。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • _t : (文字列)タイプ識別子。Mongo C#ドライバーがデシリアライゼーションを支援するために使用します。

  • Name : (文字列)サブスクリプション(スタジオ)の表示名。

  • CssSelectorCssSectionCustomCssId: (nvarchar) Partial foreign-key to CssSelector record.

  • FriendlyName: (nvarchar) The human readable name for the property.

  • Value: (nvarchar) The value of the property.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • Name : (文字列) タグの表示名。

  • Description : (文字列)タグの説明。

  • AdminOnly : (ブール値) タグは Curators のみ有効です。

  • CssPropertyCssSelectorCssSectionCustomCssId: (nvarchar) Partial foreign-key to CssProperties record.

  • Name: (nvarchar) The name of the css property.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • _t : (文字列)タイプ識別子。Mongo C#ドライバーがデシリアライゼーションを支援するために使用します。

  • Name : (文字列) タグの表示名。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • Token : (文字列) トークン文字列。

  • UserId : (文字列)ユーザーID。

  • Expiration : (日付) トークンの有効期限の日時 (UTC)。

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • Type : (Int32) 取得した使用状況データのタイプを表す整数値。使用可能な値は次のとおり。10 = AppExecution、11 = SignupDisplaced、12 = GlobalSearch、13 = LicenseTransfer、14 = Shepherding、15 = GlobalSettings、400 = Profiling、401 = DataProfiling、1000~1999 = 例外

  • SerialNumber : (文字列) アクティブなライセンスに関連付けられたシリアル番号 (通常は電子メールアドレス)。

  • DeviceId : (文字列) データを報告するデバイスの ID。ID は、デバイス GUID、マシン名、シリアル番号の組み合わせです。

  • SeatGuid : (文字列) シート ID。

  • FlexnetVendorSnippets : (オブジェクト) ライセンスデータ。

  • Guid : (文字列) 一意の GUID。

  • _id : (オブジェクト ID) ドキュメントのプライマリキー。

  • Name : (文字列) グループの名前。

  • Members : (配列)グループに所属するユーザーの配列。

  • Role : (文字列)グループに割り当てられたロールの文字列値。

  • Credentials : (配列)グループに割り当てられたワークフロー資格情報の配列。

  • DataConnections : (配列)グループと共有されるデータ接続の配列。

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • _id (オブジェクトID): ドキュメントのプライマリキー。

  • FileName (文字列): ファイルの名前。

  • MimeType (文字列): ファイルのタイプ。

  • LargeIcon (文字列): base64エンコード画像。

  • UploadDate (日時): アイコンがアップロードされた日時。

  • SmallIcon (文字列): base64エンコード画像。

  • UserId (文字列): アイコンの対象となるユーザー。

  • Id: (nvarchar) The identifier of the record.

  • Id: (nvarchar) The identifier of the record.

  • ConnectionString: (nvarchar) Hashed database connection string.

  • PasswordSecured: (nvarchar) Encrypted password for the database connection.

  • ConnectionName: (nvarchar) Data connection display name.

  • Id: (nvarchar) The identifier of the record.

  • ConnectionName: (nvarchar) Data connection display name.

  • ConnectionType: (nvarchar) Human-readable Data Connection type.

  • Id: (nvarchar) The identifier of the record.

  • DataConnectionId: (nvarchar) Relationship foreign key to a DataConnection record.

  • UserGroupId: (nvarchar) Non-foreign-key identifier of a UserGroup record.

  • Id: (nvarchar) The identifier of the record.

  • DataConnectionId: (nvarchar) Relationship foreign key to a DataConnection.

  • UserId: (nvarchar) Non-foreign-key identifier of a UserGroup record.

  • Id: (nvarchar) The identifier of the record.

  • SourceConnectionName: (nvarchar) Display name of the source connection.

  • SourceConnectionId: (nvarchar) ConnectionId of the source connection, as found in workflows.

  • TargetConnectionId: (nvarchar) ID of the connection to be used instead of the Source.

  • CreatedOn: (nvarchar) ISO date-time when the connection was created.

  • CreatedBy: (nvarchar) ID of the user that created the connection.

  • LastChangedOn: (nvarchar) ISO date-time of the last update.

  • LastChangedBy: (nvarchar) ID of the user that recently updated or changed the connection.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • _t : (文字列)タイプ識別子。Mongo C#ドライバーがデシリアライゼーションを支援するために使用します。

  • Email : (文字列) ユーザーの電子メールアドレス。

  • Name : (文字列)ユーザーの表示名。

  • DateAdded : (日付)ユーザーが作成された日時(UTC)。

  • Role : (文字列)ユーザーに割り当てられたロール。

  • Active : (ブール値)ユーザーのEメールアドレスがアクティブ。

  • AllowInSDKs: (bit) Flag to enable the connection to be used by SDK tools.

  • ShareablePortionId: (nvarchar) ID of the shareable connection portion.

  • ParametersAsJson: (nvarchar) Various connection parameters as defined by its schema, stored as JSON.

  • DataSourceId: (nvarchar) ID of the DCM data source.

  • CredentialsAsJson: (nvarchar) Various credential slots as defined by the connection schema, stored as JSON, including Credential ID reference(s).

  • Owner: (nvarchar) ID of the user that owns the connection.

  • CreatedBy: (nvarchar) ID of the user that created the connection.

  • LastChangedBy: (nvarchar) ID of the user that recently updated or changed the connection.

  • Deleted: (bit) Flag to indicate if the connection has been deleted.

  • DeletedBy: (nvarchar) ID of the user that deleted the connection.

  • DeletedOn: (nvarchar) Date-time the connection was deleted.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • UserId : ユーザーID。

  • UserGroupId: (nvarchar) Relational foreign key to a UserGroup record.

  • _id : (オブジェクトID)ドキュメントのプライマリキー。

  • Number : (Int32)MongoDBデータベーススキーマのバージョン番号。

  • MigrationDate : (日付)スキーマがこのバージョンに移行された日時(UTC)。これは通常、新しいServerバージョンにアップグレードした日時です。

  • [廃止] _id : (オブジェクト ID)ドキュメントのプライマリキー。

  • CredentialId: (nvarchar) Unique GUID of the credential.

  • CreatedOn: (nvarchar) ISO date-time when the credential was created.

  • LastChangedOn: (nvarchar) ISO date-time of the last update.

  • Name: (nvarchar) Display name of the credential.

  • SchemaName: (nvarchar) Credential type.

  • Version: (int) Version number.

  • ParametersBsonDocAsJson: (nvarchar)

  • UserName: (nvarchar) Username associated with the credential.

  • SecretsAsJson: (nvarchar) Various secrets slots as defined by the credential schema, stored as JSON, including Secret ID reference(s).

  • VaultConnectionId: (nvarchar) ID of the Connection to the external vault.

  • VaultPath: (nvarchar) The common path to the secret inside an external vault.

  • VaultFieldsMappingAsJson: (nvarchar) Mapping of secrets fetched from an external vault to the credential schema, stored as JSON.

  • Owner: (nvarchar) User ID of the user that owns the credential.

  • CreatedBy: (nvarchar) User ID of the user that created the credential.

  • LastChangedBy: (nvarchar) User ID of the last user to update the credential.

  • Deleted: (bit) Flag indicating if the credential has been deleted.

  • DeletedBy: (nvarchar) User ID of the user that deleted the credential.

  • DeletedOn: (nvarchar) ISO date-time the credential was deleted.

  • Id: (nvarchar) The identifier of the record.

  • DataSourceId: (nvarchar) Unique GUID of the connection.

  • CreatedOn: (nvarchar) ISO date-time when the connection was created.

  • LastChangedOn: (nvarchar) ISO date-time of last update.

  • Name: (nvarchar) Display name of the connection.

  • SchemaName: (nvarchar) Credential type.

  • Version: (int) Version number.

  • DriverName: (nvarchar) Name of the ODBC driver used.

  • Host: (nvarchar) hostname or FQDN of a server providing the data source.

  • ParametersAsJson: (nvarchar) Various data source parameters as defined by its schema.

  • Owner: (nvarchar) ID of the user that owns the data source.

  • CreatedBy: (nvarchar) ID of the user that created the data source.

  • LastChangedBy: (nvarchar) ID of the user that recently updated or changed the connection.

  • Deleted: (bit) Flag indicating if the data source has been deleted.

  • DeletedBy: (nvarchar) ID of the user that deleted the data source.

  • DeletedOn: (nvarchar) Date-time the data source was deleted.

  • Id: (nvarchar) The identifier of the record.

  • LockId: (nvarchar) Unique GUID of the lock.

  • ConnectionId: (nvarchar) ConnectionId of the connection this lock was created for.

  • CredentialId: (nvarchar) CredentialId of the credential this lock was created for.

  • ExpiresIn: (float) Time when the lock will expire (from CreatedOn, in microseconds).

  • CreatedOn: (datetime) ISO date-time the lock was created.

  • CredentialType: (nvarchar) The name of the slot the locked credential resides in the connection.

  • SecretType: (nvarchar) The name of the slot the locked secret resides in the credential.

  • Id: (nvarchar) The identifier of the record.

  • ObjectId: (nvarchar) Unique GUID of the object.

  • ConnectionId: (nvarchar) GUID of the entire connection, used to reference connections in workflows.

  • CreatedOn: (nvarchar) ISO date-time when the connection was created.

  • LastChangedOn: (nvarchar) ISO date-time of the last update.

  • Name: (nvarchar) Display name of the connection.

  • SchemaName: (nvarchar) Credential type.

  • Version: (int) Version number.

  • AllowInSDKs: (bit) Flag to enable the connection to be used by SDK tools.

  • ParametersAsJson: (nvarchar) Various connection parameters as defined by its schema.

  • DataSourceId: (nvarchar) The DataSourceId of the connection data source

  • CredentialsAsJson: (nvarchar) Various credential slots and references as defined by the connection schema.

  • PresentFieldsAsJson: (nvarchar) Subset of fields shared with the connection.

  • PresentCredentialsAsJson: (nvarchar) Subset of credentials which are shared with the connection.

  • Owner: (nvarchar) ID of the user that owns the connection.

  • CreatedBy: (nvarchar) ID of the user that created the connection.

  • LastChangedBy: (nvarchar) ID of the user that recently updated or changed the connection.

  • Deleted: (bit) Flag to indicate if the connection has been deleted.

  • DeletedBy: (nvarchar) ID of the user that deleted the connection.

  • DeletedOn: (nvarchar) Date-time the connection was deleted.

  • Id: (nvarchar) The identifier of the record.

  • DcmeShareableConnectionPortionId: (nvarchar) Relational foreign key to a ShareableConnectionPortion record.

  • UserGroupId: (nvarchar) Relational foreign key to a UserGroup record.

  • Id: (nvarchar) The identifier of the record.

  • DcmeShareableConnectionPortionId: (nvarchar) Relational foreign key to a ShareableConnectionPortion record.

  • UserId: (nvarchar) Relational foreign key to a User record.

  • Id: (nvarchar) The identifier of the record.

  • Username: (nvarchar) Username for the user's default credential.

  • PasswordId: (nvarchar) Encrypted password if the user-provided credentials that aren't shared. Value is null if the user selects a shared workflow credential as their default credential.

  • CredentialId: (nvarchar) Id of the workflow credential if the user-selected default is a shared

  • Id: (nvarchar) The identifier of the record.

  • FileName: (nvarchar) Icon file name.

  • MimeType: (nvarchar) Icon mime type.

  • LargeIcon: (nvarchar) Base64-encoded binary data for the uploaded file.

  • UploadDate: (datetime) Date-time (UTC) icon was uploaded.

  • SmallIcon: (nvarchar) Base64-encoded binary data for the icon thumbnail.

  • Id: (nvarchar) The identifier of the record.

  • Title: (nvarchar) District display name.

  • Description: (nvarchar) District description.

  • TagId: (nvarchar) Tag ID for the tag associated with the district.

  • NavTitle: (nvarchar) District navigation link text.

  • IconId: (nvarchar) Icon ID.

  • Active: (bit) Flag for whether district is active.

  • SortOrder: (int) District sort order.

  • Excerpt: (nvarchar) District excerpt text.

  • Id: (nvarchar) The identifier of the record.

  • Name: (nvarchar) District display name.

  • Tag: (nvarchar) Tag Name for the tag associated with the district.

  • Active: (bit) Flag for whether district is active.

  • OwnerId: (nvarchar) Unpopulated as Districts do not have owners.

  • DateCreated: (datetime) Unpopulated as District creation date is not tracked.

  • Id: (nvarchar) The identifier of the record.

  • Group: (nvarchar) Email preference group ID.

  • Description: (nvarchar) Email preference group description.

  • Active: (bit) Flag for whether the group is active.

  • Id: (nvarchar) The identifier of the record.

  • NotificationMessagesId: (nvarchar) Relational foreign-key to a NotificationMessages record.

  • Name: (nvarchar) Email notification name.

  • Subject: (nvarchar) Subject of the email.

  • Body: (nvarchar) Body of the email.

  • IsBodyHtml: (bit) Flag for HTML email notification body.

  • FriendlyName: (nvarchar) Email notification display name.

  • Description: (nvarchar) Description summarizing the notification.

  • IsDisableable: (bit) Flag to allow notification to be disabled.

  • Enabled: (bit) Flag to enable notification.

  • EmailGroup_Id: (nvarchar) Relational foreign-key to an EmailMessageNotificationPreferenceGroup record.

  • PlaceholdersAsJson: (nvarchar) JSON string representation of email message placeholders.

  • Id: (nvarchar) The identifier of the record.

  • Name: (nvarchar) The name of the record.

  • OwnerId: (nvarchar) The User record identifier that owns the searchable record subject.

  • DateCreated: (datetime) The date and time the searchable record subject was created.

  • Type: (nvarchar) The underlying type of the searchable record subject.

  • IsViewable: (bit) Whether the record should be viewable or not.

  • Id: (nvarchar) The identifier of the record.

  • Role: (nvarchar) Role assigned to the group. Possible values are No Access, Viewer, Member, Artisan, or Curator.

  • DateAdded: (datetime) Date-time (UTC) the group was added to the environment. Note that for existing groups this date is set to the date-time of the upgrade to version 2020.1. If you skipped version 2020.1, the date-time of groups that existed prior to upgrade is set to the date-time of the upgrade to 2020.3.

  • ServerRole: (int) The role with which the group and members will be regarded as.

  • Id: (nvarchar) The identifier of the record.

  • Sid: (nvarchar) Group SID (security identifier).

  • DisplayName: (nvarchar) Group display name.

  • Name: (nvarchar) Group name in domain/group format.

  • SamAccountName: (nvarchar) Sam account name.

  • GroupRole_Id: (nvarchar) Document primary key.

注記

With the 2024.1 release, the Insight tool has reached end of life and is no longer available in Alteryx Server. To understand how this might impact you, please visit our FAQ page.

  • Id: (nvarchar) The identifier of the record.

  • CollectionId: (nvarchar) The identifier of the Collection record.

  • InsightId: (nvarchar) Insight ID.

  • DateAdded: (datetime) The date and time when the collection was added.

  • AddedById: (nvarchar) User record identifier of who added the insight to the collection.

注記

With the 2024.1 release, the Insight tool has reached end of life and is no longer available in Alteryx Server. To understand how this might impact you, please visit our FAQ page.

  • Id: (nvarchar) The identifier of the record.

  • FileName: (nvarchar) Icon file name.

  • MimeType: (nvarchar) Icon mime type.

  • LargeIcon: (nvarchar) Base64-encoded binary data for the uploaded file.

  • UploadDate: (datetime) The date and time (UTC) the icon was uploaded.

  • SmallIcon: (nvarchar) Base64-encoded binary data for the icon thumbnail.

注記

Note: With the 2024.1 release, the Insight tool has reached end of life and is no longer available in Alteryx Server. To understand how this might impact you, please visit our FAQ page.

  • Id: (nvarchar) The identifier of the record.

  • InsightId: (nvarchar) Insight ID. Used in the Server insight URL.

  • Name: (nvarchar) Insight display name.

  • LastUpdated: (datetime) Date-time (UTC) insight was last updated.

  • OwnerId: (nvarchar) User ID for the user the owns the insight.

  • IconId: (nvarchar) Insight icon ID.

注記

Note: With the 2024.1 release, the Insight tool has reached end of life and is no longer available in Alteryx Server. To understand how this might impact you, please visit our FAQ page.

  • Id: (nvarchar) The identifier of the record.

  • InsightId: (nvarchar) Insight ID.

  • Name: (nvarchar) Insight display name.

  • Owner: (nvarchar) The name of the owner of the insight.

  • OwnerId: (nvarchar) User ID for the user the owns the insight.

  • LastPublishedDate: (datetime) Date-time (UTC) insight was last published.

  • DateCreated: (datetime) Date and time the insight was created.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Type: (int) Type of lock. 0=index. 1=schema migration, 2=schedule forecast.

  • MachineName: (nvarchar) Hostname of the Server node holding the lock.

  • OwnerId: (nvarchar) Process ID of the process that last used the lock.

  • LastObtained: (datetime) Date-time (UTC) the lock was last obtained.

  • Id: (nvarchar) The identifier of the record.

  • ImageData: (nvarchar) Base64-encoded binary data for the uploaded file.

  • IsDefault: (bit)

  • MimeType: (nvarchar) Logo mime type.

  • Id: (nvarchar) The identifier of the record.

  • FileName: (nvarchar) Icon file name.

  • Title: (nvarchar) Title of the media. This is usually the same as the file name.

  • Type: (nvarchar) The type of media file uploaded.

  • Data: (nvarchar) Base64-encoded binary data for the uploaded file.

  • Thumbnail: (nvarchar) Base64-encoded binary data for the thumbnail.

  • Extension: (nvarchar) File extension.

  • Id: (nvarchar) The identifier of the record.

  • FileName: (nvarchar) Icon file name.

  • Title: (nvarchar) Title of the media. This is usually the same as the file name.

  • Type: (nvarchar) The type of media file uploaded.

  • Extension: (nvarchar) File extension.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • SubscriptionId: (nvarchar) The non-foreign-key identifier of a Subscription record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • MigrationHistory: (nvarchar) The identifier of the migration record.

  • ContextKey: (nvarchar) Fully Qualified class of the Database Context which the migration is applied from.

  • Model: (varbinary) Entity Framework hash representation of the Model state post-migration.

  • ProductVersion: (nvarchar) Entity Framework library version used.

  • Id: (nvarchar) The identifier of the record.

  • Title: (nvarchar) Link text.

  • Url: (nvarchar) Link URL.

  • PageId: (nvarchar) ID of the linked page (if the link is to a Server page).

  • NavigationFooterLink_Id: (nvarchar) Relational partial foreign-key to a NavigationFooterLink record.

  • NavigationFooterLink_NavigationId: (nvarchar) Relational partial foreign-key to a NavigationFooterLink record.

  • Id: (nvarchar) The identifier of the record.

  • Title: (nvarchar) Link text.

  • Url: (nvarchar) Link URL.

  • PageId: (nvarchar) ID of the linked page (if the link is to a Server page).

  • NavigationHeaderLink_Id: (nvarchar) Relational partial foreign-key to a NavigationHeaderLink record.

  • NavigationHeaderLink_NavigationId: (nvarchar) Relational partial foreign-key to a NavigationHeaderLink record.

  • Id: (nvarchar) The identifier of the record.

  • Title: (nvarchar) Link text.

  • Url: (nvarchar) Link URL.

  • PageId: (nvarchar) ID of the linked page (if the link is to a Server page).

  • NavigationMainLink_Id: (nvarchar) Relational partial foreign-key to a NavigationMainLink record.

  • NavigationMainLink_NavigationId: (nvarchar) Relational partial foreign-key to a NavigationMainLink record.

  • Id: (nvarchar) The identifier of the record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • LastPolled: (datetime) Date and time (UTC) the notifications were last checked.

  • LocalizationNotificationSent: (bit) Tracks if the user has been presented the localization notice.

  • Id: (nvarchar): The identifier of the record.

  • Id: (nvarchar): The identifier of the record.

  • UserId: (nvarchar) Non-foreign-key identifier to a User record.

  • SubscriptionCollectionShare_Id: (nvarchar) Relational partial foreign-key to a SubscriptionCollectionShare record.

  • SubscriptionCollectionShare_CollectionId: (nvarchar) Relational partial foreign-key to a SubscriptionCollectionShare record.

  • Id: (nvarchar) The identifier of the record.

  • AuthorUserId: (nvarchar) User ID for the user that created the page.

  • Title: (nvarchar) Page title.

  • Permalink: (nvarchar) Page permalink.

  • Body: (nvarchar) Page body content.

  • Excerpt: (nvarchar) Page excerpt.

  • Categories: (nvarchar) Null.

  • Status: (int) Page status. Values: 0=Draft, 1=Published.

  • CreatedDate: (datetime) Date and time (UTC) page was created.

  • UpdatedDate: (datetime) Date andtime (UTC) page was last updated.

  • Id: (nvarchar) The identifier of the record.

  • Status: (int) Page status. Values: 0=Draft, 1=Published.

  • Author: (nvarchar) The User record identifier of who made the Page.

  • Name: (nvarchar) The name of the page.

  • OwnerId: (nvarchar) The User record identifier of who owns the Page.

  • DateCreated: (datetime) The date and time the Page subject record was created.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • CanDownload: (bit) Flag that enables workflow downloads.

  • AllowVersionHistory: (bit) Flag that allows others to view workflow history.

  • CanExecute: (bit) Whether execution is allowed.

  • CanDelete: (bit) Whether deletion is allowed.

  • Discriminator: (nvarchar) The underlying software object type that should be populated when read from the database.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • CollectionId: (nvarchar) Collection ID. Used in the Server collection URL.

  • ScheduleId: (nvarchar) Unique ID of the schedule.

  • DateAdded: (datetime) Date and time the schedule was added to the collection.

  • AddedById: (nvarchar) User record identifier of who added the schedule to the collection.

  • Id: (nvarchar) The identifier of the record.

  • ScheduleId: (nvarchar) Unique ID of the schedule.

  • AppEstimatedCompletionTime: (int) The predicted amount of time the schedule will run for.

  • ScheduleName: (nvarchar) Name of the schedule.

  • StartTime: (datetime) Date and time the schedule should start.

  • Frequency: (nvarchar) Frequency at which the schedule will occur.

  • WorkflowName: (nvarchar) Name of the workflow associated with the schedule.

  • OwnerId: (nvarchar) Unique ID of the user that owns the schedule.

  • Priority: (int) Integer value representing the priority of the schedule.

  • Id: (nvarchar) The identifier of the record.

  • IsEnabled: (bit) Whether SCIM config is enabled.

  • CanonicalUri: (bit) The Canonical URI.

  • WebApiUri: (nvarchar) The Server Web API hosted Uri.

  • Id: (nvarchar) The identifier of the record.

  • Jwt: (nvarchar) JWT token.

  • LifetimeDays: (int) Lifetime validity.

  • SymmetricKey (nvarchar) Symmetric Encryption key.

  • Id: (nvarchar) The identifier of the record.

  • SessionID: (nvarchar) Unique session ID.

  • UserId: (nvarchar) Unique user ID.

  • ServerRSAPublicKey: (nvarchar)

  • ServerRSAPrivateKey: (nvarchar)

  • ServerECDHPublicKey: (nvarchar)

  • ServerECDHPrivateKey: (nvarchar)

  • ClientRSAPublicKey: (nvarchar)

  • ClientECDHPublicKey: (nvarchar)

  • SharedSecret: (nvarchar)

  • IsDesignerSyncKeys: (bit)

  • Id: (nvarchar) The identifier of the record.

  • Password: (nvarchar) Hashed, salted, and encrypted password.

  • HMACKey: (nvarchar) HMAC key for hashing password.

  • Salt: (nvarchar) Salt value used to salt password.

  • PasswordResetNonce: (nvarchar) Nonce value used when password reset is initiated.

  • User_Id: (nvarchar) Relational foreign-key to a User record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • SessionId: (nvarchar) Session ID.

  • Active: (bit) Flag for whether the session is active.

  • UserId: (nvarchar) User ID.

  • CreationDate: (datetime) Date and time (UTC) session was created.

  • UpdateDate: (datetime) Date and time (UTC) session was last updated.

  • Anonymous: (bit) Flag for whether session is for an anonymous user.

  • KeepAlive: (bit) Flag for whether the session should be kept alive.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • SubscriptionCollectionShareId: (nvarchar) Relational partial foreign-key to a SubscriptionCollectionShare record.

  • SubscriptionCollectionShareCollectionId: (nvarchar) Relational partial foreign-key to a SubscriptionCollectionShare record.

  • Collection_IsAdmin: (bit) Flag for collection admin permissions. Users with this permission have all asset and user-management permissions.

  • Assets_CanUpdate: (bit) Permission for updating assets (for example, workflows and insights) in the collection.

  • Assets_CanAdd: (bit) Permission for adding assets (for example, workflows and insights) to the collection.

  • Assets_CanRemove: (bit) Permission for removing assets (for example, workflows and insights) from the collection.

  • Users_CanAdd: (bit) Permission to add users to the collection.

  • Users_CanRemove: (bit) Permission for removing users from the collection.

  • Id: (nvarchar) The identifier of the record.

  • CollectionId: (nvarchar) Relational foreign-key to a Collection record.

  • SubscriptionId: (nvarchar) Non-foreign-key to a Subscription record.

  • DateAdded: (datetime) Date and time the share was created.

  • AddedById: (nvarchar) User record identifier of who added the subscription to the collection.

  • ExpirationDate: (datetime) Date and time the share should expire. Null if no expiry.

  • Id: (nvarchar) The identifier of the record.

  • SubscriptionId: (nvarchar) User's subscription ID.

  • CredentialId: (nvarchar) Default workflow credential ID for the subscription.

  • Id: (nvarchar) The identifier of the record.

  • SubscriptionId: (nvarchar) User's subscription ID.

  • DataConnectionId: (nvarchar) Document primary key.

  • Id: (nvarchar) The identifier of the record.

  • Name: (nvarchar) Studio display name.

  • ApiKey: (nvarchar) Subscription API key.

  • ApiSecret: (nvarchar) Encrypted/hashed API secret for the subscription/studio.

  • Active: (bit) Flag for whether subscription is active.

  • ExpDate: (datetime) Date and time (UTC) subscription expires.

  • DateUpdated: (datetime) Date and time (UTC) subscription was last updated.

  • ApiEnabled: (bit) Flag to enable Server API access for the subscription.

  • CanShareSchedules: (bit) Flag to enable scheduling for the subscription.

  • CredentialId: (nvarchar) Default workflow credential ID for the subscription.

  • Id: (nvarchar) The identifier of the record.

  • Name: (nvarchar) Studio display name.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Name: (nvarchar) Tag display name.

  • Description: (nvarchar) Tag description.

  • AdminOnly: (bit) Tag is enabled for Curators only.

  • Id: (nvarchar) The identifier of the record.

  • Name: (nvarchar) Tag display name.

  • AdminOnly: (bit) Tag is enabled for Curators only.

  • Id: (nvarchar) The identifier of the record.

  • Token: (nvarchar) Token string.

  • UserId: (nvarchar) User ID.

  • Expiration: (datetime) Date and time (UTC) token expires.

  • SessionId: (nvarchar) Session ID.

  • Id: (nvarchar) The identifier of the record.

  • Type: (int) Integer value representing the type of usage data captured. Possible values are 10=AppExecution, 11=SignupDisplayed, 12=GlobalSearch, 13=LicenseTransfer, 14=Shepherding, GlobalSettings=15, 400=Profiling, 401=DataProfiling, 1000-1999=Exceptions.

  • SerialNumber: (nvarchar) Serial number (typically an email address) associated with the active license.

  • DeviceId: (nvarchar) ID of device reporting the data. The ID is a combination of the device GUID, machine name, and serial number.

  • SeatGuid: (nvarchar) Seat ID.

  • Guid: (nvarchar) Unique Guid.

  • IpAddress: (nvarchar) IP address for machine reporting usage data.

  • DateTime: (datetime) Date and time (UTC) the data was reported by the client.

  • ServerDateTime: (datetime) Date and time (UTC) on the Server when the data was received.

  • Version: (nvarchar) Version of Designer.

  • Preview: (bit) Flag for whether the build is Beta.

  • Cores: (int) Number of cores detected by Designer.

  • IsTrial: (bit) Flag for a trial license.

  • Data: (nvarchar) Usage data in JSON format.

  • UserId: (nvarchar) User ID.

  • Id: (nvarchar) The identifier of the record.

  • Type: (int) Integer value representing the type of usage data captured. Possible values are 10=AppExecution, 11=SignupDisplayed, 12=GlobalSearch, 13=LicenseTransfer, 14=Shepherding, GlobalSettings=15, 400=Profiling, 401=DataProfiling, 1000-1999=Exceptions.

  • Content: (nvarchar)

  • UserCollectionShareId: (nvarchar) User's or Group's Active Directory security ID.

  • UserCollectionShareCollectionId: (nvarchar) Relational partial foreign-key to a UserCollectionShare record.

  • Sid: (nvarchar) User's or Group's Active Directory security ID.

  • Category: (int) Identifies if an Active Directory object is a user or a group (0 = User, 1 = Group).

  • DisplayName: (nvarchar) User's Active Directory Display Name in 'firstName lastName' format.

  • DomainName: (nvarchar) User's network name in 'domain\username' format.

  • SamAccountName: (nvarchar) User's Active Directory Sam (username).

  • UserCollectionShareId: (nvarchar) Relational partial foreign-key to a UserCollectionShare record.

  • UserCollectionShareCollectionId: (nvarchar) Relational partial foreign-key to a UserCollectionShare record.

  • Collection_IsAdmin: (bit) Flag for collection admin permissions. Users with this permission have all asset and user-management permissions.

  • Assets_CanUpdate: (bit) Permission for updating assets (for example, workflows and insights) in the collection.

  • Assets_CanAdd: (bit) Permission for adding assets (for example, workflows and insights) to the collection.

  • Assets_CanRemove (bit) Permission for removing assets (for example, workflows and insights) from the collection.

  • Users_CanAdd: (bit) Permission to add users to the collection.

  • Users_CanRemove: (bit) Permission for removing users from the collection.

  • Id: (nvarchar) The identifier of the record.

  • CollectionId: (nvarchar) Relational foreign-key to a Collection record.

  • UserId: (nvarchar) Relational non-foreign-key to a User record.

  • DateAdded: (datetime) Date and time (UTC) user was added.

  • AddedById: (nvarchar) User Id of the user who added the user.

  • ExpirationDate: (datetime) User's expiration date-time (UTC).

  • Id: (nvarchar) The identifier of the record.

  • UserId: (nvarchar) The User record identifier.

  • CredentialId: (nvarchar) The Credential record identifier.

  • Id: (nvarchar) The identifier of the record.

  • UserId: (nvarchar) Relational foreign-key to a User record.

  • DataConnectionId: (nvarchar) Non-foreign-key to a DataConnection record.

  • UserGroupMemberId: (nvarchar) Relational partial foreign-key to a UserGroupMember record.

  • UserGroupMemberUserGroupId: (nvarchar) Relational partial foreign-key to a UserGroupMember record.

  • Sid: (nvarchar) User's or Group's Active Directory security ID.

  • Category: (int) Identifies if an Active Directory object is a user or a group (0 = User, 1 = Group).

  • DisplayName: (nvarchar) User's Active Directory Display Name in 'firstName lastName' format.

  • DomainName: (nvarchar) User's network name in 'domain\username' format.

  • SamAccountName: (nvarchar) User's Active Directory Sam (username).

  • UserGroupCollectionShareId: (nvarchar) Relational partial foreign-key to a UserGroupCollectionShare record.

  • UserGroupCollectionShareCollectionId: (nvarchar) Relational partial foreign-key to a UserGroupCollectionShare record.

  • Collection_IsAdmin: (bit) Flag for collection admin permissions. Users with this permission have all asset and user-management permissions.

  • Assets_CanUpdate: (bit) Permission for updating assets (for example, workflows and insights) in the collection.

  • Assets_CanAdd: (bit) Permission for adding assets (for example, workflows and insights) to the collection.

  • Assets_CanRemove: (bit) Permission for removing assets (for example, workflows and insights) from the collection.

  • Users_CanAdd: (bit) Permission to add users to the collection.

  • Users_CanRemove: (bit) Permission for removing users from the collection.

  • Id: (nvarchar) The identifier of the record.

  • CollectionId: (nvarchar) Relational foreign-key to a Collection record.

  • UserGroupId: (nvarchar) Non-foreign-key to a UserGroup record.

  • DateAdded: (datetime) Date and time created.

  • AddedById: (nvarchar) User identifier that added the user group to the collection.

  • ExpirationDate: (datetime) Date and time the share expires; null if no expiry.

  • Id: (nvarchar) The identifier of the record.

  • UserGroupId: (nvarchar) Relational foreign-key to a UserGroup record.

  • CredentialId: (nvarchar) Non-foreign-key to a Credential record.

  • Id: (nvarchar) The identifier of the record.

  • UserGroupId: (nvarchar) Relational foreign-key to a UserGroup record.

  • DataConnectionId: (nvarchar) Non-foreign-key to a DataConnection record.

  • Id: (nvarchar) The identifier of the record.

  • UserGroupId: (nvarchar) Relational foreign-key to a User Group record.

  • UserId: (nvarchar) Unique ID of the user added to the group (NULL if member is an Active Directory user or Active Directory Group).

  • DateAdded: (datetime) Date and time the user was added.

  • AddedById: (nvarchar) Unique ID of the admin that added the user to the group.

  • Id: (nvarchar) The identifier of the record.

  • Name: (nvarchar) Name of the group.

  • Role: (nvarchar) String value for the role assigned to the group.

  • DateAdded: (datetime) Date and time the group was created.

  • ServerRole: (int) The Alteryx Server Role assigned to the user group.

  • Id: (nvarchar) The identifier of the record.

  • UserId: (nvarchar) The non-foreign-key identifier of a User record.

  • FileName: (nvarchar) The file name of the icon.

  • MimeType: (nvarchar) The MIME type of the icon file.

  • LargeIcon: (nvarchar) Base64 encoded string of the large image.

  • UploadDate: (datetime) Date and time the icon was uploaded.

  • SmallIcon: (nvarchar) Base64 encoded string of the small image.

  • Id: (nvarchar) The identifier of the record.

  • UserId: (nvarchar) Relational foreign-key to a User record.

  • NotificationGroupId: (nvarchar) Non-foreign-key to a NotificationGroup record.

  • Id: (nvarchar) The identifier of the record.

  • Picture: (varbinary) User's profile picture.

  • IconId: (nvarchar) ID of the user's profile picture.

  • Id: (nvarchar) The identifier of the record.

  • Role: (nvarchar) The user's assigned role.

  • Email: (nvarchar) The user's email address.

  • FirstName: (nvarchar) The user's first name.

  • LastName: (nvarchar) The user's last name.

  • DateAdded: (datetime) Date and time (UTC) the user was created.

  • DateUpdated: (datetime) Date and time (UTC) the user was last updated.

  • Validated: (bit) The user's email address has been validated.

  • Pending: (bit) The user's email address is pending validation.

  • Active: (bit) The user's email address is active.

  • ApiEnabled: (bit) Enables access to the Server API.

  • ApiKey: (nvarchar) User's API key. Used to access both the admin and user API. Admin access requires the user to be a Curator.

  • ApiSecret: (nvarchar) Encrypted API secret. Used to access both the admin and user API. Admin access requires the user to be a Curator. (Change: Schema and values haven't changed just the usage and description.)

  • NumFailedLogins: (int) Count of failed login attempts.

  • AccountLocked: (bit) Flag for locked account.

  • AccountLockedAt: (datetime) Date and time (UTC) account was locked.

  • SubscriptionId: (nvarchar) User's subscription ID.

  • ExpDate: (datetime) Date and time (UTC) the user's account expires (only applies to the Alteryx Public Gallery at Community Gallery).

  • LastLoginDate: (datetime) Date and time (UTC) of the user's last login.

  • IsPasswordMigrated (bit) Whether the User’s password is migrated to latest encryption.

  • CanSchedule: (bit) User permission flag for scheduling workflows.

  • CanSetPriority: (bit) User permission flag for setting workflow priority.

  • CanSetWorkerTag: (bit) User permission flag for setting a worker tag.

  • Timezone: (nvarchar) User's selected time zone.

  • CanCreateCollections: (bit) User permission flag for creating collections.

  • IsDeleted: (bit) Flag to indicate if the user record has been deleted.

  • DeletedById: (nvarchar) ID of the user that deleted the user record.

  • DeletedDateTime: (datetime) Date-time the user was deleted.

  • DefaultWorkerTag: (nvarchar) User's default worker tag.

  • Language: (nvarchar) User's preferred language/locale.

  • CanCreateAndUpdateDcm (bit) User permission flag for creating and updating DCM objects.

  • CanShareForCollaborationDcm (bit) User permission flag for sharing DCM connections for collaboration.

  • CanShareForExecutionDcm (bit) User permission flag for sharing DCM connections for execution.

  • CanManageGenericVaultsDcm (bit) User permission flag for managing generic external vaults in DCM.

  • Id: (nvarchar) The identifier of the record.

  • Email: (nvarchar) The email of the subject User record.

  • Name: (nvarchar) The name of the subject User record.

  • DateAdded: (datetime) The date and time the subject User record was created.

  • Role: (nvarchar) The Server Role of the subject User record.

  • Active: (bit) Whether the subject User record is marked as Active.

  • Id: (nvarchar) The identifier of the record.

  • Sid: (nvarchar) Group SID (security identifier).

  • DisplayName: (nvarchar) Group display name.

  • Name: (nvarchar) Group name in domain/group format.

  • SamAccountName: (nvarchar) Sam account name.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.

  • Id: (nvarchar) The identifier of the record.

  • UserId: (nvarchar) User ID.

  • Id: (nvarchar) The identifier of the record.

  • Message: (nvarchar) The message displayed for the notification.

  • CreatedDate: (datetime) Date and time the notification was created.

  • Category: (nvarchar) The category of the notification.

  • Enabled: (bit) Whether the notification is enabled or disabled.

  • IsUnread: (bit) Whether the notification is unread or read.

  • NotificationListId: (nvarchar) Relationship foreign key to a NotificationList record.