Access Group Exclude Azure Args
data class AccessGroupExcludeAzureArgs(val identityProviderId: Output<String>? = null, val ids: Output<List<String>>? = null) : ConvertibleToJava<AccessGroupExcludeAzureArgs>
Constructors
Link copied to clipboard
fun AccessGroupExcludeAzureArgs(identityProviderId: Output<String>? = null, ids: Output<List<String>>? = null)