Grant-SchemaPermission |
Top Previous Next |
Summary Grant-SchemaPermission [-SchemaAddress] <Uri> [-Permissions] <String> [-Principals] <String[]> Description Allows permissions to be granted to one or more principals on a specific schema. A principal may be a user or group and are identified by using the identity string assigned to them by the underlying authentication mechanism. In a typical deployment, using Windows or ActiveDirectory for authentication, the principal identity should be the user name/group name in the DOMAIN\NAME format. In addition all Web3 stores are initialized with an "anonymous user" identity with the name "Anonymous". This command has a ConfirmImpact of Medium and so will usually require interactive confirmation of the updates before applying them to the topic map store.
Parameters
Returns This command has no return values.
Examples The following command grants all privileges on a schema to members of the Administrators and Power Users group for the domain MYDOMAIN. PS C:\Users\Administrator> Grant-SchemaPermission http://localhost/web3/schemas/d51bb6e4-3ae9-4db0-917f-bd1ea20fb396 WRA MYDOMAIN\Administrators,"MYDOMAIN\Power Users" |