{
  "createadminsession": {
    "name": "CreateAdminSession",
    "description": "Grants permission to create and manage Wickr networks",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "network",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [],
    "dependentActions": []
  },
  "createnetwork": {
    "name": "CreateNetwork",
    "description": "Grants permission to create a new wickr network",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "deletenetwork": {
    "name": "DeleteNetwork",
    "description": "Grants permission to create a delete Wickr networks",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "listnetworks": {
    "name": "ListNetworks",
    "description": "Grants permission to view Wickr networks",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "listtagsforresource": {
    "name": "ListTagsForResource",
    "description": "Grants permission to list the tags applied to a Wickr resource",
    "accessLevel": "Read",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "tagresource": {
    "name": "TagResource",
    "description": "Grants permission to add tags to a specified wickr resource",
    "accessLevel": "Tagging",
    "resourceTypes": [
      {
        "name": "network",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:TagKeys",
      "aws:RequestTag/${TagKey}",
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "untagresource": {
    "name": "UntagResource",
    "description": "Grants permission to untag the specified tags from the specified wickr resource",
    "accessLevel": "Tagging",
    "resourceTypes": [
      {
        "name": "network",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:TagKeys"
    ],
    "dependentActions": []
  },
  "updatenetworkdetails": {
    "name": "UpdateNetworkDetails",
    "description": "Grants permission to update Wickr network details",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "network",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [],
    "dependentActions": []
  }
}