Snowflake create operation default attributes

Hi, When the Create operation is triggered in the Snowflake connector, the provisioning policy already uses a preconfigured form. I’ve updated this form to include two additional attributes — NETWORK_POLICY and TYPE. However, when the Create operation is executed, these new ATTRIBUTES are not included in the create request. From snowflake I have checked the query executed from sailpoint which is

CREATE USER “Jxyz” login_name="[email protected]" first_name=“xyz” last_name=“xyz” email="[email protected]"

Hi @pradeepireddy_123 ,

Have you added the network_policy and type attributes to the account schema?
If so, is account aggregation retrieving this information?

Yeah Type attribute is being retrieved but not the network policy.

Hi @pradeepireddy_123 ,

Please share the application xml file.