Access Group Include Github Args
data class AccessGroupIncludeGithubArgs(val identityProviderId: Output<String>? = null, val name: Output<String>? = null, val teams: Output<List<String>>? = null) : ConvertibleToJava<AccessGroupIncludeGithubArgs>
Constructors
Link copied to clipboard
fun AccessGroupIncludeGithubArgs(identityProviderId: Output<String>? = null, name: Output<String>? = null, teams: Output<List<String>>? = null)