ArmSecurityCenterModelFactory.SensitivitySettingsProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.SecurityCenter.Models.SensitivitySettingsProperties SensitivitySettingsProperties(System.Collections.Generic.IEnumerable<Guid> sensitiveInfoTypesIds = default, float? sensitivityThresholdLabelOrder = default, string sensitivityThresholdLabelId = default, Azure.ResourceManager.SecurityCenter.Models.SensitivitySettingsMipInformation mipInformation = default);
static member SensitivitySettingsProperties : seq<Guid> * Nullable<single> * string * Azure.ResourceManager.SecurityCenter.Models.SensitivitySettingsMipInformation -> Azure.ResourceManager.SecurityCenter.Models.SensitivitySettingsProperties
Public Shared Function SensitivitySettingsProperties (Optional sensitiveInfoTypesIds As IEnumerable(Of Guid) = Nothing, Optional sensitivityThresholdLabelOrder As Nullable(Of Single) = Nothing, Optional sensitivityThresholdLabelId As String = Nothing, Optional mipInformation As SensitivitySettingsMipInformation = Nothing) As SensitivitySettingsProperties
Parameters
- sensitiveInfoTypesIds
- IEnumerable<Guid>
List of selected sensitive info types' IDs.
The order of the sensitivity threshold label. Any label at or above this order will be considered sensitive. If set to -1, sensitivity by labels is turned off.
- sensitivityThresholdLabelId
- String
The id of the sensitivity threshold label. Any label at or above this rank will be considered sensitive.
- mipInformation
- SensitivitySettingsMipInformation
Microsoft information protection built-in and custom information types, labels, and integration status.
Returns
A new SensitivitySettingsProperties instance for mocking.