Skip to main content

spo serviceprincipal grant list

Lists permissions granted to the service principal

Usage

m365 spo serviceprincipal grant list [options]

Alias

m365 spo sp grant list

Options

-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 is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

info

To use this command you must be a Global administrator.

Examples

List all permissions granted to the service principal

m365 spo serviceprincipal grant list

Response

[
{
"IsDomainIsolated": false,
"ObjectId": "QqYEYFwYmkeZKhXRwj4iKV5QwbD60RVCo6xeMUG407E",
"PackageName": null,
"Resource": "Windows Azure Active Directory",
"ResourceId": "b0c1505e-d1fa-4215-a3ac-5e3141b8d3b1",
"Scope": "User.Read"
}
]
CTRL + M