Consumer provided attributes.
JSON representation |
---|
{ "criticality": { object ( |
Fields | |
---|---|
criticality |
Optional. User-defined criticality information. |
environment |
Optional. User-defined environment information. |
developer |
Optional. Developer team that owns development and coding. |
operator |
Optional. Operator team that ensures runtime and operations. |
business |
Optional. Business team that ensures user needs are met and value is delivered |
Criticality
Criticality of the Application, Service, or Workload
JSON representation |
---|
{
"type": enum ( |
Fields | |
---|---|
type |
Required. Criticality Type. |
Type
Criticality Type.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Unspecified type. |
MISSION_CRITICAL |
Mission critical service, application or workload. |
HIGH |
High impact. |
MEDIUM |
Medium impact. |
LOW |
Low impact. |
Environment
Environment of the Application, Service, or Workload
JSON representation |
---|
{
"type": enum ( |
Fields | |
---|---|
type |
Required. Environment Type. |
Type
Environment Type.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Unspecified type. |
PRODUCTION |
Production environment. |
STAGING |
Staging environment. |
TEST |
Test environment. |
DEVELOPMENT |
Development environment. |
ContactInfo
Contact information of stakeholders.
JSON representation |
---|
{ "displayName": string, "email": string } |
Fields | |
---|---|
display |
Optional. Contact's name. Can have a maximum length of 63 characters. |
email |
Required. Email address of the contacts. |