AccessPolicyRequireGithubArgs

data class AccessPolicyRequireGithubArgs(val identityProviderId: Output<String>? = null, val name: Output<String>? = null, val teams: Output<List<String>>? = null) : ConvertibleToJava<AccessPolicyRequireGithubArgs>

Constructors

Link copied to clipboard
fun AccessPolicyRequireGithubArgs(identityProviderId: Output<String>? = null, name: Output<String>? = null, teams: Output<List<String>>? = null)

Functions

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

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