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
Link copied to clipboard
val name: Output<String>? = null

Friendly name of the Access Policy.

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

Functions

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