@pnp/cli-microsoft365 6.8.0-beta.a10f6e4 → 6.8.0-beta.c5c3c32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +2 -0
- package/README.md +6 -1
- package/dist/m365/commands/commands.js +1 -0
- package/dist/m365/commands/docs.js +42 -0
- package/dist/m365/commands/login.js +1 -1
- package/dist/m365/pa/commands/app/app-consent-set.js +101 -0
- package/dist/m365/pa/commands.js +1 -0
- package/dist/m365/purview/commands/sensitivitylabel/sensitivitylabel-get.js +97 -0
- package/dist/m365/purview/commands/sensitivitylabel/sensitivitylabel-list.js +85 -0
- package/dist/m365/purview/commands/sensitivitylabel/sensitivitylabel-policysettings-list.js +89 -0
- package/dist/m365/purview/commands.js +3 -0
- package/dist/m365/spo/commands/file/file-list.js +15 -4
- package/dist/m365/spo/commands/file/file-remove.js +3 -0
- package/dist/m365/spo/commands/term/term-get.js +14 -5
- package/dist/m365/spo/commands/term/term-group-list.js +39 -4
- package/dist/m365/spo/commands/term/term-list.js +18 -9
- package/dist/m365/spo/commands/term/term-set-get.js +12 -3
- package/dist/m365/spo/commands.js +1 -0
- package/docs/docs/cmd/aad/o365group/o365group-get.md +0 -12
- package/docs/docs/cmd/cli/cli-consent.md +6 -0
- package/docs/docs/cmd/cli/cli-doctor.md +17 -0
- package/docs/docs/cmd/cli/cli-issue.md +6 -0
- package/docs/docs/cmd/cli/cli-reconsent.md +6 -0
- package/docs/docs/cmd/cli/completion/completion-sh-setup.md +6 -0
- package/docs/docs/cmd/cli/config/config-get.md +6 -0
- package/docs/docs/cmd/docs.md +51 -0
- package/docs/docs/cmd/login.md +1 -1
- package/docs/docs/cmd/pa/app/app-consent-set.md +47 -0
- package/docs/docs/cmd/planner/task/task-get.md +0 -6
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.md +118 -0
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.md +111 -0
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.md +97 -0
- package/docs/docs/cmd/search/externalconnection/externalconnection-get.md +17 -0
- package/docs/docs/cmd/search/externalconnection/externalconnection-list.md +17 -0
- package/docs/docs/cmd/spo/file/file-list.md +9 -6
- package/docs/docs/cmd/spo/file/file-remove.md +12 -0
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.md +19 -0
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.md +12 -0
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.md +6 -0
- package/docs/docs/cmd/spo/page/page-column-get.md +15 -0
- package/docs/docs/cmd/spo/page/page-column-list.md +16 -0
- package/docs/docs/cmd/spo/page/page-control-get.md +18 -0
- package/docs/docs/cmd/spo/page/page-control-list.md +18 -0
- package/docs/docs/cmd/spo/page/page-copy.md +35 -0
- package/docs/docs/cmd/spo/page/page-get.md +39 -0
- package/docs/docs/cmd/spo/page/page-list.md +53 -0
- package/docs/docs/cmd/spo/page/page-section-get.md +12 -0
- package/docs/docs/cmd/spo/page/page-section-list.md +13 -0
- package/docs/docs/cmd/spo/page/page-template-list.md +31 -0
- package/docs/docs/cmd/spo/propertybag/propertybag-get.md +6 -0
- package/docs/docs/cmd/spo/propertybag/propertybag-list.md +13 -0
- package/docs/docs/cmd/spo/report/report-activityfilecounts.md +7 -0
- package/docs/docs/cmd/spo/report/report-activitypages.md +7 -0
- package/docs/docs/cmd/spo/report/report-activityusercounts.md +7 -0
- package/docs/docs/cmd/spo/report/report-activityuserdetail.md +7 -0
- package/docs/docs/cmd/spo/report/report-siteusagedetail.md +7 -0
- package/docs/docs/cmd/spo/report/report-siteusagefilecounts.md +7 -0
- package/docs/docs/cmd/spo/report/report-siteusagepages.md +7 -0
- package/docs/docs/cmd/spo/report/report-siteusagesitecounts.md +7 -0
- package/docs/docs/cmd/spo/report/report-siteusagestorage.md +7 -0
- package/docs/docs/cmd/spo/roledefinition/roledefinition-get.md +20 -0
- package/docs/docs/cmd/spo/roledefinition/roledefinition-list.md +20 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.md +20 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.md +18 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.md +20 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.md +17 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.md +13 -0
- package/docs/docs/cmd/spo/term/term-get.md +111 -10
- package/docs/docs/cmd/spo/term/term-group-list.md +70 -2
- package/docs/docs/cmd/spo/term/term-list.md +80 -8
- package/docs/docs/cmd/spo/term/term-set-get.md +92 -8
- package/package.json +1 -1
|
@@ -10,17 +10,85 @@ m365 spo term group list [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
+
`-u, --webUrl [webUrl]`
|
|
14
|
+
: If specified, allows you to list term groups from the tenant term store as well as the sitecollection specific term store. Defaults to the tenant admin site.
|
|
15
|
+
|
|
13
16
|
--8<-- "docs/cmd/_global.md"
|
|
14
17
|
|
|
15
18
|
## Remarks
|
|
16
19
|
|
|
17
20
|
!!! important
|
|
18
|
-
To use this command you have to have permissions to access the tenant admin site.
|
|
21
|
+
To use this command without the --webUrl option you have to have permissions to access the tenant admin site.
|
|
22
|
+
|
|
23
|
+
When using the `--webUrl` option you can connect to the term store with limited permissions, and do not need the SharePoint Adminstrator role. You need to be a site visitor or more. It allows you to list term groups from the tenant term store as well as term groups from the sitecollection term store.
|
|
19
24
|
|
|
20
25
|
## Examples
|
|
21
26
|
|
|
22
|
-
List taxonomy term groups
|
|
27
|
+
List taxonomy term groups.
|
|
23
28
|
|
|
24
29
|
```sh
|
|
25
30
|
m365 spo term group list
|
|
26
31
|
```
|
|
32
|
+
|
|
33
|
+
List taxonomy term groups from the specified sitecollection.
|
|
34
|
+
|
|
35
|
+
```sh
|
|
36
|
+
m365 spo term group list --webUrl https://contoso.sharepoint.com/sites/project-x
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## Response
|
|
40
|
+
|
|
41
|
+
=== "JSON"
|
|
42
|
+
|
|
43
|
+
```json
|
|
44
|
+
[
|
|
45
|
+
{
|
|
46
|
+
"_ObjectType_": "SP.Taxonomy.TermGroup",
|
|
47
|
+
"_ObjectIdentity_": "5522b1a0-b01a-2000-4160-d04eee2e977f|fec14c62-7c3b-481b-851b-c80d7802b224:gr:aCf0Cz4D9UOS7+b/OlUY5XrNqUp10tpPhLK4MIXc7g8=",
|
|
48
|
+
"CreatedDate": "2019-09-03T06:41:32.070Z",
|
|
49
|
+
"Id": "4aa9cd7a-d275-4fda-84b2-b83085dcee0f",
|
|
50
|
+
"LastModifiedDate": "2019-09-03T06:41:32.070Z",
|
|
51
|
+
"Name": "People",
|
|
52
|
+
"Description": "",
|
|
53
|
+
"IsSiteCollectionGroup": false,
|
|
54
|
+
"IsSystemGroup": false
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
=== "Text"
|
|
60
|
+
|
|
61
|
+
```text
|
|
62
|
+
Id Name
|
|
63
|
+
------------------------------------ -----------------------------------------------------------
|
|
64
|
+
4aa9cd7a-d275-4fda-84b2-b83085dcee0f People
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
=== "CSV"
|
|
68
|
+
|
|
69
|
+
```csv
|
|
70
|
+
_ObjectType_,_ObjectIdentity_,CreatedDate,Id,LastModifiedDate,Name,Description,IsSiteCollectionGroup,IsSystemGroup
|
|
71
|
+
SP.Taxonomy.TermGroup,7522b1a0-804d-2000-41be-bba084eae72f|fec14c62-7c3b-481b-851b-c80d7802b224:gr:aCf0Cz4D9UOS7+b/OlUY5XrNqUp10tpPhLK4MIXc7g8=,2019-09-03T06:41:32.070Z,4aa9cd7a-d275-4fda-84b2-b83085dcee0f,2019-09-03T06:41:32.070Z,People,,,
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
=== "Markdown"
|
|
75
|
+
|
|
76
|
+
```md
|
|
77
|
+
# spo term group list
|
|
78
|
+
|
|
79
|
+
Date: 5/9/2023
|
|
80
|
+
|
|
81
|
+
## People (4aa9cd7a-d275-4fda-84b2-b83085dcee0f)
|
|
82
|
+
|
|
83
|
+
Property | Value
|
|
84
|
+
---------|-------
|
|
85
|
+
\_ObjectType\_ | SP.Taxonomy.TermGroup
|
|
86
|
+
\_ObjectIdentity\_ | 8c22b1a0-200f-2000-3976-694ba2bf8a01\|fec14c62-7c3b-481b-851b-c80d7802b224:gr:aCf0Cz4D9UOS7+b/OlUY5XrNqUp10tpPhLK4MIXc7g8=
|
|
87
|
+
CreatedDate | 2019-09-03T06:41:32.070Z
|
|
88
|
+
Id | 4aa9cd7a-d275-4fda-84b2-b83085dcee0f
|
|
89
|
+
LastModifiedDate | 2019-09-03T06:41:32.070Z
|
|
90
|
+
Name | People
|
|
91
|
+
Description |
|
|
92
|
+
IsSiteCollectionGroup | false
|
|
93
|
+
IsSystemGroup | false
|
|
94
|
+
```
|
|
@@ -10,17 +10,20 @@ m365 spo term list [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
+
`-u, --webUrl [webUrl]`
|
|
14
|
+
: If specified, allows you to list terms from the tenant term store as well as the sitecollection specific term store. Defaults to the tenant admin site.
|
|
15
|
+
|
|
13
16
|
`--termGroupId [termGroupId]`
|
|
14
|
-
: ID of the term group where the term set is located. Specify `termGroupId` or `termGroupName` but not both
|
|
17
|
+
: ID of the term group where the term set is located. Specify `termGroupId` or `termGroupName` but not both.
|
|
15
18
|
|
|
16
19
|
`--termGroupName [termGroupName]`
|
|
17
|
-
: Name of the term group where the term set is located. Specify `termGroupId` or `termGroupName` but not both
|
|
20
|
+
: Name of the term group where the term set is located. Specify `termGroupId` or `termGroupName` but not both.
|
|
18
21
|
|
|
19
22
|
`--termSetId [termSetId]`
|
|
20
|
-
: ID of the term set for which to retrieve terms. Specify `termSetId` or `termSetName` but not both
|
|
23
|
+
: ID of the term set for which to retrieve terms. Specify `termSetId` or `termSetName` but not both.
|
|
21
24
|
|
|
22
25
|
`--termSetName [termSetName]`
|
|
23
|
-
: Name of the term set for which to retrieve terms. Specify `termSetId` or `termSetName` but not both
|
|
26
|
+
: Name of the term set for which to retrieve terms. Specify `termSetId` or `termSetName` but not both.
|
|
24
27
|
|
|
25
28
|
`--includeChildTerms`
|
|
26
29
|
: If specified, child terms are loaded as well.
|
|
@@ -30,23 +33,31 @@ m365 spo term list [options]
|
|
|
30
33
|
## Remarks
|
|
31
34
|
|
|
32
35
|
!!! important
|
|
33
|
-
To use this command you have to have permissions to access the tenant admin site.
|
|
36
|
+
To use this command without the --webUrl option you have to have permissions to access the tenant admin site.
|
|
37
|
+
|
|
38
|
+
When using the `--webUrl` option you can connect to the term store with limited permissions, and do not need the SharePoint Adminstrator role. You need to be a site visitor or more. It allows you to list terms from the tenant term store as well as terms from the sitecollection term store.
|
|
34
39
|
|
|
35
40
|
## Examples
|
|
36
41
|
|
|
37
|
-
List taxonomy terms from the term group and term set with the given name
|
|
42
|
+
List taxonomy terms from the specified sitecollection, the term group and term set with the given name
|
|
43
|
+
|
|
44
|
+
```sh
|
|
45
|
+
m365 spo term list --webUrl https://contoso.sharepoint.com/sites/project-x --termGroupName PnPTermSets --termSetName PnP-Organizations
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
List taxonomy terms from the term group and term set with the given name.
|
|
38
49
|
|
|
39
50
|
```sh
|
|
40
51
|
m365 spo term list --termGroupName PnPTermSets --termSetName PnP-Organizations
|
|
41
52
|
```
|
|
42
53
|
|
|
43
|
-
List taxonomy terms from the term group and term set with the given ID
|
|
54
|
+
List taxonomy terms from the term group and term set with the given ID.
|
|
44
55
|
|
|
45
56
|
```sh
|
|
46
57
|
m365 spo term list --termGroupId 0e8f395e-ff58-4d45-9ff7-e331ab728beb --termSetId 0e8f395e-ff58-4d45-9ff7-e331ab728bec
|
|
47
58
|
```
|
|
48
59
|
|
|
49
|
-
List taxonomy terms from the term group and term set with the given ID including child terms if any are found
|
|
60
|
+
List taxonomy terms from the term group and term set with the given ID including child terms if any are found.
|
|
50
61
|
|
|
51
62
|
```sh
|
|
52
63
|
m365 spo term list --termGroupId 0e8f395e-ff58-4d45-9ff7-e331ab728beb --termSetId 0e8f395e-ff58-4d45-9ff7-e331ab728bec --includeChildTerms
|
|
@@ -104,6 +115,37 @@ m365 spo term list --termGroupId 0e8f395e-ff58-4d45-9ff7-e331ab728beb --termSetI
|
|
|
104
115
|
c387e91c-b553-4b92-886b-9af717cd73b0,Financing
|
|
105
116
|
```
|
|
106
117
|
|
|
118
|
+
=== "Markdown"
|
|
119
|
+
|
|
120
|
+
```md
|
|
121
|
+
# spo term list --termGroupName "PnPTermSets" --termSetName "PnP-Organizations"
|
|
122
|
+
|
|
123
|
+
Date: 5/8/2023
|
|
124
|
+
|
|
125
|
+
## Financing (c387e91c-b553-4b92-886b-9af717cd73b0)
|
|
126
|
+
|
|
127
|
+
Property | Value
|
|
128
|
+
---------|-------
|
|
129
|
+
\_ObjectType\_ | SP.Taxonomy.Term
|
|
130
|
+
\_ObjectIdentity\_ | b6d6b0a0-50c8-2000-41be-bd745120140b\|fec14c62-7c3b-481b-851b-c80d7802b224:te:aCf0Cz4D9UOS7+b/OlUY5XrNqUp10tpPhLK4MIXc7g/qydiOUnAdTKTXucEL/+pvpnFcKyvXqEmjv9gGNthbRA==
|
|
131
|
+
CreatedDate | 2021-07-07T09:42:02.283Z
|
|
132
|
+
Id | c387e91c-b553-4b92-886b-9af717cd73b0
|
|
133
|
+
LastModifiedDate | 2021-07-07T09:42:02.283Z
|
|
134
|
+
Name | Financing
|
|
135
|
+
IsAvailableForTagging | true
|
|
136
|
+
Owner | NT Service\SPTimerV4
|
|
137
|
+
Description |
|
|
138
|
+
IsDeprecated | false
|
|
139
|
+
IsKeyword | false
|
|
140
|
+
IsPinned | false
|
|
141
|
+
IsPinnedRoot | false
|
|
142
|
+
IsReused | false
|
|
143
|
+
IsRoot | true
|
|
144
|
+
IsSourceTerm | true
|
|
145
|
+
PathOfTerm | Financing
|
|
146
|
+
TermsCount | 0
|
|
147
|
+
```
|
|
148
|
+
|
|
107
149
|
### `includeChildTerms` response
|
|
108
150
|
|
|
109
151
|
When we make use of the option `includeChildTerms` the response will differ.
|
|
@@ -180,3 +222,33 @@ When we make use of the option `includeChildTerms` the response will differ.
|
|
|
180
222
|
c387e91c-b553-4b92-886b-9af717cd73b0,Financing,079b9c7f-9f49-421b-b1e9-83b908e0d9d4
|
|
181
223
|
```
|
|
182
224
|
|
|
225
|
+
=== "Markdown"
|
|
226
|
+
|
|
227
|
+
```md
|
|
228
|
+
# spo term list --termGroupName "PnPTermSets" --termSetName "PnP-Organizations" --includeChildTerms "true"
|
|
229
|
+
|
|
230
|
+
Date: 5/8/2023
|
|
231
|
+
|
|
232
|
+
## Financing (c387e91c-b553-4b92-886b-9af717cd73b0)
|
|
233
|
+
|
|
234
|
+
Property | Value
|
|
235
|
+
---------|-------
|
|
236
|
+
\_ObjectType\_ | SP.Taxonomy.Term
|
|
237
|
+
\_ObjectIdentity\_ | b6d6b0a0-50c8-2000-41be-bd745120140b\|fec14c62-7c3b-481b-851b-c80d7802b224:te:aCf0Cz4D9UOS7+b/OlUY5XrNqUp10tpPhLK4MIXc7g/qydiOUnAdTKTXucEL/+pvpnFcKyvXqEmjv9gGNthbRA==
|
|
238
|
+
CreatedDate | 2021-07-07T09:42:02.283Z
|
|
239
|
+
Id | c387e91c-b553-4b92-886b-9af717cd73b0
|
|
240
|
+
LastModifiedDate | 2021-07-07T09:42:02.283Z
|
|
241
|
+
Name | Financing
|
|
242
|
+
IsAvailableForTagging | true
|
|
243
|
+
Owner | NT Service\SPTimerV4
|
|
244
|
+
Description |
|
|
245
|
+
IsDeprecated | false
|
|
246
|
+
IsKeyword | false
|
|
247
|
+
IsPinned | false
|
|
248
|
+
IsPinnedRoot | false
|
|
249
|
+
IsReused | false
|
|
250
|
+
IsRoot | true
|
|
251
|
+
IsSourceTerm | true
|
|
252
|
+
PathOfTerm | Financing
|
|
253
|
+
TermsCount | 0
|
|
254
|
+
```
|
|
@@ -10,35 +10,119 @@ m365 spo term set get [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
+
`-u, --webUrl [webUrl]`
|
|
14
|
+
: If specified, allows you to get a term set from the tenant term store as well as the sitecollection specific term store. Defaults to the tenant admin site.
|
|
15
|
+
|
|
13
16
|
`-i, --id [id]`
|
|
14
|
-
: ID of the term set to retrieve. Specify `name` or `id` but not both
|
|
17
|
+
: ID of the term set to retrieve. Specify `name` or `id` but not both.
|
|
15
18
|
|
|
16
19
|
`-n, --name [name]`
|
|
17
|
-
: Name of the term set to retrieve. Specify `name` or `id` but not both
|
|
20
|
+
: Name of the term set to retrieve. Specify `name` or `id` but not both.
|
|
18
21
|
|
|
19
22
|
`--termGroupId [termGroupId]`
|
|
20
|
-
: ID of the term group to which the term set belongs. Specify `termGroupId` or `termGroupName` but not both
|
|
23
|
+
: ID of the term group to which the term set belongs. Specify `termGroupId` or `termGroupName` but not both.
|
|
21
24
|
|
|
22
25
|
`--termGroupName [termGroupName]`
|
|
23
|
-
: Name of the term group to which the term set belongs. Specify `termGroupId` or `termGroupName` but not both
|
|
26
|
+
: Name of the term group to which the term set belongs. Specify `termGroupId` or `termGroupName` but not both.
|
|
24
27
|
|
|
25
28
|
--8<-- "docs/cmd/_global.md"
|
|
26
29
|
|
|
27
30
|
## Remarks
|
|
28
31
|
|
|
29
32
|
!!! important
|
|
30
|
-
To use this command you have to have permissions to access the tenant admin site.
|
|
33
|
+
To use this command without the --webUrl option you have to have permissions to access the tenant admin site.
|
|
34
|
+
|
|
35
|
+
When using the `--webUrl` option you can connect to the term store with limited permissions, and do not need the SharePoint Adminstrator role. You need to be a site visitor or more. It allows you to get a term set from the tenant term store as well as a term set from the sitecollection term store.
|
|
31
36
|
|
|
32
37
|
## Examples
|
|
33
38
|
|
|
34
|
-
Get information about a taxonomy term set using its ID
|
|
39
|
+
Get information about a taxonomy term set using its ID.
|
|
35
40
|
|
|
36
41
|
```sh
|
|
37
42
|
m365 spo term set get --id 0e8f395e-ff58-4d45-9ff7-e331ab728beb --termGroupName PnPTermSets
|
|
38
43
|
```
|
|
39
44
|
|
|
40
|
-
Get information about a taxonomy term set using its name
|
|
45
|
+
Get information about a taxonomy term set using its name.
|
|
41
46
|
|
|
42
47
|
```sh
|
|
43
|
-
m365 spo term set get --name
|
|
48
|
+
m365 spo term set get --name PnP-Organizations --termGroupId 0a099ee9-e231-4ae9-a5b6-d7f94a0d241d
|
|
44
49
|
```
|
|
50
|
+
|
|
51
|
+
Get information about a taxonomy term set using its ID from the specified sitecollection.
|
|
52
|
+
|
|
53
|
+
```sh
|
|
54
|
+
m365 spo term set get --id 0e8f395e-ff58-4d45-9ff7-e331ab728beb --termGroupName PnPTermSets --webUrl https://contoso.sharepoint.com/sites/project-x
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
## Response
|
|
58
|
+
|
|
59
|
+
=== "JSON"
|
|
60
|
+
|
|
61
|
+
```json
|
|
62
|
+
{
|
|
63
|
+
"CreatedDate": "2019-09-03T06:41:32.110Z",
|
|
64
|
+
"Id": "0e8f395e-ff58-4d45-9ff7-e331ab728beb",
|
|
65
|
+
"LastModifiedDate": "2019-09-03T06:41:32.260Z",
|
|
66
|
+
"Name": "PnP-Organizations",
|
|
67
|
+
"CustomProperties": {
|
|
68
|
+
"SearchCenterNavVer": "15"
|
|
69
|
+
},
|
|
70
|
+
"CustomSortOrder": null,
|
|
71
|
+
"IsAvailableForTagging": true,
|
|
72
|
+
"Owner": "",
|
|
73
|
+
"Contact": "",
|
|
74
|
+
"Description": "",
|
|
75
|
+
"IsOpenForTermCreation": true,
|
|
76
|
+
"Names": {
|
|
77
|
+
"1033": "PnP-Organizations"
|
|
78
|
+
},
|
|
79
|
+
"Stakeholders": []
|
|
80
|
+
}
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
=== "Text"
|
|
84
|
+
|
|
85
|
+
```text
|
|
86
|
+
Contact :
|
|
87
|
+
CreatedDate : 2019-09-03T06:41:32.110Z
|
|
88
|
+
CustomProperties : {"SearchCenterNavVer":"15"}
|
|
89
|
+
CustomSortOrder : null
|
|
90
|
+
Description :
|
|
91
|
+
Id : 0e8f395e-ff58-4d45-9ff7-e331ab728beb
|
|
92
|
+
IsAvailableForTagging: true
|
|
93
|
+
IsOpenForTermCreation: true
|
|
94
|
+
LastModifiedDate : 2019-09-03T06:41:32.260Z
|
|
95
|
+
Name : PnP-Organizations
|
|
96
|
+
Names : {"1033":"PnP-Organizations"}
|
|
97
|
+
Owner :
|
|
98
|
+
Stakeholders : []
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
=== "CSV"
|
|
102
|
+
|
|
103
|
+
```csv
|
|
104
|
+
CreatedDate,Id,LastModifiedDate,Name,IsAvailableForTagging,Owner,Contact,Description,IsOpenForTermCreation
|
|
105
|
+
2019-09-03T06:41:32.110Z,0e8f395e-ff58-4d45-9ff7-e331ab728beb,2019-09-03T06:41:32.260Z,PnP-Organizations,1,,,,1
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
=== "Markdown"
|
|
109
|
+
|
|
110
|
+
```md
|
|
111
|
+
# spo term set get --name "PnP-Organizations" --termGroupName "PnPTermSets"
|
|
112
|
+
|
|
113
|
+
Date: 5/9/2023
|
|
114
|
+
|
|
115
|
+
## PnP-Organizations (0e8f395e-ff58-4d45-9ff7-e331ab728beb)
|
|
116
|
+
|
|
117
|
+
Property | Value
|
|
118
|
+
---------|-------
|
|
119
|
+
CreatedDate | 2019-09-03T06:41:32.110Z
|
|
120
|
+
Id | 0e8f395e-ff58-4d45-9ff7-e331ab728beb
|
|
121
|
+
LastModifiedDate | 2019-09-03T06:41:32.260Z
|
|
122
|
+
Name | PnP-Organizations
|
|
123
|
+
IsAvailableForTagging | true
|
|
124
|
+
Owner |
|
|
125
|
+
Contact |
|
|
126
|
+
Description |
|
|
127
|
+
IsOpenForTermCreation | true
|
|
128
|
+
```
|
package/package.json
CHANGED