iAppsInfo
Information about an application relevant to issue tracking.
Examples
type IAppsInfo {
id: String
name: String
businessPriority: Float
riskScore: Float
secPosture: Float
type: String
typeComments: String
applicationFlows: ApplicationFlow
fakeApp: Boolean
originBranchName: String
repoId: String
organization: String
repoName: String
owners: [OwnerInfo]
credentialsId: String
}
Fields
id String
Unique identifier of the application
name String
Name of the application
businessPriority Float
Business priority score assigned to the application
riskScore Float
Risk score associated with the application
secPosture Float
Security posture score of the application
type String
Type classification of the application
typeComments String
Comments or additional information about the application type
applicationFlows ApplicationFlow
Application's flow or architecture details
artifacts [ArtifactItem]
cloudDeployments [CloudDeployment]
cicdInfo [CicdInfo]
orchestrators [OrchestratorItem]
kubernetes [KubernetesItem]
repository [RepositoryItem]
fakeApp Boolean
Indicates if the application is a placeholder or fake
originBranchName String
Original branch name related to the application repository
repoId String
Repository ID of the application's codebase
organization String
Organization that owns the application
repoName String
Repository name of the application's codebase
owners [OwnerInfo]
List of owners or maintainers of the application
name String
email String
roles [AppOwnerRole]
credentialsId String
The credentials id of the application
References
Fields with this object:
Last updated