A2AProtectionContainerMappingDetailsResponse

data class A2AProtectionContainerMappingDetailsResponse(val agentAutoUpdateStatus: String? = null, val automationAccountArmId: String? = null, val automationAccountAuthenticationType: String? = null, val instanceType: String, val jobScheduleName: String? = null, val scheduleName: String? = null)

A2A provider specific settings.

Constructors

constructor(agentAutoUpdateStatus: String? = null, automationAccountArmId: String? = null, automationAccountAuthenticationType: String? = null, instanceType: String, jobScheduleName: String? = null, scheduleName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A value indicating whether the auto update is enabled.

Link copied to clipboard

The automation account arm id.

Link copied to clipboard

A value indicating the type authentication to use for automation Account.

Link copied to clipboard

Gets the class type. Overridden in derived classes. Expected value is 'A2A'.

Link copied to clipboard
val jobScheduleName: String? = null

The job schedule arm name.

Link copied to clipboard
val scheduleName: String? = null

The schedule arm name.