build out seed sample script
- semi-random data for applications and environments - added users to applications and environments - updated CSPRole enum with current CSP roles
This commit is contained in:
@@ -7,7 +7,10 @@ from atst.models import Base, types, mixins
|
||||
|
||||
|
||||
class CSPRole(Enum):
|
||||
NONSENSE_ROLE = "nonsense_role"
|
||||
BASIC_ACCESS = "Basic Access"
|
||||
NETWORK_ADMIN = "Network Admin"
|
||||
BUSINESS_READ = "Business Read-only"
|
||||
TECHNICAL_READ = "Technical Read-only"
|
||||
|
||||
|
||||
class EnvironmentRole(Base, mixins.TimestampsMixin, mixins.AuditableMixin):
|
||||
|
Reference in New Issue
Block a user