Get-DlpSensitiveInformationType
此 Cmdlet 僅適用于安全 & 性合規性 PowerShell。 如需詳細資訊,請參閱 安全 & 性合規性 PowerShell。
使用 Get-DlpSensitiveInformationType Cmdlet 列出在Microsoft Purview 合規性入口網站中為您的組織定義的敏感性資訊類型。 資料外泄防護 (DLP) 規則會使用敏感性資訊類型來檢查敏感性資訊,例如社會安全、護照或信用卡號碼。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
Syntax
Get-DlpSensitiveInformationType
[[-Identity] <SensitiveInformationTypeIdParameter>]
[-IncludeDetails]
[-IncludeElements <ClassificationPrimitiveElementType>]
[-Organization <OrganizationIdParameter>]
[<CommonParameters>]
Description
所傳回物件的 RecommendedConfidence 內容包含代表應搭配對應敏感資訊類型使用之預設 (或建議) 信賴等級的值。
若要在安全 & 性合規性 PowerShell 中使用此 Cmdlet,您必須獲指派許可權。 如需詳細資訊,請參閱 Microsoft Purview 合規性入口網站中的權限。
範例
範例 1
Get-DlpSensitiveInformationType
此範例會列出為您的組織定義的所有敏感資訊類型。
範例 2
Get-DlpSensitiveInformationType -Identity "Credit Card Number" | Format-List
此範例會列出名為 "Credit Card Number" 之敏感資訊類型的所有內容。
參數
-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 |