AccessGroupExcludeGithubOrganizationArgs

data class AccessGroupExcludeGithubOrganizationArgs(val identityProviderId: Output<String>, val name: Output<String>, val team: Output<String>? = null) : ConvertibleToJava<AccessGroupExcludeGithubOrganizationArgs>

Constructors

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

Properties

Link copied to clipboard

The ID of your Github identity provider.

Link copied to clipboard
val name: Output<String>

The name of the organization.

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

The name of the team

Functions

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