mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 18:52:18 +01:00
96
Powershell/Tools/AzurePIMpatch.json
Normal file
96
Powershell/Tools/AzurePIMpatch.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user