File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,21 @@ Accept wildcard characters: False
181
181
` ` `
182
182
183
183
### -Identity
184
- Indicates the Identity of the Platform Service Settings to be modified.
184
+ Unique identifier of the Platform Service Settings to be created.
185
+
186
+ To create a new collection of settings at the site scope, use syntax similar to this:
187
+
188
+ ` -Identity site:Redmond`
189
+
190
+ To create new settings at the service scope, use syntax like this :
191
+
192
+ ` -Identity service:WebServer:atl-cs-001.litwareinc.com`
193
+
194
+ Privacy settings can only be created for the WebServer service.
195
+ An error will occur if you try to apply these settings to any other service.
196
+
197
+ Note that your command will fail if Platform Service Settings already exist for the specified site or service.
198
+ Likewise, your command will fail if you attempt to create a new collection of global settings.
185
199
186
200
` ` ` yaml
187
201
Type: XdsIdentity
You can’t perform that action at this time.
0 commit comments