User - Tag all the usersΒΆ

The following example policy will tag all the users in the tenancy

policies:
- name: tag-user
  description: |
    Tag all the users in the tenancy
  resource: oci.user
  actions:
   - type: update
     freeform_tags:
       TagName : TagValue