Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions documentation/Add-PnPFileSensitivityLabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ title: Add-PnPFileSensitivityLabel

* Microsoft Graph API : One of Files.ReadWrite.All, Sites.ReadWrite.All

**Required Billing**

* Microsoft Graph API: The `assignSensitivityLabel` API used by this cmdlet will not function without billing setup. Consult the [RELATED LINKS](#related-links) section.

Add the sensitivity label information for a file in SharePoint.

## SYNTAX
Expand Down Expand Up @@ -129,5 +133,10 @@ Accept wildcard characters: False

## RELATED LINKS

[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
[Microsoft Graph documentation](https://learn.microsoft.com/graph/api/driveitem-assignsensitivitylabel)
* [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)

* [Microsoft Graph documentation](https://learn.microsoft.com/graph/api/driveitem-assignsensitivitylabel)

* [Overview of metered APIs and services in Microsoft Graph](https://learn.microsoft.com/en-us/graph/metered-api-overview)

* [Metered APIs and services in Microsoft Graph](https://learn.microsoft.com/en-us/graph/metered-api-list)
5 changes: 5 additions & 0 deletions documentation/Get-PnPAvailableSensitivityLabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ title: Get-PnPAvailableSensitivityLabel
# Get-PnPAvailableSensitivityLabel

## SYNOPSIS

**Required Permissions**

* Microsoft Graph API : One of InformationProtectionPolicy.Read (Delegated), InformationProtectionPolicy.Read.All (Application)

Gets the Microsoft Purview sensitivity labels that are available within the tenant

## SYNTAX
Expand Down
Loading