GithubScopeEnvironmentDataArgs

data class GithubScopeEnvironmentDataArgs(val environmentType: Output<String>) : ConvertibleToJava<GithubScopeEnvironmentDataArgs>

The github scope connector's environment data

Constructors

Link copied to clipboard
constructor(environmentType: Output<String>)

Properties

Link copied to clipboard
val environmentType: Output<String>

The type of the environment data. Expected value is 'GithubScope'.

Functions

Link copied to clipboard
open override fun toJava(): GithubScopeEnvironmentDataArgs