external connection list
Lists external connections
Usage
m365 external connection list [options]
Alias
m365 search externalconnection 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 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.
Examples
List external connections.
m365 external connection list
Response
- JSON
- Text
- CSV
- Markdown
[
{
"id": "CLITest",
"name": "CLI-Test",
"description": "CLI Test",
"state": "draft",
"configuration": {
"authorizedApps": [
"31359c7f-bd7e-475c-86db-fdb8c937548e"
],
"authorizedAppIds": [
"31359c7f-bd7e-475c-86db-fdb8c937548e"
]
}
}
]
id name state
------- -------- -----
CLITest CLI-Test draft
id,name,state
CLITest,CLI-Test,draft
# external connection list
Date: 2022-09-05
## CLI-Test (CLITest)
Property | Value
---------|-------
id | CLITest
name | CLI-Test
description | CLI Test
state | draft