GetHybridRunbookWorkerGroupResult

data class GetHybridRunbookWorkerGroupResult(val credential: RunAsCredentialAssociationPropertyResponse? = null, val groupType: String? = null, val hybridRunbookWorkers: List<HybridRunbookWorkerLegacyResponse>? = null, val id: String? = null, val name: String? = null, val systemData: SystemDataResponse, val type: String)

Definition of hybrid runbook worker group.

Constructors

Link copied to clipboard
constructor(credential: RunAsCredentialAssociationPropertyResponse? = null, groupType: String? = null, hybridRunbookWorkers: List<HybridRunbookWorkerLegacyResponse>? = null, id: String? = null, name: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets the credential of a worker group.

Link copied to clipboard
val groupType: String? = null

Type of the HybridWorkerGroup.

Link copied to clipboard

Gets or sets the list of hybrid runbook workers.

Link copied to clipboard
val id: String? = null

Gets or sets the id of the resource.

Link copied to clipboard
val name: String? = null

Gets or sets the name of the group.

Link copied to clipboard

Resource system metadata.

Link copied to clipboard

The type of the resource.