Resource Deployment Script Power Shell Environment Variable
data class ResourceDeploymentScriptPowerShellEnvironmentVariable(val name: String, val secureValue: String? = null, val value: String? = null)