GetVariableResult

data class GetVariableResult(val columns: List<PolicyVariableColumnResponse>, val id: String, val name: String, val systemData: SystemDataResponse, val type: String)

The variable.

Constructors

Link copied to clipboard
constructor(columns: List<PolicyVariableColumnResponse>, id: String, name: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Variable column definitions.

Link copied to clipboard
val id: String

The ID of the variable.

Link copied to clipboard

The name of the variable.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource (Microsoft.Authorization/variables).