Access Policy Include Github Args
data class AccessPolicyIncludeGithubArgs(val identityProviderId: Output<String>? = null, val name: Output<String>? = null, val teams: Output<List<String>>? = null) : ConvertibleToJava<AccessPolicyIncludeGithubArgs>
Constructors
Link copied to clipboard
fun AccessPolicyIncludeGithubArgs(identityProviderId: Output<String>? = null, name: Output<String>? = null, teams: Output<List<String>>? = null)