A2AProtection Container Mapping Details Response
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
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
The job schedule arm name.
Link copied to clipboard
The schedule arm name.