IoTSecuritySolutionProperties interface
Security Solution setting data
Properties
| additional |
List of additional workspaces |
| auto |
List of resources that were automatically discovered as relevant to the security solution. |
| disabled |
Disabled data sources. Disabling these data sources compromises the system. |
| display |
Resource display name. |
| export | List of additional options for exporting to workspace data. |
| iot |
IoT Hub resource IDs |
| recommendations |
List of the configuration status for each recommendation type. |
| status | Status of the IoT Security solution. |
| unmasked |
Unmasked IP address logging status |
| user |
Properties of the IoT Security solution's user defined resources. |
| workspace | Workspace resource ID |
Property Details
additionalWorkspaces
List of additional workspaces
additionalWorkspaces?: AdditionalWorkspacesProperties[]
Property Value
autoDiscoveredResources
List of resources that were automatically discovered as relevant to the security solution.
autoDiscoveredResources?: string[]
Property Value
string[]
disabledDataSources
Disabled data sources. Disabling these data sources compromises the system.
disabledDataSources?: string[]
Property Value
string[]
displayName
Resource display name.
displayName: string
Property Value
string
export
List of additional options for exporting to workspace data.
export?: string[]
Property Value
string[]
iotHubs
IoT Hub resource IDs
iotHubs: string[]
Property Value
string[]
recommendationsConfiguration
List of the configuration status for each recommendation type.
recommendationsConfiguration?: RecommendationConfigurationProperties[]
Property Value
status
Status of the IoT Security solution.
status?: string
Property Value
string
unmaskedIpLoggingStatus
Unmasked IP address logging status
unmaskedIpLoggingStatus?: string
Property Value
string
userDefinedResources
Properties of the IoT Security solution's user defined resources.
userDefinedResources?: UserDefinedResourcesProperties
Property Value
workspace
Workspace resource ID
workspace?: string
Property Value
string