Skip to content

Commit

Permalink
Update clean metadata file with 150746 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed May 27, 2024
1 parent 1afa95f commit 00769e2
Show file tree
Hide file tree
Showing 4 changed files with 14,229 additions and 13,037 deletions.
93 changes: 92 additions & 1 deletion clean_beta_metadata/cleanMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3941,6 +3941,16 @@
<Member Name="ctph" Value="6" />
<Member Name="unknownFutureValue" Value="127" />
</EnumType>
<EnumType Name="fileStorageContainerOwnershipType">
<Member Name="tenantOwned" Value="0" />
<Member Name="userOwned" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="fileStorageContainerStatus">
<Member Name="inactive" Value="0" />
<Member Name="active" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="fileVaultState" IsFlags="true">
<Member Name="success" Value="0" />
<Member Name="driveEncryptedByUser" Value="1" />
Expand Down Expand Up @@ -11523,6 +11533,11 @@
<Property Name="value" Type="Edm.String" />
<Property Name="valueType" Type="Edm.String" />
</ComplexType>
<ComplexType Name="ciamUserSnapshot">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="userId" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="user" Type="graph.user" />
</ComplexType>
<ComplexType Name="claimsMapping" OpenType="true">
<Property Name="displayName" Type="Edm.String" />
<Property Name="email" Type="Edm.String" />
Expand Down Expand Up @@ -13606,6 +13621,14 @@
<Property Name="path" Type="Edm.String" />
<Property Name="riskScore" Type="Edm.String" />
</ComplexType>
<ComplexType Name="fileStorageContainerCustomPropertyDictionary" BaseType="graph.Dictionary" OpenType="true" />
<ComplexType Name="fileStorageContainerCustomPropertyValue">
<Property Name="isSearchable" Type="Edm.Boolean" />
<Property Name="value" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="fileStorageContainerViewpoint">
<Property Name="effectiveRole" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="fileSystemInfo">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastAccessedDateTime" Type="Edm.DateTimeOffset" />
Expand Down Expand Up @@ -17134,6 +17157,14 @@
<Property Name="errorCode" Type="Edm.Int32" />
<Property Name="failureReason" Type="Edm.String" />
</ComplexType>
<ComplexType Name="signUpIdentity">
<Property Name="signUpIdentifier" Type="Edm.String" />
</ComplexType>
<ComplexType Name="signUpStatus">
<Property Name="additionalDetails" Type="Edm.String" />
<Property Name="errorCode" Type="Edm.Int32" Nullable="false" />
<Property Name="failureReason" Type="Edm.String" />
</ComplexType>
<ComplexType Name="simulationEvent">
<Property Name="count" Type="Edm.Int32" />
<Property Name="eventName" Type="Edm.String" />
Expand Down Expand Up @@ -21847,16 +21878,22 @@
<NavigationProperty Name="participants" Type="Collection(graph.participant)" />
</EntityType>
<EntityType Name="callRecording" BaseType="graph.entity">
<Property Name="callId" Type="Edm.String" />
<Property Name="content" Type="Edm.Stream" />
<Property Name="contentCorrelationId" Type="Edm.String" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="endDateTime" Type="Edm.DateTimeOffset" />
<Property Name="meetingId" Type="Edm.String" />
<Property Name="meetingOrganizer" Type="graph.identitySet" />
<Property Name="meetingOrganizerId" Type="Edm.String" />
<Property Name="recordingContentUrl" Type="Edm.String" />
</EntityType>
<EntityType Name="callTranscript" BaseType="graph.entity">
<Property Name="callId" Type="Edm.String" />
<Property Name="content" Type="Edm.Stream" />
<Property Name="contentCorrelationId" Type="Edm.String" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="endDateTime" Type="Edm.DateTimeOffset" />
<Property Name="meetingId" Type="Edm.String" />
<Property Name="meetingOrganizer" Type="graph.identitySet" />
<Property Name="meetingOrganizerId" Type="Edm.String" />
Expand Down Expand Up @@ -25798,6 +25835,31 @@
<Property Name="vendorInformation" Type="graph.securityVendorInformation" />
<Property Name="vulnerabilityStates" Type="Collection(graph.vulnerabilityState)" />
</EntityType>
<EntityType Name="fileStorage" BaseType="graph.entity">
<NavigationProperty Name="containers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" />
<NavigationProperty Name="deletedContainers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" />
</EntityType>
<EntityType Name="fileStorageContainer" BaseType="graph.entity">
<Property Name="assignedSensitivityLabel" Type="graph.assignedLabel" />
<Property Name="containerTypeId" Type="Edm.Guid" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="customProperties" Type="graph.fileStorageContainerCustomPropertyDictionary" />
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="externalGroupId" Type="Edm.Guid" />
<Property Name="isItemVersioningEnabled" Type="Edm.Boolean" />
<Property Name="itemMajorVersionLimit" Type="Edm.Int32" />
<Property Name="lockState" Type="graph.siteLockState" />
<Property Name="owners" Type="Collection(graph.userIdentity)" />
<Property Name="ownershipType" Type="graph.fileStorageContainerOwnershipType" />
<Property Name="status" Type="graph.fileStorageContainerStatus" />
<Property Name="storageUsedInBytes" Type="Edm.Int64" />
<Property Name="viewpoint" Type="graph.fileStorageContainerViewpoint" />
<NavigationProperty Name="columns" Type="Collection(graph.columnDefinition)" ContainsTarget="true" />
<NavigationProperty Name="drive" Type="graph.drive" ContainsTarget="true" />
<NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" />
<NavigationProperty Name="recycleBin" Type="graph.recycleBin" ContainsTarget="true" />
</EntityType>
<EntityType Name="filterOperatorSchema" BaseType="graph.entity">
<Property Name="arity" Type="graph.scopeOperatorType" Nullable="false" />
<Property Name="multivaluedComparisonType" Type="graph.scopeOperatorMultiValuedComparisonType" Nullable="false" />
Expand Down Expand Up @@ -32678,6 +32740,7 @@
<EntityType Name="startHoldMusicOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="stopHoldMusicOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="storage">
<NavigationProperty Name="fileStorage" Type="graph.fileStorage" ContainsTarget="true" />
<NavigationProperty Name="settings" Type="graph.storageSettings" ContainsTarget="true" />
</EntityType>
<EntityType Name="storageQuotaBreakdown" BaseType="graph.entity">
Expand Down Expand Up @@ -37049,6 +37112,9 @@
<Parameter Name="bindingParameter" Type="graph.educationAssignment" />
<ReturnType Type="graph.educationAssignment" />
</Action>
<Action Name="activate" IsBound="true">
<Parameter Name="this" Type="graph.fileStorageContainer" />
</Action>
<Action Name="activateDeviceEsim" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
<Parameter Name="carrierUrl" Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -41402,6 +41468,9 @@
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.driveItem" />
</Action>
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.fileStorageContainer" />
</Action>
<Action Name="permut" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
<Parameter Name="number" Type="graph.Json" />
Expand Down Expand Up @@ -42031,6 +42100,10 @@
<Parameter Name="name" Type="Edm.String" Unicode="false" />
<ReturnType Type="graph.driveItem" />
</Action>
<Action Name="restore" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.fileStorageContainer" />
<ReturnType Type="graph.fileStorageContainer" />
</Action>
<Action Name="restoreCloudPc" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
<Parameter Name="cloudPcSnapshotId" Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -45749,6 +45822,7 @@
<NavigationPropertyBinding Path="domainNameReferences" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="drives" EntityType="microsoft.graph.drive" />
<EntitySet Name="filteringPolicies" EntityType="microsoft.graph.networkaccess.filteringPolicy" />
<EntitySet Name="filterOperators" EntityType="microsoft.graph.filterOperatorSchema" />
<EntitySet Name="functions" EntityType="microsoft.graph.attributeMappingFunctionSchema" />
<EntitySet Name="governanceResources" EntityType="microsoft.graph.governanceResource" />
Expand Down Expand Up @@ -46321,6 +46395,7 @@
<NavigationPropertyBinding Path="threatIntelligence/hostSslCertificates/sslCertificate" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/sslCertificates" />
</Singleton>
<Singleton Name="solutions" Type="microsoft.graph.solutionsRoot" />
<Singleton Name="storage" Type="microsoft.graph.storage" />
<Singleton Name="teamwork" Type="microsoft.graph.teamwork" />
<Singleton Name="tenantRelationships" Type="microsoft.graph.tenantRelationship" />
<Singleton Name="termStore" Type="microsoft.graph.termStore.store" />
Expand Down Expand Up @@ -96443,6 +96518,7 @@
<Member Name="threatIntelligenceTransactions" Value="5" />
<Member Name="unknownFutureValue" Value="6" />
<Member Name="webContentBlocked" Value="7" />
<Member Name="malware" Value="8" />
</EnumType>
<EnumType Name="bandwidthCapacityInMbps">
<Member Name="mbps250" Value="0" />
Expand Down Expand Up @@ -96756,7 +96832,7 @@
<Property Name="discoveredApplicationSegmentId" Type="Edm.String" Nullable="false" />
<Property Name="firstAccessDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="fqdn" Type="Edm.String" />
<Property Name="ip" Type="Edm.String" Nullable="false" />
<Property Name="ip" Type="Edm.String" />
<Property Name="lastAccessDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="port" Type="Edm.Int32" Nullable="false" />
<Property Name="totalBytesReceived" Type="Edm.Int64" Nullable="false" />
Expand Down Expand Up @@ -96829,6 +96905,9 @@
<ComplexType Name="relatedDevice" BaseType="microsoft.graph.networkaccess.relatedResource">
<Property Name="deviceId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="relatedMalware" BaseType="microsoft.graph.networkaccess.relatedResource">
<Property Name="name" Type="Edm.String" />
</ComplexType>
<ComplexType Name="relatedProcess" BaseType="microsoft.graph.networkaccess.relatedResource">
<Property Name="isSuspicious" Type="Edm.Boolean" Nullable="false" />
<Property Name="processName" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -96884,8 +96963,12 @@
</ComplexType>
<ComplexType Name="user">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="firstAccessDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastAccessDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="totalBytesReceived" Type="Edm.Int64" Nullable="false" />
<Property Name="totalBytesSent" Type="Edm.Int64" Nullable="false" />
<Property Name="trafficType" Type="microsoft.graph.networkaccess.trafficType" Nullable="false" />
<Property Name="transactionCount" Type="Edm.Int64" Nullable="false" />
<Property Name="userId" Type="Edm.String" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
<Property Name="userType" Type="microsoft.graph.networkaccess.userType" Nullable="false" />
Expand All @@ -96907,7 +96990,12 @@
<Property Name="alertType" Type="microsoft.graph.networkaccess.alertType" Nullable="false" />
<Property Name="creationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" Nullable="false" />
<Property Name="detectionTechnology" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="relatedResources" Type="Collection(microsoft.graph.networkaccess.relatedResource)" />
<Property Name="severity" Type="microsoft.graph.networkaccess.threatSeverity" Nullable="false" />
<Property Name="vendorName" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="policy" Type="microsoft.graph.networkaccess.filteringPolicy" />
</EntityType>
<EntityType Name="branchConnectivityConfiguration">
<Key>
Expand Down Expand Up @@ -97206,6 +97294,9 @@
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="aggregatedBy" Type="microsoft.graph.networkaccess.aggregationFilter" Nullable="false" />
<Parameter Name="discoveredApplicationSegmentId" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="Collection(microsoft.graph.networkaccess.usageProfilingPoint)" />
</Function>
<Function Name="userReport" IsBound="true">
Expand Down
Loading

0 comments on commit 00769e2

Please sign in to comment.