AccessPolicyExcludeGithubArgs

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

Constructors

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

Properties

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

The ID of your Github identity provider.

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

The name of the organization.

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

The teams that should be matched.

Functions

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