🔍 Code Extractor

Search Components

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

Search Results for "container"

Found 50 matching component(s)

  • class MetadataCatalog

    Helper class to manage FileCloud metadata sets and attributes. This class provides methods to work with FileCloud metadata by providing a more user-friendly interface on top of the raw API.

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

    class metadatacatalog
  • class DocumentDetail

    Document detail view component

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

    class documentdetail
  • class pathobrowser_base

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

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

    class pathobrowser_base
  • class DocumentDetail_v1

    Document detail view component

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

    class documentdetail
  • function generate_html_report

    Generate HTML report from schema info

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

    function generate_html_report
  • function main_v16

    Entry point function that executes a comprehensive test suite for Chroma DB collections, including collection listing and creation tests, followed by troubleshooting suggestions.

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

    testing debugging chroma-db database collections
  • class ControlledDocApp

    A standalone Panel web application class that provides a complete controlled document management system with user authentication, navigation, and document lifecycle management features.

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

    panel web-application document-management authentication navigation
  • class pathobrowser_base_v1

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

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

    class pathobrowser_base
  • 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 EntityCollection_v1

    A collection container which represents a named collections of entities

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

    class entitycollection
  • class ResultInfo

    A class representing result information for operations, containing success and failure details with HTTP-style status codes and sub-codes.

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

    result-handling status-codes error-handling office365 client-value
  • class Session

    Represents a user-user communication or a user-meeting communication session, such as a conference call, in the Office 365 communications system.

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

    office365 communications call-records session conference-call
  • class JoinMeetingIdMeetingInfo

    A class representing meeting information for joining an existing Microsoft Teams/Office 365 meeting using a joinMeetingId and optional passcode.

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

    microsoft-graph teams meeting office365 online-meeting
  • class MeetingInfo

    An abstract base class that serves as a container for meeting-specific information, inheriting from ClientValue to provide serialization capabilities for Office 365 API interactions.

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

    abstract-class office365 meeting client-value serialization
  • class UnmuteParticipantOperation

    A class representing the response format for an unmute participant operation in a communications context, inheriting from CommsOperation.

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

    communications office365 unmute participant operation
  • class StopHoldMusicOperation

    A class representing the status of a stopHoldMusic operation in Microsoft 365 communications, used to track the result of stopping hold music during a call.

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

    microsoft-365 communications telephony hold-music call-control
  • class StartHoldMusicOperation

    A class representing the status of a startHoldMusic operation in Microsoft 365 communications, inheriting from CommsOperation.

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

    microsoft-365 communications hold-music operation-status api-wrapper
  • class IncomingContext

    IncomingContext is a class that represents the context associated with an incoming call in the Office365 API, inheriting from ClientValue.

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

    office365 communications calls context incoming-call
  • class ParticipantInfo

    A data class that stores additional properties about a participant's identity, specifically their country code location information.

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

    participant identity location country-code metadata
  • class CallOptions

    A data class that encapsulates optional configuration features for Microsoft Teams/Office 365 call functionality, specifically controlling bot visibility after escalation and content sharing notifications.

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

    office365 microsoft-teams call-configuration bot-management content-sharing
  • class MeetingParticipantInfo

    A data class representing information about a participant in a meeting, including their identity, role, and user principal name.

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

    meeting participant office365 microsoft-teams identity
  • class MeetingParticipants

    A data class representing participants in a meeting, including an organizer and a collection of attendees.

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

    office365 meeting participants communications data-container
  • class OnlineMeetingCollection

    A collection class for managing Microsoft Graph OnlineMeeting entities, providing methods to create and retrieve online meetings.

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

    microsoft-graph online-meetings teams collection entity-management
  • class OnenoteOperationError

    A class representing an error from a failed OneNote operation, extending ClientValue to encapsulate error details.

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

    error-handling onenote office365 exception api-error
  • class Notebook

    Represents a OneNote notebook entity with access to its sections and section groups, providing a hierarchical structure for organizing OneNote content.

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

    onenote notebook microsoft-graph entity-collection hierarchy
  • class RecentNotebookLinks

    A data class representing links for opening a OneNote notebook, containing both client and web URLs for accessing the notebook.

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

    onenote office365 notebook links data-container
  • class OnenotePageCollection

    A collection class for managing OneNote pages within a OneNote notebook, providing methods to create and manage multiple OnenotePage instances.

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

    onenote microsoft-graph collection page-management entity-collection
  • class SectionGroup

    Represents a section group in a OneNote notebook that can contain both sections and nested section groups, providing hierarchical organization of OneNote content.

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

    onenote microsoft-graph section-group hierarchy notebook
  • class LocaleInfo

    A data class representing locale information for a signed-in user, including their preferred language and country/region settings.

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

    locale internationalization i18n language region
  • class Calendar

    A Calendar class representing a Microsoft 365 calendar container for events, which can be a user calendar or a Microsoft 365 group's default calendar.

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

    microsoft-365 calendar events scheduling graph-api
  • class CalendarRoleType

    An enumeration-style class that defines calendar role types and permission levels for calendar sharing in a calendar management system.

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

    calendar permissions access-control enumeration constants
  • class TimeSlot

    A class representing a time slot for a meeting, defined by a start and end DateTimeTimeZone.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/meetingtimes/time_slot.py

    calendar scheduling time-management office365 meeting
  • class MeetingTimeSuggestionsResult

    A data class representing the result of a meeting time suggestion query, containing either a collection of meeting time suggestions or a reason why no suggestions are available.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/meetingtimes/suggestions_result.py

    office365 outlook calendar meeting scheduling
  • class ActivityDomain

    A simple enumeration-like class that defines constants representing different activity domain categories.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/meetingtimes/activity_domain.py

    constants enumeration domain activity categorization
  • class CalendarPermissionCollection

    A collection class for managing CalendarPermission entities, providing methods to add and manage permissions for calendar sharing and delegation in Microsoft 365/Outlook.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/permissions/collection.py

    calendar permissions collection microsoft-365 outlook
  • class TimeZoneBase

    A basic representation of a time zone that extends ClientValue, storing and displaying time zone names.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/timezones/base.py

    timezone time-zone office365 client-value data-container
  • class BodyType

    A simple enumeration-style class that defines constants for different body content types in HTTP requests or responses.

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

    constants enumeration http body-type content-type
  • class ItemBody

    A data class representing the body content of an item (message, event, or group post) with content and content type properties.

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

    office365 data-model message-body content-type client-value
  • class Importance

    A simple enumeration-style class that defines three constant string values representing message importance levels: low, normal, and high.

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

    constants enumeration message-priority importance-levels configuration
  • class MessageCollection

    A collection class for managing Microsoft Outlook email messages, extending DeltaCollection to provide message-specific operations like creating draft messages.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/messages/collection.py

    email outlook microsoft-graph messages collection
  • class MailFolderCollection

    A collection class for managing Microsoft Outlook mail folders with delta query support, inheriting from DeltaCollection to provide change tracking capabilities.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/folders/collection.py

    outlook mail folders collection delta-query
  • class Directory

    Represents a directory of deleted items in Microsoft Graph API, providing access to recently deleted users, groups, applications, and service principals that can be restored within 30 days.

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

    microsoft-graph directory deleted-items azure-ad user-management
  • class TenantInformation

    A data class representing publicly displayed information about an Azure AD tenant, including domain name, display name, federation brand name, and tenant ID.

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

    azure-ad tenant microsoft-365 office365 identity
  • class AdministrativeUnit

    A class representing an administrative unit in Microsoft Graph API, providing a container for organizing and managing users, groups, and device directory objects with delegated administrative responsibilities.

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

    microsoft-graph directory administrative-unit azure-ad identity-management
  • class IdentityProtectionRoot

    Container class for Microsoft Graph identity protection resources, providing access to risk detections and risky users through navigation properties.

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

    microsoft-graph identity-protection azure-ad security risk-detection
  • class GroupCollection

    A collection class for managing Microsoft Graph API Group resources, providing methods to create, retrieve, and manage groups including Microsoft 365 groups and Security groups.

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

    microsoft-graph groups collection microsoft-365 security-groups
  • class IdentityGovernance

    A singleton container class that provides access to Azure Active Directory identity governance features including access reviews, entitlement management, app consent, and terms of use.

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

    azure-ad identity-governance access-reviews app-consent terms-of-use
  • class AppConsentApprovalRoute

    A container class that provides access to app consent request API resources, specifically exposing a collection of app consent requests where admin consent has been requested by users.

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

    microsoft-graph identity-governance app-consent admin-approval entity
  • 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 TermsOfUseContainer

    A container class that provides access to Azure Active Directory's terms of use API, exposing relationships for managing agreements and agreement acceptances.

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

    azure-ad terms-of-use identity-governance agreements compliance

Search Examples