Package version:

Interface IoTSecuritySolutionModel

IoT Security solution configuration and resource information.

Hierarchy

Properties

additionalWorkspaces?: AdditionalWorkspacesProperties[]

List of additional workspaces

autoDiscoveredResources?: string[]

List of resources that were automatically discovered as relevant to the security solution. NOTE: This property will not be serialized. It can only be populated by the server.

disabledDataSources?: string[]

Disabled data sources. Disabling these data sources compromises the system.

displayName?: string

Resource display name.

export?: string[]

List of additional options for exporting to workspace data.

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

iotHubs?: string[]

IoT Hub resource IDs

location?: string

The resource location.

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

recommendationsConfiguration?: RecommendationConfigurationProperties[]

List of the configuration status for each recommendation type.

status?: string

Status of the IoT Security solution.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Resource tags

Type declaration

  • [propertyName: string]: string
type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

unmaskedIpLoggingStatus?: string

Unmasked IP address logging status

userDefinedResources?: UserDefinedResourcesProperties

Properties of the IoT Security solution's user defined resources.

workspace?: string

Workspace resource ID

Generated using TypeDoc