toggle menu
pulumi-gitlab-kotlin
8.10.0.0
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
GetGroupVariablesVariable
Get
Group
Variables
Variable
data
class
GetGroupVariablesVariable
(
val
description
:
String
,
val
environmentScope
:
String
,
val
group
:
String
,
val
key
:
String
,
val
masked
:
Boolean
,
val
protected
:
Boolean
,
val
raw
:
Boolean
,
val
value
:
String
,
val
variableType
:
String
)
Members
Constructors
Get
Group
Variables
Variable
Link copied to clipboard
constructor
(
description
:
String
,
environmentScope
:
String
,
group
:
String
,
key
:
String
,
masked
:
Boolean
,
protected
:
Boolean
,
raw
:
Boolean
,
value
:
String
,
variableType
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
environment
Scope
Link copied to clipboard
val
environmentScope
:
String
group
Link copied to clipboard
val
group
:
String
key
Link copied to clipboard
val
key
:
String
masked
Link copied to clipboard
val
masked
:
Boolean
protected
Link copied to clipboard
val
protected
:
Boolean
raw
Link copied to clipboard
val
raw
:
Boolean
value
Link copied to clipboard
val
value
:
String
variable
Type
Link copied to clipboard
val
variableType
:
String