IoTSecuritySolutionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. fluent. models. IoTSecuritySolutionProperties
- com.
Implements
public final class IoTSecuritySolutionProperties
implements JsonSerializable<IoTSecuritySolutionProperties>
Security Solution setting data.
Constructor Summary
| Constructor | Description |
|---|---|
| IoTSecuritySolutionProperties() |
Creates an instance of Io |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Additional |
additionalWorkspaces()
Get the additional |
| List<String> |
autoDiscoveredResources()
Get the auto |
|
List<Data |
disabledDataSources()
Get the disabled |
| String |
displayName()
Get the display |
|
List<Export |
export()
Get the export property: List of additional options for exporting to workspace data. |
|
static
Io |
fromJson(JsonReader jsonReader)
Reads an instance of Io |
| List<String> |
iotHubs()
Get the iot |
|
List<Recommendation |
recommendationsConfiguration()
Get the recommendations |
|
Security |
status()
Get the status property: Status of the IoT Security solution. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Unmasked |
unmaskedIpLoggingStatus()
Get the unmasked |
|
User |
userDefinedResources()
Get the user |
| void |
validate()
Validates the instance. |
|
Io |
withAdditionalWorkspaces(List<AdditionalWorkspacesProperties> additionalWorkspaces)
Set the additional |
|
Io |
withDisabledDataSources(List<DataSource> disabledDataSources)
Set the disabled |
|
Io |
withDisplayName(String displayName)
Set the display |
|
Io |
withExport(List<ExportData> export)
Set the export property: List of additional options for exporting to workspace data. |
|
Io |
withIotHubs(List<String> iotHubs)
Set the iot |
|
Io |
withRecommendationsConfiguration(List<RecommendationConfigurationProperties> recommendationsConfiguration)
Set the recommendations |
|
Io |
withStatus(SecuritySolutionStatus status)
Set the status property: Status of the IoT Security solution. |
|
Io |
withUnmaskedIpLoggingStatus(UnmaskedIpLoggingStatus unmaskedIpLoggingStatus)
Set the unmasked |
|
Io |
withUserDefinedResources(UserDefinedResourcesProperties userDefinedResources)
Set the user |
|
Io |
withWorkspace(String workspace)
Set the workspace property: Workspace resource ID. |
| String |
workspace()
Get the workspace property: Workspace resource ID. |
Methods inherited from java.lang.Object
Constructor Details
IoTSecuritySolutionProperties
public IoTSecuritySolutionProperties()
Creates an instance of IoTSecuritySolutionProperties class.
Method Details
additionalWorkspaces
public List<AdditionalWorkspacesProperties> additionalWorkspaces()
Get the additionalWorkspaces property: List of additional workspaces.
Returns:
autoDiscoveredResources
public List<String> autoDiscoveredResources()
Get the autoDiscoveredResources property: List of resources that were automatically discovered as relevant to the security solution.
Returns:
disabledDataSources
public List<DataSource> disabledDataSources()
Get the disabledDataSources property: Disabled data sources. Disabling these data sources compromises the system.
Returns:
displayName
public String displayName()
Get the displayName property: Resource display name.
Returns:
export
public List<ExportData> export()
Get the export property: List of additional options for exporting to workspace data.
Returns:
fromJson
public static IoTSecuritySolutionProperties fromJson(JsonReader jsonReader)
Reads an instance of IoTSecuritySolutionProperties from the JsonReader.
Parameters:
Returns:
Throws:
iotHubs
public List<String> iotHubs()
Get the iotHubs property: IoT Hub resource IDs.
Returns:
recommendationsConfiguration
public List<RecommendationConfigurationProperties> recommendationsConfiguration()
Get the recommendationsConfiguration property: List of the configuration status for each recommendation type.
Returns:
status
public SecuritySolutionStatus status()
Get the status property: Status of the IoT Security solution.
Returns:
toJson
unmaskedIpLoggingStatus
public UnmaskedIpLoggingStatus unmaskedIpLoggingStatus()
Get the unmaskedIpLoggingStatus property: Unmasked IP address logging status.
Returns:
userDefinedResources
public UserDefinedResourcesProperties userDefinedResources()
Get the userDefinedResources property: Properties of the IoT Security solution's user defined resources.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalWorkspaces
public IoTSecuritySolutionProperties withAdditionalWorkspaces(List<AdditionalWorkspacesProperties> additionalWorkspaces)
Set the additionalWorkspaces property: List of additional workspaces.
Parameters:
Returns:
withDisabledDataSources
public IoTSecuritySolutionProperties withDisabledDataSources(List<DataSource> disabledDataSources)
Set the disabledDataSources property: Disabled data sources. Disabling these data sources compromises the system.
Parameters:
Returns:
withDisplayName
public IoTSecuritySolutionProperties withDisplayName(String displayName)
Set the displayName property: Resource display name.
Parameters:
Returns:
withExport
public IoTSecuritySolutionProperties withExport(List<ExportData> export)
Set the export property: List of additional options for exporting to workspace data.
Parameters:
Returns:
withIotHubs
public IoTSecuritySolutionProperties withIotHubs(List<String> iotHubs)
Set the iotHubs property: IoT Hub resource IDs.
Parameters:
Returns:
withRecommendationsConfiguration
public IoTSecuritySolutionProperties withRecommendationsConfiguration(List<RecommendationConfigurationProperties> recommendationsConfiguration)
Set the recommendationsConfiguration property: List of the configuration status for each recommendation type.
Parameters:
Returns:
withStatus
public IoTSecuritySolutionProperties withStatus(SecuritySolutionStatus status)
Set the status property: Status of the IoT Security solution.
Parameters:
Returns:
withUnmaskedIpLoggingStatus
public IoTSecuritySolutionProperties withUnmaskedIpLoggingStatus(UnmaskedIpLoggingStatus unmaskedIpLoggingStatus)
Set the unmaskedIpLoggingStatus property: Unmasked IP address logging status.
Parameters:
Returns:
withUserDefinedResources
public IoTSecuritySolutionProperties withUserDefinedResources(UserDefinedResourcesProperties userDefinedResources)
Set the userDefinedResources property: Properties of the IoT Security solution's user defined resources.
Parameters:
Returns:
withWorkspace
public IoTSecuritySolutionProperties withWorkspace(String workspace)
Set the workspace property: Workspace resource ID.
Parameters:
Returns:
workspace
public String workspace()
Get the workspace property: Workspace resource ID.
Returns: