Package-level declarations
Types
Link copied to clipboard
data class GetAssessmentResult(val assessmentId: String, val description: String, val id: String, val locale: String? = null, val name: String, val score: Int, val state: String, val systemData: SystemDataResponse, val type: String, val typeId: String? = null, val typeVersion: String, val workloadId: String? = null, val workloadName: String)
The Advisor assessment result data structure.
Link copied to clipboard
data class GetSuppressionResult(val expirationTimeStamp: String, val id: String, val name: String, val suppressionId: String? = null, val systemData: SystemDataResponse, val ttl: String? = null, val type: String)
The details of the snoozed or dismissed rule; for example, the duration, name, and GUID associated with the rule.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.