Skip to content

Commit 35d8b82

Browse files
authored
Merge pull request #314 from splunk/fix_security_domain
remove "cloud" from the security_domain enum
2 parents f9bcd7e + 98f9921 commit 35d8b82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contentctl/objects/enums.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ class SecurityDomain(str, enum.Enum):
330330
IDENTITY = "identity"
331331
ACCESS = "access"
332332
AUDIT = "audit"
333-
CLOUD = "cloud"
334333

335334
class AssetType(str, enum.Enum):
336335
AWS_ACCOUNT = "AWS Account"

0 commit comments

Comments
 (0)