Allow or deny operations against the resources.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_effect", "title": "iam_effect", "description": "Allow or deny operations against the resources.", "enum": [ "allow", "deny" ], "example": "allow", "type": "string" }