Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1 KB

File metadata and controls

28 lines (23 loc) · 1 KB

Example authorizationPolicies.json

Only one authorizationPolicy exists within the tenant, so only one configuration can exist!

Possible values for "allowInvitesFrom" are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone

Possible values for "guestUserRole" are: User, Guest User, Restricted Guest User

[
	{
		"displayName": "Authorization Policy",
        "allowInvitesFrom": "adminsAndGuestInviters",
        "allowedToSignUpEmailBasedSubscriptions": false,
        "allowedToUseSSPR": true,
        "allowEmailVerifiedUsersToJoinOrganization": false,
        "blockMsolPowerShell": false,
        "guestUserRole": "Guest User",
        "allowedToCreateApps": false,
        "allowedToCreateSecurityGroups": false,
        "allowedToReadOtherUsers": true,
		"allowedToReadBitlockerKeysForOwnedDevice": true,
        "permissionGrantPolicyIdsAssignedToDefaultUserRole": []
	}
]