Files
Cloud-20Engineering/Powershell/Tools/AzurePIMpatch.json
Jurjen Ladenius 5003d32cad PIM settings script #99024
Script for management group overview #97859
2024-04-18 09:00:04 +02:00

97 lines
2.6 KiB
JSON

{
"properties": {
"rules": [
{
"isExpirationRequired": false,
"maximumDuration": "PT10H",
"id": "Expiration_EndUser_Assignment",
"ruleType": "RoleManagementPolicyExpirationRule",
"target": {
"caller": "EndUser",
"operations": [
"All"
],
"level": "Assignment",
"targetObjects": [],
"inheritableSettings": [],
"enforcedSettings": []
}
},
{
"enabledRules": [
"MultiFactorAuthentication"
],
"id": "Enablement_EndUser_Assignment",
"ruleType": "RoleManagementPolicyEnablementRule",
"target": {
"caller": "EndUser",
"operations": [
"All"
],
"level": "Assignment",
"targetObjects": [],
"inheritableSettings": [],
"enforcedSettings": []
}
},
{
"notificationType": "Email",
"recipientType": "Admin",
"isDefaultRecipientsEnabled": false,
"notificationLevel": "All",
"notificationRecipients": [],
"id": "Notification_Admin_EndUser_Assignment",
"ruleType": "RoleManagementPolicyNotificationRule",
"target": {
"caller": "EndUser",
"operations": [
"All"
],
"level": "Assignment",
"targetObjects": [],
"inheritableSettings": [],
"enforcedSettings": []
}
},
{
"notificationType": "Email",
"recipientType": "Requestor",
"isDefaultRecipientsEnabled": false,
"notificationLevel": "All",
"notificationRecipients": [],
"id": "Notification_Requestor_EndUser_Assignment",
"ruleType": "RoleManagementPolicyNotificationRule",
"target": {
"caller": "EndUser",
"operations": [
"All"
],
"level": "Assignment",
"targetObjects": [],
"inheritableSettings": [],
"enforcedSettings": []
}
},
{
"notificationType": "Email",
"recipientType": "Approver",
"isDefaultRecipientsEnabled": false,
"notificationLevel": "All",
"notificationRecipients": [],
"id": "Notification_Approver_EndUser_Assignment",
"ruleType": "RoleManagementPolicyNotificationRule",
"target": {
"caller": "EndUser",
"operations": [
"All"
],
"level": "Assignment",
"targetObjects": [],
"inheritableSettings": [],
"enforcedSettings": []
}
}
]
}
}