GetProjectVariablesResult

data class GetProjectVariablesResult(val environmentScope: String? = null, val id: String, val project: String, val variables: List<GetProjectVariablesVariable>)

A collection of values returned by getProjectVariables.

Constructors

Link copied to clipboard
constructor(environmentScope: String? = null, id: String, project: String, variables: List<GetProjectVariablesVariable>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The environment scope of the variable. Defaults to all environment (*).

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The name or id of the project.

Link copied to clipboard

The list of variables returned by the search