You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Models/Workspace.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,6 @@
14
14
|**ownerId**|**String**| the user id which own this workspace. set by the API from Authentification service receved id |[default to null]|
15
15
|**solution**|[**WorkspaceSolution**](WorkspaceSolution.md)||[default to null]|
16
16
|**webApp**|[**WorkspaceWebApp**](WorkspaceWebApp.md)||[optional][default to null]|
17
-
|**sendInputToDataWarehouse**|**Boolean**| default setting for all Scenarios and Run Templates to set whether or not the Dataset values and the input parameters values are send to the DataWarehouse prior to the ScenarioRun |[optional][default to null]|
18
-
|**useDedicatedEventHubNamespace**|**Boolean**| Set this property to true to use a dedicated Azure Event Hub Namespace for this Workspace. The Event Hub Namespace must be named \\'<organization_id\\>-<workspace_id\\>\\' (in lower case). This Namespace must also contain two Event Hubs named \\'probesmeasures\\' and \\'scenariorun\\'. |[optional][default to false]|
19
-
|**dedicatedEventHubSasKeyName**|**String**| the Dedicated Event Hub SAS key name, default to RootManageSharedAccessKey. Ask you DevOps Team to add the associated value to your Workspace Secret |[optional][default to null]|
20
-
|**dedicatedEventHubAuthenticationStrategy**|**String**| the Event Hub authentication strategy, SHARED_ACCESS_POLICY or TENANT_CLIENT_CREDENTIALS. Default to the one defined for the tenant. |[optional][default to null]|
21
-
|**sendScenarioRunToEventHub**|**Boolean**| default setting for all Scenarios and Run Templates to set whether or not the ScenarioRun is send to the Event Hub |[optional][default to true]|
22
-
|**sendScenarioMetadataToEventHub**|**Boolean**| Set this property to false to not send scenario metada to Azure Event Hub Namespace for this Workspace. The Event Hub Namespace must be named \\'<organization_id\\>-<workspace_id\\>\\' (in lower case). This Namespace must also contain two Event Hubs named \\'scenariometadata\\' and \\'scenariorunmetadata\\'. |[optional][default to false]|
23
17
|**datasetCopy**|**Boolean**| Activate the copy of dataset on scenario creation, meaning that each scenario created in this workspace will make this copy. when false, scenario use directly the dataset specified. |[optional][default to true]|
24
18
|**security**|[**WorkspaceSecurity**](WorkspaceSecurity.md)||[default to null]|
Copy file name to clipboardExpand all lines: doc/Models/WorkspaceCreateRequest.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,6 @@
10
10
|**tags**|**List**| the list of tags |[optional][default to null]|
11
11
|**solution**|[**WorkspaceSolution**](WorkspaceSolution.md)||[default to null]|
12
12
|**webApp**|[**WorkspaceWebApp**](WorkspaceWebApp.md)||[optional][default to null]|
13
-
|**sendInputToDataWarehouse**|**Boolean**| default setting for all Scenarios and Run Templates to set whether or not the Dataset values and the input parameters values are send to the DataWarehouse prior to the ScenarioRun |[optional][default to null]|
14
-
|**useDedicatedEventHubNamespace**|**Boolean**| Set this property to true to use a dedicated Azure Event Hub Namespace for this Workspace. |[optional][default to false]|
15
-
|**dedicatedEventHubSasKeyName**|**String**| the Dedicated Event Hub SAS key name, default to RootManageSharedAccessKey |[optional][default to null]|
16
-
|**dedicatedEventHubAuthenticationStrategy**|**String**| the Event Hub authentication strategy |[optional][default to null]|
17
-
|**sendScenarioRunToEventHub**|**Boolean**| default setting for all Scenarios and Run Templates |[optional][default to true]|
18
-
|**sendScenarioMetadataToEventHub**|**Boolean**| Set this property to false to not send scenario metada |[optional][default to false]|
19
13
|**datasetCopy**|**Boolean**| Activate the copy of dataset on scenario creation |[optional][default to true]|
20
14
|**security**|[**WorkspaceSecurity**](WorkspaceSecurity.md)||[optional][default to null]|
|**key**|**String**| technical key for resource name convention and version grouping. Must be unique |[default to null]|
7
-
|**name**|**String**| Workspace name |[default to null]|
6
+
|**key**|**String**| technical key for resource name convention and version grouping. Must be unique |[optional][default to null]|
7
+
|**name**|**String**| Workspace name |[optional][default to null]|
8
8
|**description**|**String**| the Workspace description |[optional][default to null]|
9
9
|**tags**|**List**| the list of tags |[optional][default to null]|
10
10
|**solution**|[**WorkspaceSolution**](WorkspaceSolution.md)||[optional][default to null]|
11
11
|**webApp**|[**WorkspaceWebApp**](WorkspaceWebApp.md)||[optional][default to null]|
12
-
|**sendInputToDataWarehouse**|**Boolean**| default setting for all Scenarios and Run Templates |[optional][default to null]|
13
-
|**useDedicatedEventHubNamespace**|**Boolean**| Set this property to true to use a dedicated Azure Event Hub Namespace |[optional][default to null]|
14
-
|**dedicatedEventHubSasKeyName**|**String**| the Dedicated Event Hub SAS key name |[optional][default to null]|
15
-
|**dedicatedEventHubAuthenticationStrategy**|**String**| the Event Hub authentication strategy |[optional][default to null]|
16
-
|**sendScenarioRunToEventHub**|**Boolean**| default setting for all Scenarios and Run Templates |[optional][default to null]|
17
-
|**sendScenarioMetadataToEventHub**|**Boolean**| Set this property to false to not send scenario metadata |[optional][default to null]|
18
12
|**datasetCopy**|**Boolean**| Activate the copy of dataset on scenario creation |[optional][default to null]|
19
13
20
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments