Access Identity Provider Scim Config Args
data class AccessIdentityProviderScimConfigArgs(val enabled: Output<Boolean>? = null, val groupMemberDeprovision: Output<Boolean>? = null, val seatDeprovision: Output<Boolean>? = null, val secret: Output<String>? = null, val userDeprovision: Output<Boolean>? = null) : ConvertibleToJava<AccessIdentityProviderScimConfigArgs>