appOwnerRole

Roles that can be assigned to application owners.

Examples

enum AppOwnerRole {
  Dev
  Business
  Security
  Watcher
}

Enum values

Enum value
Description

Dev

Development team member responsible for code

Business

Business stakeholder responsible for application requirements

Security

Security team member responsible for application security

Watcher

User with read-only access to monitor the application

References

Fields with this object:

Last updated