Need to check if partial consent is possible in keycloak

Consider we have stored user attributes for a user name ( Sila ) in keycloak

Sila has 4 outlets stored in his attributes, now when he tries to log in he wants to give only consent for

outlet_1 and outlet_2, he does not want to consent to outlet_3 and outlet_4 for a time being.

Now when Sila comes back after some days and login into the system, he wants to give consent for outlet_3 and outlet_4 which he has not given previously but now wants to provide, so in this case consent screen should again pop up and show the attributes which he wants to give consent for

Is this use case of partial consent possible in Keycloak