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.
Initializes a new instance of SensitivitySettingsProperties.
public static Azure.ResourceManager.SecurityCenter.Models.SensitivitySettingsProperties SensitivitySettingsProperties (System.Collections.Generic.IEnumerable<Guid> sensitiveInfoTypesIds = default, float? sensitivityThresholdLabelOrder = default, Guid? sensitivityThresholdLabelId = default, Azure.ResourceManager.SecurityCenter.Models.GetSensitivitySettingsResponsePropertiesMipInformation mipInformation = default);
static member SensitivitySettingsProperties : seq<Guid> * Nullable<single> * Nullable<Guid> * Azure.ResourceManager.SecurityCenter.Models.GetSensitivitySettingsResponsePropertiesMipInformation -> 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 Nullable(Of Guid) = Nothing, Optional mipInformation As GetSensitivitySettingsResponsePropertiesMipInformation = 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.
The id of the sensitivity threshold label. Any label at or above this rank will be considered sensitive.
- mipInformation
- GetSensitivitySettingsResponsePropertiesMipInformation
Microsoft information protection built-in and custom information types, labels, and integration status.
Returns
A new SensitivitySettingsProperties instance for mocking.