purview sensitivitylabel policysettings list
Get a list of policy settings for a sensitivity label.
Usage
m365 purview sensitivitylabel policysettings list [options]
Options
--userId [userId]
User's Microsoft Entra ID. Optionally specify this if you want to get a list of policy settings for a sensitivity label that the user has access to. Specify either
userId
oruserName
but not both.--userName [userName]
User's UPN (user principal name, e.g. johndoe@example.com). Optionally specify this if you want to get a list of policy settings for a sensitivity label that the user has access to. Specify either
userId
oruserName
but not both.
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Remarks
This command is based on a Microsoft Graph API that is currently in preview and is subject to change once the API reached general availability.
When operating in app-only mode, you have the option to use either the userName
or userId
parameters to retrieve the sensitivity policy settings for a specific user. Without specifying either of these parameters, the command will retrieve the sensitivity policy settings for the currently authenticated user when operating in delegated mode.
Examples
Get a list of policy settings for a sensitivity label.
m365 purview sensitivitylabel policysettings list
Get a list of policy settings for a sensitivity label that a specific user has access to by its Id.
m365 purview sensitivitylabel policysettings list --userId 59f80e08-24b1-41f8-8586-16765fd830d3
Get a list of policy settings for a sensitivity label that a specific user has access to by its UPN.
m365 purview sensitivitylabel policysettings list --userName john.doe@contoso.com
Response
- JSON
- Text
- CSV
- Markdown
{
"id": "71F139249895C2F6DC861031DAC47E0C2C37C6595582D4248CC77FD7293681B5DE348BC71AEB44068CB397DB021CADB4",
"moreInfoUrl": "https://learn.microsoft.com/microsoft-365/compliance/get-started-with-sensitivity-labels?view=o365-worldwide#end-user-documentation-for-sensitivity-labels",
"isMandatory": true,
"isDowngradeJustificationRequired": true,
"defaultLabelId": "022bb90d-0cda-491d-b861-d195b14532dc"
}
defaultLabelId : 022bb90d-0cda-491d-b861-d195b14532dc
id : 71F139249895C2F6DC861031DAC47E0C2C37C6595582D4248CC77FD7293681B5DE348BC71AEB44068CB397
DB021CADB4
isDowngradeJustificationRequired: true
isMandatory : true
moreInfoUrl : https://learn.microsoft.com/microsoft-365/compliance/get-started-with-sensitivity-labels?view=o365-worldwide#end-user-documentation-for-sensitivity-labels
id,moreInfoUrl,isMandatory,isDowngradeJustificationRequired,defaultLabelId
71F139249895C2F6DC861031DAC47E0C2C37C6595582D4248CC77FD7293681B5DE348BC71AEB44068CB397DB021CADB4,https://learn.microsoft.com/microsoft-365/compliance/get-started-with-sensitivity-labels?view=o365-worldwide#end-user-documentation-for-sensitivity-labels,1,1,022bb90d-0cda-491d-b861-d195b14532dc
# purview sensitivitylabel policysettings list
Date: 4/11/2023
## 71F139249895C2F6DC861031DAC47E0C2C37C6595582D4248CC77FD7293681B5DE348BC71AEB44068CB397DB021CADB4
Property | Value
---------|-------
id | 71F139249895C2F6DC861031DAC47E0C2C37C6595582D4248CC77FD7293681B5DE348BC71AEB44068CB397DB021CADB4
moreInfoUrl | https://learn.microsoft.com/microsoft-365/compliance/get-started-with-sensitivity-labels?view=o365-worldwide#end-user-documentation-for-sensitivity-labels
isMandatory | true
isDowngradeJustificationRequired | true
defaultLabelId | 022bb90d-0cda-491d-b861-d195b14532dc