PATH:
home
/
centosnipponia
/
public_html
/
msg
/
vendor
/
microsoft
/
microsoft-graph
/
src
/
SecurityNamespace
/
Model
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * DataSourceScopes File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ namespace Microsoft\Graph\SecurityNamespace\Model; use Microsoft\Graph\Core\Enum; /** * DataSourceScopes class * * @category Model * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ class DataSourceScopes extends Enum { /** * The Enum DataSourceScopes */ const NONE = "none"; const ALL_TENANT_MAILBOXES = "allTenantMailboxes"; const ALL_TENANT_SITES = "allTenantSites"; const ALL_CASE_CUSTODIANS = "allCaseCustodians"; const ALL_CASE_NONCUSTODIAL_DATA_SOURCES = "allCaseNoncustodialDataSources"; const UNKNOWN_FUTURE_VALUE = "unknownFutureValue"; }
[+]
..
[-] AdditionalDataOptions.php
[edit]
[-] CaseAction.php
[edit]
[-] CaseOperation.php
[edit]
[-] CaseOperationStatus.php
[edit]
[-] CaseStatus.php
[edit]
[-] CasesRoot.php
[edit]
[-] ChildSelectability.php
[edit]
[-] DataSet.php
[edit]
[-] DataSource.php
[edit]
[-] DataSourceContainer.php
[edit]
[-] DataSourceContainerStatus.php
[edit]
[-] DataSourceHoldStatus.php
[edit]
[-] DataSourceScopes.php
[edit]
[-] EdiscoveryAddToReviewSetOperation.php
[edit]
[-] EdiscoveryCase.php
[edit]
[-] EdiscoveryCaseSettings.php
[edit]
[-] EdiscoveryCustodian.php
[edit]
[-] EdiscoveryEstimateOperation.php
[edit]
[-] EdiscoveryHoldOperation.php
[edit]
[-] EdiscoveryIndexOperation.php
[edit]
[-] EdiscoveryNoncustodialDataSource.php
[edit]
[-] EdiscoveryReviewSet.php
[edit]
[-] EdiscoveryReviewSetQuery.php
[edit]
[-] EdiscoveryReviewTag.php
[edit]
[-] EdiscoverySearch.php
[edit]
[-] EdiscoveryTagOperation.php
[edit]
[-] GraphCase.php
[edit]
[-] OcrSettings.php
[edit]
[-] RedundancyDetectionSettings.php
[edit]
[-] Search.php
[edit]
[-] SiteSource.php
[edit]
[-] SourceType.php
[edit]
[-] StringValueDictionary.php
[edit]
[-] Tag.php
[edit]
[-] TopicModelingSettings.php
[edit]
[-] UnifiedGroupSource.php
[edit]
[-] UserSource.php
[edit]
[-] .htaccess.disabled
[edit]