Setting Team folder attributes on an existing folder
The Team Settings page has JSON to set team folder attributes. The change applies to future team creations.
To set attributes on an existing Team folder
Follow the steps in Setting team policies and permissions.
Example
On the Team folder, this example sets the Description and Workflow attributes.
{ "team_folder_attributes":{ "folder_dn":"\\VED\\Policy\\Certificates\\Internal\\$TeamName$", "folder_attributes":[ { "attribute":"Description", "value":"Select this policy for all internal certificates", "locked":true }, { "attribute":"Workflow", "values":[ { "value":"\\VED\\Policy\\Workflows\\worflow_approval_for_csr" } ] } ] } }