AccessGroupIncludeGithubArgs

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)

Functions

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

Properties

Link copied to clipboard
val identityProviderId: Output<String>? = null

The ID of the Azure Identity provider.

Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val teams: Output<List<String>>? = null