Automation Policy (Content Sharing): Sample

by Simon Sparks · 28 January 2026

GitHub Repository: https://github.com/SimonSparksUK/Automation

Filename: Policy-Content-Sharing-Sample.json

{
  "name": "Content Sharing Sample",
  "typeId": "com.vmware.policy.catalog.entitlement",
  "projectId": "--INSERT-YOUR-PROJECT-ID-HERE--",
  "enforcementType": "HARD",
  "description": "Default",
  "definition": {
    "entitledUsers": [
      {
        "items": [
          {
            "name": "Default",
            "type": "CATALOG_SOURCE_IDENTIFIER"
          }
        ],
        "userType": "USER",
        "principals": [
          {
            "type": "USER",
            "referenceId": "admin"
          }
        ]
      }
    ]
  }
}

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like