Get Association Result
data class GetAssociationResult(val applyOnlyAtCronInterval: Boolean? = null, val associationId: String? = null, val associationName: String? = null, val automationTargetParameterName: String? = null, val calendarNames: List<String>? = null, val complianceSeverity: AssociationComplianceSeverity? = null, val documentVersion: String? = null, val instanceId: String? = null, val maxConcurrency: String? = null, val maxErrors: String? = null, val name: String? = null, val outputLocation: AssociationInstanceAssociationOutputLocation? = null, val parameters: Any? = null, val scheduleExpression: String? = null, val scheduleOffset: Int? = null, val syncCompliance: AssociationSyncCompliance? = null, val targets: List<AssociationTarget>? = null, val waitForSuccessTimeoutSeconds: Int? = null)
Constructors
Link copied to clipboard
fun GetAssociationResult(applyOnlyAtCronInterval: Boolean? = null, associationId: String? = null, associationName: String? = null, automationTargetParameterName: String? = null, calendarNames: List<String>? = null, complianceSeverity: AssociationComplianceSeverity? = null, documentVersion: String? = null, instanceId: String? = null, maxConcurrency: String? = null, maxErrors: String? = null, name: String? = null, outputLocation: AssociationInstanceAssociationOutputLocation? = null, parameters: Any? = null, scheduleExpression: String? = null, scheduleOffset: Int? = null, syncCompliance: AssociationSyncCompliance? = null, targets: List<AssociationTarget>? = null, waitForSuccessTimeoutSeconds: Int? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard