🔍 Code Extractor

Search Components

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

Search Results for "guid"

Found 36 matching component(s)

  • class RegulatoryExtractor

    A class for extracting structured metadata from regulatory guideline PDF documents using LLM-based analysis and storing the results in an Excel tracking spreadsheet.

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

    regulatory pdf-extraction ocr llm openai
  • function validate_azure_client_id

    Validates that an Azure client ID string conforms to the standard GUID format (8-4-4-4-12 hexadecimal pattern) and is not a placeholder value.

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

    validation azure authentication guid client-id
  • class KeyCredential

    A data class representing a key credential associated with an application in Microsoft Graph API, containing certificate or key information used for authentication.

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

    microsoft-graph authentication credentials certificate key-management
  • class LicenseDetails

    A data class representing license details assigned to a user in Microsoft 365/Azure AD, providing read-only access to service plans, SKU identifiers, and SKU part numbers.

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

    microsoft-365 azure-ad license-management user-licenses sku
  • class AssignedPlan

    Represents an assigned plan (license/service plan) associated with a user or organization entity in Microsoft Graph API, containing information about service assignments, capabilities, and status.

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

    microsoft-graph office365 licensing service-plan user-management
  • class SubscribedSku

    A class representing a service SKU (Stock Keeping Unit) subscription for a company, providing access to license and service plan information.

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

    microsoft-graph office365 subscription license-management sku
  • class SignIn

    Details user and application sign-in activity for a tenant (directory). You must have an Azure AD Premium P1 or P2 license to download sign-in logs using the Microsoft Graph API.

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

    class signin
  • 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 ODataType

    A class named ODataType

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

    class odatatype
  • class GuidCollection

    A specialized collection class for managing UUID (Globally Unique Identifier) values, extending ClientValueCollection to provide type-safe storage and manipulation of GUID objects.

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

    guid uuid collection office365 sharepoint
  • class ListItem

    An individual entry within a SharePoint list. Each list item has a schema that maps to fields in the list that contains the item, depending on the content type of the item.

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

    class listitem
  • class FieldLink

    A class representing a reference to a field or field definition for a SharePoint content type, providing access to field metadata and configuration properties.

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

    sharepoint content-type field-reference metadata field-definition
  • class FieldLinkCollection

    A collection class for managing SharePoint field links, providing methods to add, retrieve, and reorder field links within a content type or similar SharePoint entity.

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

    sharepoint field-links content-types collection entity-collection
  • class TaxonomyField

    Represents a SharePoint taxonomy field that allows tagging content with terms from a managed metadata term set, supporting both single and multiple value selections.

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

    sharepoint taxonomy metadata managed-metadata term-store
  • class TaxonomyFieldValue

    Represents a single value held in a SharePoint TaxonomyField object, encapsulating taxonomy term metadata including label, GUID, and list item identifier.

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

    sharepoint taxonomy managed-metadata term-store client-value
  • 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 SiteCreationData

    A data class representing site creation information for SharePoint Online tenant administration, including creation count and source GUID.

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

    sharepoint office365 tenant-administration site-creation data-model
  • class Web

    Represents a SharePoint site. A site is a type of SecurableObject. A group of related webpages that is hosted by a server on the World Wide Web or an intranet. Each website has its own entry points, metadata, administration settings, and workflows. Also referred to as web site.

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

    class web
  • class Feature

    Represents an activated SharePoint feature with properties like definition ID and display name.

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

    sharepoint feature entity office365 metadata
  • class SPSiteManager

    Provides REST methods for creating and managing SharePoint sites.

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

    class spsitemanager
  • class ChangeToken

    Represents the unique sequential location of a change within the change log for SharePoint operations, encapsulating a change token that can be used as a starting point for retrieving changes.

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

    sharepoint change-tracking versioning synchronization change-log
  • class Site

    Represents a collection of sites in a Web application, including a top-level website and all its sub sites. A set of websites that are in the same content database, have the same owner, and share administration settings. A site collection can be identified by a GUID or the URL of the top-level site for the site collection. Each site collection contains a top-level site, can contain one or more subsites, and can have a shared navigational structure.

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

    class site
  • class Folder

    Represents a folder in a SharePoint Web site.

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

    class folder
  • class ListCreationInformation

    Represents metadata about list creation.

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

    class listcreationinformation
  • class List

    Represents a list on a SharePoint Web site. A container within a SharePoint site that stores list items. A list has a customizable schema that is composed of one or more fields.

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

    class list
  • class Field

    A SharePoint Field class that represents metadata containers within SharePoint lists and list items, providing methods to manage field properties, indexing, and form visibility.

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

    sharepoint field metadata list-column office365
  • class FieldCreationInformation

    A class named FieldCreationInformation

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

    class fieldcreationinformation
  • class FieldType

    A class named FieldType

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

    class fieldtype
  • class FieldGuid

    A specialized Field class that represents a field containing globally unique identifier (GUID) values in SharePoint.

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

    sharepoint field guid unique-identifier office365
  • class SearchRequest

    SearchRequest is a data structure class that represents the HTTP POST body for SharePoint search queries, designed to overcome URL length limitations of HTTP GET operations.

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

    sharepoint search query rest-api data-structure
  • class SearchService

    SearchService is a class that exposes OData Service Operations for SharePoint Search functionality, providing methods to execute search queries, retrieve suggestions, export query logs, and manage search-related operations.

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

    sharepoint search odata rest-api query
  • class QueryPersonalizationData

    A SharePoint entity class that encapsulates user identification data for personalizing search queries in SharePoint Online/Office 365.

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

    sharepoint search personalization query user-context
  • class PeopleManager

    PeopleManager is a SharePoint client class that provides comprehensive methods for managing user profiles, social following relationships, OneDrive quotas, and user profile properties in SharePoint Online.

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

    sharepoint user-profiles social following onedrive
  • class TenantCorporateCatalogAccessor

    Accessor for the tenant corporate catalog.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/marketplace/tenant/appcatalog/accessor.py

    class tenantcorporatecatalogaccessor
  • class Reputation

    The Reputation class provides static methods to manage reputation properties (ratings and likes) for SharePoint list items.

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

    sharepoint reputation rating likes social
  • class AadUserConversationMember

    Represents an Azure Active Directory (AAD) user as a member of a Microsoft Teams conversation, including teams, channels, or chats.

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

    microsoft-teams azure-active-directory conversation-member user-management graph-api

Search Examples