Setting Team folder policy attributes on an existing folder

The Team Settings page has JSON to manage existing Policy folder attributes. The change applies to future team creations.

To set policy attributes on an existing Team folder

Follow the steps in Setting team policies and permissions.

Example

On the Certificate object, this example sets the Contact with the Team Identity and Organization with 'Venafi, Inc'.

{
   "team_folder_policy_attributes":
    {
      "folder_dn":"\\VED\\Policy\\Certificates\\Internal\\$TeamName$",
      "folder_policy_attributes":[
         {
            "class_name":"X509 Certificate",
            "attributes":[
               {
                  "attribute":"Contact",
                  "value":"$TeamPrefixedUniversal$"
               },
               {
                  "attribute":"Organization",
                  "value":"Venafi, Inc",
                  "locked":true
               }
            ]
         }
      ]
   }
}