securitylake:DeregisterDataLakeDelegatedAdministrator is a Write access-level action in the securitylake service. Grants permission to remove the Delegated Administrator account and disable Amazon Security Lake as a service for this organization
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
To use securitylake:DeregisterDataLakeDelegatedAdministrator you may also need to grant:
A minimal policy that allows securitylake:DeregisterDataLakeDelegatedAdministrator. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSecuritylakeDeregisterDataLakeDelegatedAdministrator",
"Effect": "Allow",
"Action": "securitylake:DeregisterDataLakeDelegatedAdministrator",
"Resource": "*"
}
]
}