Access Policy Exclude Github Args
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
fun AccessPolicyExcludeGithubArgs(identityProviderId: Output<String>? = null, name: Output<String>? = null, teams: Output<List<String>>? = null)