category: Utilities provider: Google commonfields: id: GoogleDocs version: -1 configuration: - display: Service Account Private Key file contents (JSON) name: service_account_credentials type: 4 hidden: true required: false - displaypassword: Service Account Private Key file contents (JSON) name: credentials_service_account hiddenusername: true type: 9 required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false - display: Use system proxy settings name: proxy type: 8 required: false description: Use the Google Docs integration to create and modify Google Docs documents. display: Google Docs name: GoogleDocs script: commands: - arguments: - description: The document ID of the document to fetch. name: document_id required: true description: Returns the document that matches the specified document ID. name: google-docs-get-document outputs: - contextPath: GoogleDocs.Title description: The title of the document. type: String - contextPath: GoogleDocs.RevisionId description: The revision ID of the updated document. type: String - contextPath: GoogleDocs.DocumentId description: The document ID of the updated document. type: String - arguments: - description: The title of the document to create. name: title required: true description: Creates a document. name: google-docs-create-document outputs: - contextPath: GoogleDocs.Title description: The title of the new document. type: String - contextPath: GoogleDocs.RevisionId description: The revision ID of the new document. type: String - contextPath: GoogleDocs.DocumentId description: The document ID of the new document. type: String - arguments: - description: The document ID of the document to update. name: document_id required: true - description: 'Updates to the document in the format: action1{param1,param2,...};action2{param1,param2,...}.' name: actions required: true - description: The target revision ID of the document to which the write request will be applied. If a newer revision exists you will receive an error. If you specify the target_revision_id argument, you cannot use this argument. name: required_revision_id - description: The target revision ID of the document to which the write request will be applied. If a newer revision exists you will receive an error. If you specify the required_revision_id argument, you cannot use this argument. name: target_revision_id description: Updates the document with the specified document ID. name: google-docs-update-document outputs: - contextPath: GoogleDocs.Title description: The title of the updated. type: String - contextPath: GoogleDocs.RevisionId description: The revision ID of the updated document. type: String - contextPath: GoogleDocs.DocumentId description: The document ID of the updated document. type: Unknown dockerimage: demisto/googleapi-python3:1.0.0.115338 runonce: false script: '-' type: python subtype: python3 tests: - GoogleDocs-test fromversion: 5.0.0