GetVariableValueResult

data class GetVariableValueResult(val azureApiVersion: String, val id: String, val name: String, val systemData: SystemDataResponse, val type: String, val values: List<PolicyVariableValueColumnValueResponse>)

The variable value.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, systemData: SystemDataResponse, type: String, values: List<PolicyVariableValueColumnValueResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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/values).

Link copied to clipboard

Variable value column value array.