|
3722 | 3722 | <Member Name="ctph" Value="6" /> |
3723 | 3723 | <Member Name="unknownFutureValue" Value="127" /> |
3724 | 3724 | </EnumType> |
| 3725 | + <EnumType Name="fileStorageContainerBillingClassification"> |
| 3726 | + <Member Name="standard" Value="0" /> |
| 3727 | + <Member Name="trial" Value="1" /> |
| 3728 | + <Member Name="directToCustomer" Value="2" /> |
| 3729 | + <Member Name="unknownFutureValue" Value="3" /> |
| 3730 | + </EnumType> |
| 3731 | + <EnumType Name="fileStorageContainerBillingStatus"> |
| 3732 | + <Member Name="invalid" Value="0" /> |
| 3733 | + <Member Name="valid" Value="1" /> |
| 3734 | + <Member Name="unknownFutureValue" Value="2" /> |
| 3735 | + </EnumType> |
3725 | 3736 | <EnumType Name="fileStorageContainerOwnershipType"> |
3726 | 3737 | <Member Name="tenantOwned" Value="0" /> |
3727 | 3738 | <Member Name="userOwned" Value="1" /> |
|
3732 | 3743 | <Member Name="active" Value="1" /> |
3733 | 3744 | <Member Name="unknownFutureValue" Value="2" /> |
3734 | 3745 | </EnumType> |
| 3746 | + <EnumType Name="fileStorageContainerTypeAppPermission"> |
| 3747 | + <Member Name="none" Value="0" /> |
| 3748 | + <Member Name="readContent" Value="1" /> |
| 3749 | + <Member Name="writeContent" Value="2" /> |
| 3750 | + <Member Name="manageContent" Value="3" /> |
| 3751 | + <Member Name="create" Value="4" /> |
| 3752 | + <Member Name="delete" Value="5" /> |
| 3753 | + <Member Name="read" Value="6" /> |
| 3754 | + <Member Name="write" Value="7" /> |
| 3755 | + <Member Name="enumeratePermissions" Value="8" /> |
| 3756 | + <Member Name="addPermissions" Value="9" /> |
| 3757 | + <Member Name="updatePermissions" Value="10" /> |
| 3758 | + <Member Name="deletePermissions" Value="11" /> |
| 3759 | + <Member Name="deleteOwnPermission" Value="12" /> |
| 3760 | + <Member Name="managePermissions" Value="13" /> |
| 3761 | + <Member Name="full" Value="14" /> |
| 3762 | + <Member Name="unknownFutureValue" Value="15" /> |
| 3763 | + </EnumType> |
| 3764 | + <EnumType Name="fileStorageContainerTypeSettingsOverride" IsFlags="true"> |
| 3765 | + <Member Name="urlTemplate" Value="0" /> |
| 3766 | + <Member Name="isDiscoverabilityEnabled" Value="1" /> |
| 3767 | + <Member Name="isSearchEnabled" Value="2" /> |
| 3768 | + <Member Name="isItemVersioningEnabled" Value="3" /> |
| 3769 | + <Member Name="itemMajorVersionLimit" Value="4" /> |
| 3770 | + <Member Name="maxStoragePerContainerInBytes" Value="5" /> |
| 3771 | + <Member Name="unknownFutureValue" Value="6" /> |
| 3772 | + </EnumType> |
3735 | 3773 | <EnumType Name="fileVaultState" IsFlags="true"> |
3736 | 3774 | <Member Name="success" Value="0" /> |
3737 | 3775 | <Member Name="driveEncryptedByUser" Value="1" /> |
|
11965 | 12003 | <Property Name="isOcrEnabled" Type="Edm.Boolean" /> |
11966 | 12004 | <Property Name="itemMajorVersionLimit" Type="Edm.Int32" /> |
11967 | 12005 | </ComplexType> |
| 12006 | + <ComplexType Name="fileStorageContainerTypeAgentSettings"> |
| 12007 | + <Property Name="chatEmbedAllowedHosts" Type="Collection(Edm.String)" Nullable="false" /> |
| 12008 | + </ComplexType> |
| 12009 | + <ComplexType Name="fileStorageContainerTypeRegistrationSettings"> |
| 12010 | + <Property Name="agent" Type="graph.fileStorageContainerTypeAgentSettings" /> |
| 12011 | + <Property Name="isDiscoverabilityEnabled" Type="Edm.Boolean" /> |
| 12012 | + <Property Name="isItemVersioningEnabled" Type="Edm.Boolean" /> |
| 12013 | + <Property Name="isSearchEnabled" Type="Edm.Boolean" /> |
| 12014 | + <Property Name="isSharingRestricted" Type="Edm.Boolean" /> |
| 12015 | + <Property Name="itemMajorVersionLimit" Type="Edm.Int64" /> |
| 12016 | + <Property Name="maxStoragePerContainerInBytes" Type="Edm.Int64" /> |
| 12017 | + <Property Name="sharingCapability" Type="graph.sharingCapabilities" /> |
| 12018 | + <Property Name="urlTemplate" Type="Edm.String" /> |
| 12019 | + </ComplexType> |
| 12020 | + <ComplexType Name="fileStorageContainerTypeSettings"> |
| 12021 | + <Property Name="agent" Type="graph.fileStorageContainerTypeAgentSettings" /> |
| 12022 | + <Property Name="consumingTenantOverridables" Type="graph.fileStorageContainerTypeSettingsOverride" /> |
| 12023 | + <Property Name="isDiscoverabilityEnabled" Type="Edm.Boolean" /> |
| 12024 | + <Property Name="isItemVersioningEnabled" Type="Edm.Boolean" /> |
| 12025 | + <Property Name="isSearchEnabled" Type="Edm.Boolean" /> |
| 12026 | + <Property Name="isSharingRestricted" Type="Edm.Boolean" /> |
| 12027 | + <Property Name="itemMajorVersionLimit" Type="Edm.Int64" /> |
| 12028 | + <Property Name="maxStoragePerContainerInBytes" Type="Edm.Int64" /> |
| 12029 | + <Property Name="sharingCapability" Type="graph.sharingCapabilities" /> |
| 12030 | + <Property Name="urlTemplate" Type="Edm.String" /> |
| 12031 | + </ComplexType> |
11968 | 12032 | <ComplexType Name="fileStorageContainerViewpoint"> |
11969 | 12033 | <Property Name="effectiveRole" Type="Edm.String" Nullable="false" /> |
11970 | 12034 | </ComplexType> |
|
18086 | 18150 | <Property Name="restrictions" Type="graph.customAppManagementConfiguration" /> |
18087 | 18151 | <NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" /> |
18088 | 18152 | </EntityType> |
18089 | | - <EntityType Name="appRoleAssignment" BaseType="graph.entity"> |
| 18153 | + <EntityType Name="appRoleAssignment" BaseType="graph.directoryObject"> |
18090 | 18154 | <Property Name="appRoleId" Type="Edm.Guid" Nullable="false" /> |
18091 | 18155 | <Property Name="creationTimestamp" Type="Edm.DateTimeOffset" /> |
18092 | 18156 | <Property Name="principalDisplayName" Type="Edm.String" /> |
|
21455 | 21519 | </EntityType> |
21456 | 21520 | <EntityType Name="fileStorage" BaseType="graph.entity"> |
21457 | 21521 | <NavigationProperty Name="containers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" /> |
| 21522 | + <NavigationProperty Name="containerTypeRegistrations" Type="Collection(graph.fileStorageContainerTypeRegistration)" ContainsTarget="true" /> |
| 21523 | + <NavigationProperty Name="containerTypes" Type="Collection(graph.fileStorageContainerType)" ContainsTarget="true" /> |
21458 | 21524 | <NavigationProperty Name="deletedContainers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" /> |
21459 | 21525 | </EntityType> |
21460 | 21526 | <EntityType Name="fileStorageContainer" BaseType="graph.entity"> |
|
21479 | 21545 | <NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" /> |
21480 | 21546 | <NavigationProperty Name="recycleBin" Type="graph.recycleBin" ContainsTarget="true" /> |
21481 | 21547 | </EntityType> |
| 21548 | + <EntityType Name="fileStorageContainerType" BaseType="graph.entity"> |
| 21549 | + <Property Name="billingClassification" Type="graph.fileStorageContainerBillingClassification" Nullable="false" /> |
| 21550 | + <Property Name="billingStatus" Type="graph.fileStorageContainerBillingStatus" Nullable="false" /> |
| 21551 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 21552 | + <Property Name="etag" Type="Edm.String" Nullable="false" /> |
| 21553 | + <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 21554 | + <Property Name="name" Type="Edm.String" Nullable="false" /> |
| 21555 | + <Property Name="owningAppId" Type="Edm.Guid" Nullable="false" /> |
| 21556 | + <Property Name="settings" Type="graph.fileStorageContainerTypeSettings" Nullable="false" /> |
| 21557 | + </EntityType> |
| 21558 | + <EntityType Name="fileStorageContainerTypeAppPermissionGrant"> |
| 21559 | + <Key> |
| 21560 | + <PropertyRef Name="appId" /> |
| 21561 | + </Key> |
| 21562 | + <Property Name="appId" Type="Edm.String" Nullable="false" /> |
| 21563 | + <Property Name="applicationPermissions" Type="Collection(graph.fileStorageContainerTypeAppPermission)" /> |
| 21564 | + <Property Name="delegatedPermissions" Type="Collection(graph.fileStorageContainerTypeAppPermission)" /> |
| 21565 | + </EntityType> |
| 21566 | + <EntityType Name="fileStorageContainerTypeRegistration" BaseType="graph.entity"> |
| 21567 | + <Property Name="billingClassification" Type="graph.fileStorageContainerBillingClassification" Nullable="false" /> |
| 21568 | + <Property Name="billingStatus" Type="graph.fileStorageContainerBillingStatus" Nullable="false" /> |
| 21569 | + <Property Name="etag" Type="Edm.String" Nullable="false" /> |
| 21570 | + <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 21571 | + <Property Name="name" Type="Edm.String" Nullable="false" /> |
| 21572 | + <Property Name="owningAppId" Type="Edm.Guid" Nullable="false" /> |
| 21573 | + <Property Name="registeredDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 21574 | + <Property Name="settings" Type="graph.fileStorageContainerTypeRegistrationSettings" Nullable="false" /> |
| 21575 | + <NavigationProperty Name="applicationPermissionGrants" Type="Collection(graph.fileStorageContainerTypeAppPermissionGrant)" ContainsTarget="true" /> |
| 21576 | + </EntityType> |
21482 | 21577 | <EntityType Name="filterOperatorSchema" BaseType="graph.entity"> |
21483 | 21578 | <Property Name="arity" Type="graph.scopeOperatorType" Nullable="false" /> |
21484 | 21579 | <Property Name="multivaluedComparisonType" Type="graph.scopeOperatorMultiValuedComparisonType" Nullable="false" /> |
|
36959 | 37054 | <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /> |
36960 | 37055 | <ReturnType Type="Collection(graph.office365ActiveUserDetail)" Nullable="false" /> |
36961 | 37056 | </Function> |
| 37057 | + <Function Name="getOffice365GroupsActivityDetail" IsBound="true" IsComposable="true"> |
| 37058 | + <Parameter Name="reportRoot" Type="graph.reportRoot" /> |
| 37059 | + <Parameter Name="date" Type="Edm.Date" Nullable="false" /> |
| 37060 | + <ReturnType Type="Edm.Stream" Nullable="false" /> |
| 37061 | + </Function> |
| 37062 | + <Function Name="getOffice365GroupsActivityDetail" IsBound="true" IsComposable="true"> |
| 37063 | + <Parameter Name="reportRoot" Type="graph.reportRoot" /> |
| 37064 | + <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 37065 | + <ReturnType Type="Edm.Stream" Nullable="false" /> |
| 37066 | + </Function> |
36962 | 37067 | <Function Name="getOffice365ServicesUserCounts" IsBound="true" IsComposable="true"> |
36963 | 37068 | <Parameter Name="reportRoot" Type="graph.reportRoot" /> |
36964 | 37069 | <Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /> |
|
84158 | 84263 | </EntityType> |
84159 | 84264 | </Schema> |
84160 | 84265 | <Schema Namespace="microsoft.graph.security" xmlns="http://docs.oasis-open.org/odata/ns/edm"> |
| 84266 | + <EnumType Name="action"> |
| 84267 | + <Member Name="disable" Value="1" /> |
| 84268 | + <Member Name="enable" Value="2" /> |
| 84269 | + <Member Name="forcePasswordReset" Value="3" /> |
| 84270 | + <Member Name="revokeAllSessions" Value="4" /> |
| 84271 | + <Member Name="requireUserToSignInAgain" Value="5" /> |
| 84272 | + <Member Name="markUserAsCompromised" Value="6" /> |
| 84273 | + <Member Name="unknownFutureValue" Value="7" /> |
| 84274 | + </EnumType> |
84161 | 84275 | <EnumType Name="actionAfterRetentionPeriod"> |
84162 | 84276 | <Member Name="none" Value="0" /> |
84163 | 84277 | <Member Name="delete" Value="1" /> |
|
84561 | 84675 | <Member Name="global" Value="2" /> |
84562 | 84676 | <Member Name="unknownFutureValue" Value="3" /> |
84563 | 84677 | </EnumType> |
| 84678 | + <EnumType Name="identityProvider"> |
| 84679 | + <Member Name="entraID" Value="1" /> |
| 84680 | + <Member Name="activeDirectory" Value="2" /> |
| 84681 | + <Member Name="okta" Value="3" /> |
| 84682 | + <Member Name="unknownFutureValue" Value="4" /> |
| 84683 | + </EnumType> |
84564 | 84684 | <EnumType Name="incidentStatus"> |
84565 | 84685 | <Member Name="active" Value="1" /> |
84566 | 84686 | <Member Name="resolved" Value="2" /> |
|
84766 | 84886 | <Member Name="azure" Value="1" /> |
84767 | 84887 | <Member Name="unknownFutureValue" Value="15" /> |
84768 | 84888 | </EnumType> |
| 84889 | + <ComplexType Name="account"> |
| 84890 | + <Property Name="actions" Type="Collection(microsoft.graph.security.action)" Nullable="false" /> |
| 84891 | + <Property Name="identifier" Type="Edm.String" Nullable="false" /> |
| 84892 | + <Property Name="identityProvider" Type="microsoft.graph.security.identityProvider" Nullable="false" /> |
| 84893 | + </ComplexType> |
84769 | 84894 | <ComplexType Name="alertComment"> |
84770 | 84895 | <Property Name="comment" Type="Edm.String" /> |
84771 | 84896 | <Property Name="createdByDisplayName" Type="Edm.String" /> |
|
85013 | 85138 | <ComplexType Name="incidentTaskResponseAction" BaseType="microsoft.graph.security.responseAction" Abstract="true"> |
85014 | 85139 | <Property Name="identifierValue" Type="Edm.String" Nullable="false" /> |
85015 | 85140 | </ComplexType> |
| 85141 | + <ComplexType Name="invokeActionResult"> |
| 85142 | + <Property Name="accountId" Type="Edm.String" Nullable="false" /> |
| 85143 | + <Property Name="action" Type="microsoft.graph.security.action" Nullable="false" /> |
| 85144 | + <Property Name="correlationId" Type="Edm.String" /> |
| 85145 | + <Property Name="identityProvider" Type="microsoft.graph.security.identityProvider" Nullable="false" /> |
| 85146 | + </ComplexType> |
85016 | 85147 | <ComplexType Name="ioTDeviceEvidence" BaseType="microsoft.graph.security.alertEvidence"> |
85017 | 85148 | <Property Name="deviceId" Type="Edm.String" /> |
85018 | 85149 | <Property Name="deviceName" Type="Edm.String" /> |
|
85589 | 85720 | <Property Name="severity" Type="microsoft.graph.security.healthIssueSeverity" /> |
85590 | 85721 | <Property Name="status" Type="microsoft.graph.security.healthIssueStatus" /> |
85591 | 85722 | </EntityType> |
| 85723 | + <EntityType Name="identityAccounts" BaseType="graph.entity" Abstract="true"> |
| 85724 | + <Property Name="accounts" Type="Collection(microsoft.graph.security.account)" /> |
| 85725 | + <Property Name="cloudSecurityIdentifier" Type="Edm.String" /> |
| 85726 | + <Property Name="displayName" Type="Edm.String" /> |
| 85727 | + <Property Name="domain" Type="Edm.String" /> |
| 85728 | + <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /> |
| 85729 | + <Property Name="onPremisesSecurityIdentifier" Type="Edm.String" /> |
| 85730 | + </EntityType> |
85592 | 85731 | <EntityType Name="identityContainer" BaseType="graph.entity"> |
85593 | 85732 | <NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" ContainsTarget="true" /> |
| 85733 | + <NavigationProperty Name="identityAccounts" Type="Collection(microsoft.graph.security.identityAccounts)" ContainsTarget="true" /> |
85594 | 85734 | <NavigationProperty Name="sensors" Type="Collection(microsoft.graph.security.sensor)" ContainsTarget="true" /> |
85595 | 85735 | </EntityType> |
85596 | 85736 | <EntityType Name="incident" BaseType="graph.entity"> |
|
85733 | 85873 | <Property Name="includedSources" Type="microsoft.graph.security.sourceType" /> |
85734 | 85874 | <NavigationProperty Name="group" Type="graph.group" Nullable="false" /> |
85735 | 85875 | </EntityType> |
| 85876 | + <EntityType Name="user" BaseType="microsoft.graph.security.identityAccounts"> |
| 85877 | + <Property Name="emailAddress" Type="Edm.String" /> |
| 85878 | + <Property Name="userPrincipalName" Type="Edm.String" /> |
| 85879 | + </EntityType> |
85736 | 85880 | <EntityType Name="userSource" BaseType="microsoft.graph.security.dataSource"> |
85737 | 85881 | <Property Name="email" Type="Edm.String" Nullable="false" /> |
85738 | 85882 | <Property Name="includedSources" Type="microsoft.graph.security.sourceType" /> |
|
85818 | 85962 | <Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" /> |
85819 | 85963 | <Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion" /> |
85820 | 85964 | </Action> |
| 85965 | + <Action Name="invokeAction" IsBound="true"> |
| 85966 | + <Parameter Name="bindingParameter" Type="microsoft.graph.security.identityAccounts" /> |
| 85967 | + <Parameter Name="accountId" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 85968 | + <Parameter Name="action" Type="microsoft.graph.security.action" Nullable="false" /> |
| 85969 | + <Parameter Name="identityProvider" Type="microsoft.graph.security.identityProvider" Nullable="false" /> |
| 85970 | + <ReturnType Type="microsoft.graph.security.invokeActionResult" /> |
| 85971 | + </Action> |
85821 | 85972 | <Action Name="purgeData" IsBound="true"> |
85822 | 85973 | <Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch" /> |
85823 | 85974 | <Parameter Name="purgeType" Type="microsoft.graph.security.purgeType"> |
|
0 commit comments