data class UserFederationCacheArgs(val evictionDay: Output<Int>? = null, val evictionHour: Output<Int>? = null, val evictionMinute: Output<Int>? = null, val maxLifespan: Output<String>? = null, val policy: Output<String>? = null) : ConvertibleToJava<UserFederationCacheArgs>