🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "audit"

Found 50 matching component(s)

  • function create_document

    Creates a new controlled document in a document management system with versioning, audit trails, and optional initial content.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management controlled-documents document-creation versioning audit-trail
  • function get_document

    Retrieves comprehensive details of a controlled document by its UID, with optional inclusion of version history, review cycles, and approval cycles.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management controlled-documents retrieval versioning review-cycles
  • function delete_document

    Deletes a controlled document from the system with permission checks, status validation, and audit logging.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management deletion controlled-documents audit-trail permissions
  • function create_document_v1

    Creates a new version of an existing document in a document management system, storing the file in FileCloud and tracking version metadata in Neo4j graph database.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management versioning file-storage neo4j graph-database
  • function download_document_version

    Downloads a specific version of a controlled document from FileCloud storage, with optional audit trail and watermark inclusion, and logs the download event.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management file-download version-control audit-trail watermark
  • function set_current_version

    Sets a specific version of a controlled document as the current/active version, updating the document's currentVersionUID property and logging the change.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management version-control controlled-documents audit-trail permissions
  • function publish_document

    Publishes an approved controlled document by converting it to PDF with signatures and audit trail, uploading to FileCloud, and updating the document status to PUBLISHED.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management publishing pdf-conversion audit-trail filecloud
  • function get_document_audit_trail

    Retrieves the complete audit trail for a controlled document from a Neo4j graph database, including timestamps, user actions, and event details.

    File: /tf/active/vicechatdev/document_controller_backup.py

    audit document-management neo4j graph-database compliance
  • function convert_document_to_pdf

    Converts a document version from an editable format (e.g., Word) to PDF without changing the document's status, uploading the result to FileCloud and updating the version record.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-conversion pdf-generation filecloud controlled-documents document-management
  • function archive_document

    Archives a controlled document by changing its status to ARCHIVED, ensuring a PDF version exists and logging the action with audit trail and notifications.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management archiving lifecycle-management audit-trail controlled-documents
  • function update_document

    Updates properties of a controlled document including title, description, status, owner, and metadata, with special handling for status transitions that require format conversions or publishing workflows.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management update controlled-document status-transition audit-trail
  • function clone_document

    Clones an existing controlled document to create either a new independent document or a new revision of the same document, optionally including the document's content.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management cloning versioning controlled-documents permissions
  • function create_audit_entry

    Creates an audit trail entry for document actions, logging user activity, document changes, and lifecycle events with fallback mechanisms.

    File: /tf/active/vicechatdev/document_controller_backup.py

    audit logging document-management compliance tracking
  • function get_document_versions_v1

    Retrieves all versions of a document from the database given its unique identifier (UID).

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management version-control database-query controller error-handling
  • class DocumentDetail

    Document detail view component

    File: /tf/active/vicechatdev/document_detail_backup.py

    class documentdetail
  • function main_page

    Renders the main navigation page for the FileCloud Data Processor application, providing authenticated users with access to various modules including document audit, controlled documents, settings, and reports.

    File: /tf/active/vicechatdev/datacapture_integrated.py

    streamlit navigation authentication ui dashboard
  • function main_v7

    Main entry point for a Streamlit-based FileCloud Data Processor application that handles authentication, session state management, and navigation between multiple modules including document audit, controlled documents, settings, and reports.

    File: /tf/active/vicechatdev/datacapture_integrated.py

    streamlit application-entry-point authentication navigation session-management
  • class options

    A Panel-based UI class for managing slide release visibility in a study management system, allowing users to view and toggle the release status of slides at various hierarchical levels (Study, Group, Animal, Block, Slide).

    File: /tf/active/vicechatdev/options.py

    panel ui neo4j graph-database slide-management
  • class DocumentDetail_v1

    Document detail view component

    File: /tf/active/vicechatdev/document_detail_old.py

    class documentdetail
  • class User

    A user management class that handles authentication, authorization, user profiles, preferences, file management, and logging for a Panel-based web application with Neo4j backend.

    File: /tf/active/vicechatdev/userclass.py

    authentication authorization user-management role-based-access-control neo4j
  • function check_all_libraries

    Discovers and lists all document libraries (drives) in a SharePoint site, displaying their metadata and contents including folders and files.

    File: /tf/active/vicechatdev/SPFCsync/check_libraries.py

    sharepoint microsoft-graph document-libraries discovery audit
  • class SyncDiagnostics

    A diagnostic class that analyzes and reports on synchronization issues between SharePoint and FileCloud, identifying missing files and root causes of sync failures.

    File: /tf/active/vicechatdev/SPFCsync/deep_diagnostics.py

    diagnostics sync-analysis sharepoint filecloud troubleshooting
  • function analyze_structure

    Analyzes and reports on the folder structure of a SharePoint site, displaying folder paths, file counts, and searching for expected folder patterns.

    File: /tf/active/vicechatdev/SPFCsync/analyze_structure.py

    sharepoint analysis folder-structure microsoft-graph audit
  • function compare_with_expected_folders

    Compares SharePoint folders found via Microsoft Graph API against a predefined list of expected folder names from a reference screenshot, reporting matches, missing folders, and additional folders.

    File: /tf/active/vicechatdev/SPFCsync/test_folder_structure.py

    sharepoint validation folder-comparison microsoft-graph testing
  • class GraphClient

    GraphClient is a client class for interacting with Microsoft Graph API, providing authentication and access to various Microsoft 365 services including users, groups, drives, teams, and more.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/graph_client.py

    microsoft-graph azure-ad authentication oauth2 microsoft-365
  • class RiskyUserHistoryItem

    Represents the risk history of an Azure Active Directory (Azure AD) user as determined by Azure AD Identity Protection, extending the RiskyUser class with historical activity tracking.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/protection/riskyusers/history_item.py

    azure-ad identity-protection security risk-management user-history
  • class AccessReviewSet

    A container class that provides access to Microsoft Graph access review APIs and features, specifically exposing access review history definitions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/identitygovernance/accessreview/set.py

    microsoft-graph access-review identity-governance compliance audit
  • class AccessReviewHistoryDefinition

    Represents a collection of access review historical data and the scopes used to collect that data in Microsoft Graph API.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/identitygovernance/accessreview/history/definition.py

    microsoft-graph access-review history governance identity
  • class IdentitySet

    IdentitySet is a keyed collection class that represents a set of identity resources (application, device, user) associated with various events for an item, such as created by or last modified by actions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/permissions/identity_set.py

    identity office365 authentication authorization metadata
  • class UserIdentity

    A data class representing user identity information in the context of Azure AD audit logs, capturing details about users who initiated or were affected by audit activities.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/users/identity.py

    azure-ad audit-log user-identity data-class office365
  • class AuditLogRoot

    A singleton class representing the root of Azure Active Directory audit logs, providing access to directory audits, sign-in logs, and provisioning events.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/audit/log_root.py

    azure-ad audit-logs microsoft-graph directory-audits sign-in-logs
  • class AuditActivityInitiator

    A data class representing the identity of a resource (user, app, or system) that initiates an audit activity in Microsoft 365/Office 365 services.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/audit/activity_initiator.py

    audit activity identity office365 microsoft365
  • class DirectoryAudit

    Represents the directory audit items and its collection.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/audit/directory.py

    class directoryaudit
  • class ProvisioningObjectSummary

    A class representing an action performed by the Azure AD Provisioning service, extending the Entity base class to provide access to provisioning-related properties and service principal information.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/audit/provisioning/object_summary.py

    azure-ad provisioning audit service-principal entity
  • class SignInActivity

    A data class representing Azure AD user sign-in activity, tracking both interactive and non-interactive sign-in timestamps and request identifiers.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/audit/signins/activity.py

    azure-ad authentication sign-in user-activity microsoft-graph
  • class AppIdentity

    A data class representing the identity of an Azure Active Directory application that performed an action or was changed, used in directory audit operations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/applications/app_identity.py

    azure-active-directory identity audit application service-principal
  • class File

    Represents a file in a SharePoint Web site that can be a Web Part Page, an item in a document library, or a file in a folder.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/files/file.py

    class file
  • class FileVersionEvent

    Represents an event object that occurred on a Microsoft SharePoint SPFile, providing access to event metadata such as type, editor, and sharing information.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/files/versions/event.py

    sharepoint file-events version-control audit-log sharing
  • class AuditData

    AuditData is a data class representing audit data in Microsoft SharePoint Tenant Administration, inheriting from ClientValue to provide serialization capabilities.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/tenant/administration/audit/data.py

    sharepoint audit tenant-administration data-transfer-object dto
  • class UnifiedAuditRecord

    A data class representing a Unified Audit Record in Microsoft SharePoint's Tenant Administration, inheriting from ClientValue to provide serialization capabilities.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/tenant/administration/audit/unified_record.py

    sharepoint audit tenant-administration data-transfer-object dto
  • class AuditSearchRequestStatus

    A client value class representing the status of an audit search request in SharePoint Tenant Administration.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/tenant/administration/audit/search_request_status.py

    sharepoint audit tenant-administration client-value data-model
  • class ChangeSite

    A class representing a change event that occurs on a SharePoint site collection, inheriting from the base Change class.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/changes/site.py

    sharepoint change-tracking site-collection office365 audit
  • class ChangeFile

    Represents a change event on a file that is not contained in a document library within SharePoint.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/changes/file.py

    sharepoint change-tracking file-management audit monitoring
  • class ChangeItem

    A class representing a change event on a SharePoint item, extending the base Change class with item-specific properties like activity type, content type, and sharing information.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/changes/item.py

    sharepoint change-tracking audit-log item-changes content-management
  • class ChangeFolder

    Represents a change event on a folder that is not contained within a SharePoint list or document library, providing access to the folder's unique identifier and web identifier.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/changes/folder.py

    sharepoint change-tracking folder office365 metadata
  • class ChangeUser

    Represents a change event on a SharePoint user, tracking modifications to user state and identity.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/changes/user.py

    sharepoint user-management change-tracking audit user-lifecycle
  • class Change

    Represents a change event in a SharePoint installation, tracking modifications to items such as additions, updates, deletions, renames, and moves.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/changes/change.py

    sharepoint change-tracking entity odata synchronization
  • class ChangeWeb

    A class representing a change event on a SharePoint site, extending the base Change class to provide site-specific change tracking.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/changes/web.py

    sharepoint change-tracking site-management audit web
  • class ChangeGroup

    A class representing a change event on a SharePoint group, inheriting from the Change base class.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/changes/group.py

    sharepoint change-tracking group-management office365 audit
  • class ChangeList

    Represents a change event on a SharePoint list, providing access to information about list modifications including the list ID, template type, and creator.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/changes/list.py

    sharepoint change-tracking list-management audit monitoring

Search Examples