GetStringVariableResult

data class GetStringVariableResult(val automationAccountName: String, val description: String, val encrypted: Boolean, val id: String, val name: String, val resourceGroupName: String, val value: String)

A collection of values returned by getStringVariable.

Constructors

Link copied to clipboard
constructor(automationAccountName: String, description: String, encrypted: Boolean, id: String, name: String, resourceGroupName: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The description of the Automation Variable.

Link copied to clipboard

Specifies if the Automation Variable is encrypted. Defaults to false.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The value of the Automation Variable as a string.