GetPatchBaselinesBaseline

data class GetPatchBaselinesBaseline(val approvalRules: String, val createTime: String, val createdBy: String, val description: String, val id: String, val isDefault: Boolean, val operationSystem: String, val patchBaselineId: String, val patchBaselineName: String, val shareType: String, val updatedBy: String, val updatedDate: String)

Constructors

Link copied to clipboard
constructor(approvalRules: String, createTime: String, createdBy: String, description: String, id: String, isDefault: Boolean, operationSystem: String, patchBaselineId: String, patchBaselineName: String, shareType: String, updatedBy: String, updatedDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Accept the rules.

Link copied to clipboard

The user who created the patch baselines.

Link copied to clipboard

The create time of patch baselines.

Link copied to clipboard

Patches baseline description information.

Link copied to clipboard
val id: String

The ID of the Patch Baseline. Its value is same as patch_baseline_name.

Link copied to clipboard

Whether it is the default patch baseline.

Link copied to clipboard

Operating system type.

Link copied to clipboard

Patch baseline ID.

Link copied to clipboard

The name of the patch baseline.

Link copied to clipboard

Patch baseline sharing type.

Link copied to clipboard

The user who updated the patch baselines.

Link copied to clipboard

The update time of patch baselines.