Get Application Attribute
data class GetApplicationAttribute(val businessOwners: List<GetApplicationAttributeBusinessOwner>, val criticalities: List<GetApplicationAttributeCriticality>, val developerOwners: List<GetApplicationAttributeDeveloperOwner>, val environments: List<GetApplicationAttributeEnvironment>, val operatorOwners: List<GetApplicationAttributeOperatorOwner>)
Constructors
Link copied to clipboard
constructor(businessOwners: List<GetApplicationAttributeBusinessOwner>, criticalities: List<GetApplicationAttributeCriticality>, developerOwners: List<GetApplicationAttributeDeveloperOwner>, environments: List<GetApplicationAttributeEnvironment>, operatorOwners: List<GetApplicationAttributeOperatorOwner>)
Properties
Link copied to clipboard
Optional. Business team that ensures user needs are met and value is delivered
Link copied to clipboard
Criticality of the Application, Service, or Workload
Link copied to clipboard
Optional. Developer team that owns development and coding.
Link copied to clipboard
Environment of the Application, Service, or Workload
Link copied to clipboard
Optional. Operator team that ensures runtime and operations.