Skip to content

Commit

Permalink
remove "cloud" from the security_domain
Browse files Browse the repository at this point in the history
enum
  • Loading branch information
pyth0n1c committed Oct 22, 2024
1 parent d4d7d9d commit 0dad956
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contentctl/objects/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ class SecurityDomain(str, enum.Enum):
IDENTITY = "identity"
ACCESS = "access"
AUDIT = "audit"
CLOUD = "cloud"

class AssetType(str, enum.Enum):
AWS_ACCOUNT = "AWS Account"
Expand Down

0 comments on commit 0dad956

Please sign in to comment.