GetVariablesResult

data class GetVariablesResult(val automationAccountId: String, val bools: List<GetVariablesBool>, val datetimes: List<GetVariablesDatetime>, val encrypteds: List<GetVariablesEncrypted>, val id: String, val ints: List<GetVariablesInt>, val nulls: List<GetVariablesNull>, val objects: List<GetVariablesObject>, val strings: List<GetVariablesString>)

A collection of values returned by getVariables.

Constructors

Link copied to clipboard
constructor(automationAccountId: String, bools: List<GetVariablesBool>, datetimes: List<GetVariablesDatetime>, encrypteds: List<GetVariablesEncrypted>, id: String, ints: List<GetVariablesInt>, nulls: List<GetVariablesNull>, objects: List<GetVariablesObject>, strings: List<GetVariablesString>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

One or more variable blocks as defined below for each boolean variable.

Link copied to clipboard

One or more variable blocks as defined below for each datetime variable.

Link copied to clipboard

Specifies if the Automation Variable is encrypted.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

One or more variable blocks as defined below for each int variable.

Link copied to clipboard

One or more variable blocks as defined below for each null variable.

Link copied to clipboard
Link copied to clipboard

One or more variable blocks as defined below for each string variable.