Skip to content

Commit

Permalink
Merge pull request #1743 from PowershellScripts/patch-9
Browse files Browse the repository at this point in the history
Update Add-PnPRoleDefinition.md
  • Loading branch information
KoenZomers authored Apr 6, 2022
2 parents 67011fe + 8255fef commit 63c980c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/Add-PnPRoleDefinition.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Accept wildcard characters: False
```
### -Exclude
Specifies permission flags(s) to disable. Please visit https://docs.microsoft.com/previous-versions/office/sharepoint-csom/ee536458(v%3Doffice.15) for the PermissionKind enum
Specifies permission flag(s) to disable. Please visit https://docs.microsoft.com/previous-versions/office/sharepoint-csom/ee536458(v%3Doffice.15) for the PermissionKind enum
```yaml
Type: PermissionKind[]
Expand All @@ -113,7 +113,7 @@ Accept wildcard characters: False
```
### -Include
Specifies permission flags(s) to enable. Please visit https://docs.microsoft.com/previous-versions/office/sharepoint-csom/ee536458(v%3Doffice.15) for the PermissionKind enum
Specifies permission flag(s) to enable. Please visit https://docs.microsoft.com/previous-versions/office/sharepoint-csom/ee536458(v%3Doffice.15) for the PermissionKind enum
```yaml
Type: PermissionKind[]
Expand Down

0 comments on commit 63c980c

Please sign in to comment.