Panther low experimental python

AWS IAM Group Users

This Policy ensures that all IAM groups have at least one IAM user. If they are vacant, they should be deleted.

View Source

Detection Logic

def policy(resource):
    return resource["Users"] is not None

Field Validations

Loading…

Comments (0)

Loading comments...