AccessPolicyExcludeGithub

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

Constructors

Link copied to clipboard
fun AccessPolicyExcludeGithub(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 the Azure Identity provider.

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