ZeroTrustAccessPolicyIncludeGithub

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of your Github identity provider.

Link copied to clipboard
val name: String? = null

The name of the organization.

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

The teams that should be matched.