Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 95 additions & 19 deletions beta_metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1879,6 +1879,12 @@
<Member Name="allowedRequestor" Value="1" />
<Member Name="unknownFutureValue" Value="99" />
</EnumType>
<EnumType Name="accessPackageSubjectLifecycle">
<Member Name="notDefined" Value="0" />
<Member Name="notGoverned" Value="1" />
<Member Name="governed" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="accessReviewTimeoutBehavior">
<Member Name="keepAccess" Value="0" />
<Member Name="removeAccess" Value="1" />
Expand Down Expand Up @@ -7972,6 +7978,7 @@
<NavigationProperty Name="accessPackages" Type="Collection(graph.accessPackage)" ContainsTarget="true" />
<NavigationProperty Name="connectedOrganizations" Type="Collection(graph.connectedOrganization)" ContainsTarget="true" />
<NavigationProperty Name="settings" Type="graph.entitlementManagementSettings" ContainsTarget="true" />
<NavigationProperty Name="subjects" Type="Collection(graph.accessPackageSubject)" ContainsTarget="true" />
</EntityType>
<EntityType Name="directoryObject" BaseType="graph.entity" OpenType="true">
<Property Name="deletedDateTime" Type="Edm.DateTimeOffset" />
Expand Down Expand Up @@ -9768,6 +9775,9 @@
<ComplexType Name="passwordSingleSignOnSettings">
<Property Name="fields" Type="Collection(graph.passwordSingleSignOnField)" />
</ComplexType>
<ComplexType Name="supportedClaimConfiguration">
<Property Name="nameIdPolicyFormat" Type="Edm.String" />
</ComplexType>
<ComplexType Name="apiApplication">
<Property Name="acceptMappedClaims" Type="Edm.Boolean" />
<Property Name="knownClientApplications" Type="Collection(Edm.Guid)" />
Expand Down Expand Up @@ -9927,6 +9937,7 @@
<Property Name="informationalUrls" Type="graph.informationalUrls" />
<Property Name="logoUrl" Type="Edm.String" />
<Property Name="publisher" Type="Edm.String" />
<Property Name="supportedClaimConfiguration" Type="graph.supportedClaimConfiguration" />
<Property Name="supportedProvisioningTypes" Type="Collection(Edm.String)" />
<Property Name="supportedSingleSignOnModes" Type="Collection(Edm.String)" />
</EntityType>
Expand Down Expand Up @@ -17178,6 +17189,32 @@
<Property Name="daysUntilExternalUserDeletedAfterBlocked" Type="Edm.Int32" />
<Property Name="externalUserLifecycleAction" Type="Edm.String" />
</EntityType>
<EntityType Name="accessPackageSubject" BaseType="graph.entity">
<Property Name="altSecId" Type="Edm.String" />
<Property Name="connectedOrganizationId" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="email" Type="Edm.String" />
<Property Name="objectId" Type="Edm.String" />
<Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
<Property Name="principalName" Type="Edm.String" />
<Property Name="subjectLifecycle" Type="graph.accessPackageSubjectLifecycle" />
<Property Name="type" Type="Edm.String" />
<NavigationProperty Name="connectedOrganization" Type="graph.connectedOrganization" />
<Annotation Term="OData.Community.Keys.V1.AlternateKeys">
<Collection>
<Record Type="OData.Community.Keys.V1.AlternateKey">
<PropertyValue Property="Key">
<Collection>
<Record Type="OData.Community.Keys.V1.PropertyRef">
<PropertyValue Property="Alias" String="objectId" />
<PropertyValue Property="Name" PropertyPath="objectId" />
</Record>
</Collection>
</PropertyValue>
</Record>
</Collection>
</Annotation>
</EntityType>
<EntityType Name="program" BaseType="graph.entity">
<Property Name="description" Type="Edm.String" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -17558,17 +17595,6 @@
<Property Name="description" Type="Edm.String" />
<Property Name="id" Type="Edm.String" />
</ComplexType>
<EntityType Name="accessPackageSubject" BaseType="graph.entity">
<Property Name="altSecId" Type="Edm.String" />
<Property Name="connectedOrganizationId" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="email" Type="Edm.String" />
<Property Name="objectId" Type="Edm.String" />
<Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
<Property Name="principalName" Type="Edm.String" />
<Property Name="type" Type="Edm.String" />
<NavigationProperty Name="connectedOrganization" Type="graph.connectedOrganization" />
</EntityType>
<EntityType Name="customExtensionHandler" BaseType="graph.entity">
<Property Name="stage" Type="graph.accessPackageCustomExtensionStage" />
<NavigationProperty Name="customExtension" Type="graph.customAccessPackageWorkflowExtension" />
Expand Down Expand Up @@ -28465,6 +28491,42 @@
<NavigationProperty Name="linkedResources" Type="Collection(graph.linkedResource)" ContainsTarget="true" />
</EntityType>
<EntityType Name="storage" />
<EntityType Name="employeeExperience">
<NavigationProperty Name="learningProviders" Type="Collection(graph.learningProvider)" ContainsTarget="true" />
</EntityType>
<EntityType Name="learningProvider" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="isEnabled" Type="Edm.Boolean" />
<Property Name="loginWebUrl" Type="Edm.String" />
<Property Name="longLogoWebUrlForDarkTheme" Type="Edm.String" Nullable="false" />
<Property Name="longLogoWebUrlForLightTheme" Type="Edm.String" Nullable="false" />
<Property Name="squareLogoWebUrlForDarkTheme" Type="Edm.String" Nullable="false" />
<Property Name="squareLogoWebUrlForLightTheme" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="learningContents" Type="Collection(graph.learningContent)" ContainsTarget="true" />
</EntityType>
<EntityType Name="learningContent">
<Key>
<PropertyRef Name="externalId" />
</Key>
<Property Name="additionalTags" Type="Collection(Edm.String)" />
<Property Name="contentWebUrl" Type="Edm.String" Nullable="false" />
<Property Name="contributor" Type="Edm.String" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="description" Type="Edm.String" />
<Property Name="duration" Type="Edm.Duration" />
<Property Name="externalId" Type="Edm.String" Nullable="false" />
<Property Name="format" Type="Edm.String" />
<Property Name="isActive" Type="Edm.Boolean" />
<Property Name="isPremium" Type="Edm.Boolean" />
<Property Name="isSearchable" Type="Edm.Boolean" />
<Property Name="languageTag" Type="Edm.String" Nullable="false" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="numberOfPages" Type="Edm.Int32" />
<Property Name="skillTags" Type="Collection(Edm.String)" />
<Property Name="sourceName" Type="Edm.String" />
<Property Name="thumbnailWebUrl" Type="Edm.String" />
<Property Name="title" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="document" BaseType="graph.entity">
<NavigationProperty Name="comments" Type="Collection(graph.documentComment)" ContainsTarget="true" />
</EntityType>
Expand Down Expand Up @@ -28683,25 +28745,25 @@
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Edm.Stream" Nullable="false" />
</Function>
<Function Name="getM365AppPlatformUserCounts" IsBound="true" IsComposable="true">
<Function Name="getM365AppPlatformUserCounts" IsBound="true">
<Parameter Name="reportRoot" Type="graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="graph.report" Nullable="false" />
<ReturnType Type="Edm.Stream" Nullable="false" />
</Function>
<Function Name="getM365AppUserCounts" IsBound="true" IsComposable="true">
<Function Name="getM365AppUserCounts" IsBound="true">
<Parameter Name="reportRoot" Type="graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="graph.report" Nullable="false" />
<ReturnType Type="Edm.Stream" Nullable="false" />
</Function>
<Function Name="getM365AppUserDetail" IsBound="true" IsComposable="true">
<Function Name="getM365AppUserDetail" IsBound="true">
<Parameter Name="reportRoot" Type="graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="graph.report" Nullable="false" />
<ReturnType Type="Edm.Stream" Nullable="false" />
</Function>
<Function Name="getM365AppUserDetail" IsBound="true" IsComposable="true">
<Function Name="getM365AppUserDetail" IsBound="true">
<Parameter Name="reportRoot" Type="graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="graph.report" Nullable="false" />
<ReturnType Type="Edm.Stream" Nullable="false" />
</Function>
<Function Name="getMailboxUsageDetail" IsBound="true">
<Parameter Name="reportRoot" Type="graph.reportRoot" />
Expand Down Expand Up @@ -30168,6 +30230,19 @@
<Parameter Name="type" Type="Edm.String" Unicode="false" />
<ReturnType Type="graph.directoryObject" />
</Action>
<Function Name="assignedPrincipals" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="graph.unifiedRoleDefinition" Nullable="false" />
<Parameter Name="transitive" Type="Edm.Boolean" Nullable="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="directoryScopeType" Type="Edm.String" Nullable="false" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="directoryScopeId" Type="Edm.String" Nullable="false" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="Collection(graph.directoryObject)" />
</Function>
<Action Name="resetToSystemDefault" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.crossTenantAccessPolicyConfigurationDefault" Nullable="false" />
</Action>
Expand Down Expand Up @@ -36138,6 +36213,7 @@
<Singleton Name="appCatalogs" Type="microsoft.graph.appCatalogs" />
<Singleton Name="teamwork" Type="microsoft.graph.teamwork" />
<Singleton Name="storage" Type="microsoft.graph.storage" />
<Singleton Name="employeeExperience" Type="microsoft.graph.employeeExperience" />
<Singleton Name="admin" Type="microsoft.graph.admin" />
</EntityContainer>
<Annotations Target="microsoft.graph.bookingPriceType">
Expand Down
Loading