Git Hub Args
data class GitHubArgs(val enabled: Output<Boolean>? = null, val login: Output<LoginScopesArgs>? = null, val registration: Output<ClientRegistrationArgs>? = null) : ConvertibleToJava<GitHubArgs>
The configuration settings of the GitHub provider.
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, login: Output<LoginScopesArgs>? = null, registration: Output<ClientRegistrationArgs>? = null)