Get-DlpSensitiveInformationType
此 cmdlet 仅在安全性 & 合规性 PowerShell 中可用。 有关详细信息,请参阅 安全性 & 合规性 PowerShell。
使用 Get-DlpSensitiveInformationType cmdlet 列出Microsoft Purview 合规门户中为组织定义的敏感信息类型。 数据丢失防护 (DLP) 规则使用敏感信息类型来检查敏感信息,例如社会保障、护照或信用卡号。
有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。
语法
Get-DlpSensitiveInformationType
[[-Identity] <SensitiveInformationTypeIdParameter>]
[-IncludeDetails]
[-IncludeElements <ClassificationPrimitiveElementType>]
[-Organization <OrganizationIdParameter>]
[<CommonParameters>]
说明
已返回的对象的 RecommendedConfidence 属性包含表示默认(或推荐)可信度的值,应与相应的敏感信息类型一起使用。
若要在安全性 & 合规性 PowerShell 中使用此 cmdlet,需要分配权限。 有关详细信息,请参阅 Microsoft Purview 合规门户中的权限。
示例
示例 1
Get-DlpSensitiveInformationType
此示例列出了针对您组织定义的所有敏感信息类型。
示例 2
Get-DlpSensitiveInformationType -Identity "Credit Card Number" | Format-List
此示例列出了名为“信用卡卡号”的敏感信息类型的所有属性。
参数
-Identity
Identity 参数指定要查看的敏感信息类型。 有效值包含:
- 名称
- ID(GUID 值)
Type: | SensitiveInformationTypeIdParameter |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |
-IncludeDetails
{{ Fill IncludeDetails Description }}
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |
-IncludeElements
{{ Fill IncludeElements Description }}
Type: | ClassificationPrimitiveElementType |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |
-Organization
保留此参数以供 Microsoft 内部使用。
Type: | OrganizationIdParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |