Skip to content

Commit

Permalink
Merge branch 'IDAM-528-Delete-Dormant-Accounts' of github.com:nice-di…
Browse files Browse the repository at this point in the history
…gital/identity into IDAM-528-Delete-Dormant-Accounts
  • Loading branch information
imranazad committed Oct 26, 2022
2 parents cce926d + 0273779 commit 84dd396
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CloudFormationTemplateForInactiveAccountsScheduledEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
]
},
"Description": "The IDAM API to hit to delete inactive accounts",
"InvocationEndpointDeleteInactiveAccounts": {
"Ref": "InvocationEndpointDeleteInactiveAccounts"
"InvocationEndpoint": {
"Ref": "InvocationEndpoint"
},
"HttpMethod": "DELETE",
"InvocationRateLimitPerSecond": 1
Expand Down Expand Up @@ -271,7 +271,7 @@
"MinLength": "10",
"MaxLength": "100"
},
"InvocationEndpointDeleteInactiveAccounts": {
"InvocationEndpoint": {
"NoEcho": "false",
"Description": "IDAM API endpoint to hit",
"Type": "String",
Expand All @@ -287,4 +287,4 @@
"MaxLength": "150"
}
}
}
}

1 comment on commit 84dd396

@NICE-TeamCity
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Identity and Access Management / Identity - RoleManagementAPI Build 1218-IDAM-528-Delete-Dorm outcome was SUCCESS
Summary: Tests passed: 110 Build time: 00:07:17

Please sign in to comment.