{
  "$id": "ALIYUN::RAM::ManagedPolicy",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string",
      "enum": [
        "ALIYUN::RAM::ManagedPolicy"
      ]
    },
    "Properties": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "Groups": {
          "type": "array"
        },
        "PolicyName": {
          "type": "string"
        },
        "PolicyDocumentUnchecked": {
          "type": "object"
        },
        "PolicyDocument": {
          "type": "object"
        },
        "Roles": {
          "type": "array"
        },
        "Users": {
          "type": "array"
        }
      },
      "required": [
        "PolicyName"
      ],
      "additionalProperties": false,
      "document": {
        "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::RAM::ManagedPolicy"
      }
    }
  },
  "required": [
    "Type",
    "Properties"
  ],
  "document": {
    "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::RAM::ManagedPolicy"
  },
  "insertText": "${1:ManagedPolicy}:\n  Type: ALIYUN::RAM::ManagedPolicy\n  Properties:\n    "
}