Access Group Exclude Github Args
data class AccessGroupExcludeGithubArgs(val identityProviderId: Output<String>? = null, val name: Output<String>? = null, val teams: Output<List<String>>? = null) : ConvertibleToJava<AccessGroupExcludeGithubArgs>