|
4966 | 4966 | <Member Name="hide" Value="1" /> |
4967 | 4967 | <Member Name="show" Value="2" /> |
4968 | 4968 | </EnumType> |
| 4969 | + <EnumType Name="volumeType"> |
| 4970 | + <Member Name="operatingSystemVolume" Value="1" /> |
| 4971 | + <Member Name="fixedDataVolume" Value="2" /> |
| 4972 | + <Member Name="removableDataVolume" Value="3" /> |
| 4973 | + <Member Name="unknownFutureValue" Value="4" /> |
| 4974 | + </EnumType> |
4969 | 4975 | <EnumType Name="vpnAuthenticationMethod"> |
4970 | 4976 | <Member Name="certificate" Value="0" /> |
4971 | 4977 | <Member Name="usernameAndPassword" Value="1" /> |
|
11442 | 11448 | <NavigationProperty Name="accessPackageAssignmentPolicies" Type="Collection(graph.accessPackageAssignmentPolicy)" ContainsTarget="true" /> |
11443 | 11449 | <NavigationProperty Name="accessPackageCatalog" Type="graph.accessPackageCatalog" /> |
11444 | 11450 | <NavigationProperty Name="accessPackageResourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" /> |
| 11451 | + <NavigationProperty Name="accessPackagesIncompatibleWith" Type="Collection(graph.accessPackage)" /> |
| 11452 | + <NavigationProperty Name="incompatibleAccessPackages" Type="Collection(graph.accessPackage)" /> |
| 11453 | + <NavigationProperty Name="incompatibleGroups" Type="Collection(graph.group)" ContainsTarget="true" /> |
11445 | 11454 | </EntityType> |
11446 | 11455 | <EntityType Name="accessPackageAssignment" BaseType="graph.entity"> |
11447 | 11456 | <Property Name="accessPackageId" Type="Edm.String" /> |
|
13148 | 13157 | <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
13149 | 13158 | <Property Name="publication" Type="graph.publicationFacet" /> |
13150 | 13159 | </EntityType> |
| 13160 | + <EntityType Name="bitlocker" BaseType="graph.entity"> |
| 13161 | + <NavigationProperty Name="recoveryKeys" Type="Collection(graph.bitlockerRecoveryKey)" ContainsTarget="true" /> |
| 13162 | + </EntityType> |
| 13163 | + <EntityType Name="bitlockerRecoveryKey" BaseType="graph.entity"> |
| 13164 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 13165 | + <Property Name="deviceId" Type="Edm.String" /> |
| 13166 | + <Property Name="key" Type="Edm.String" Nullable="false" /> |
| 13167 | + <Property Name="volumeType" Type="graph.volumeType" /> |
| 13168 | + </EntityType> |
13151 | 13169 | <EntityType Name="builtInIdentityProvider" BaseType="graph.identityProviderBase"> |
13152 | 13170 | <Property Name="identityProviderType" Type="Edm.String" /> |
13153 | 13171 | </EntityType> |
|
15439 | 15457 | <Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" /> |
15440 | 15458 | </EntityType> |
15441 | 15459 | <EntityType Name="externalDomainName" BaseType="graph.entity" /> |
| 15460 | + <EntityType Name="externalIdentitiesPolicy" BaseType="graph.policyBase"> |
| 15461 | + <Property Name="allowDeletedIdentitiesDataRemoval" Type="Edm.Boolean" Nullable="false" /> |
| 15462 | + <Property Name="allowExternalIdentitiesToLeave" Type="Edm.Boolean" Nullable="false" /> |
| 15463 | + </EntityType> |
15442 | 15464 | <EntityType Name="featureRolloutPolicy" BaseType="graph.entity"> |
15443 | 15465 | <Property Name="description" Type="Edm.String" /> |
15444 | 15466 | <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
|
15949 | 15971 | <Property Name="senderEmailAddress" Type="graph.emailAddress" /> |
15950 | 15972 | </EntityType> |
15951 | 15973 | <EntityType Name="informationProtection" BaseType="graph.entity"> |
| 15974 | + <NavigationProperty Name="bitlocker" Type="graph.bitlocker" ContainsTarget="true" /> |
15952 | 15975 | <NavigationProperty Name="dataLossPreventionPolicies" Type="Collection(graph.dataLossPreventionPolicy)" ContainsTarget="true" /> |
15953 | 15976 | <NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" /> |
15954 | 15977 | <NavigationProperty Name="sensitivityPolicySettings" Type="graph.sensitivityPolicySettings" ContainsTarget="true" /> |
|
18123 | 18146 | <NavigationProperty Name="crossTenantAccessPolicy" Type="graph.crossTenantAccessPolicy" ContainsTarget="true" /> |
18124 | 18147 | <NavigationProperty Name="deviceRegistrationPolicy" Type="graph.deviceRegistrationPolicy" ContainsTarget="true" /> |
18125 | 18148 | <NavigationProperty Name="directoryRoleAccessReviewPolicy" Type="graph.directoryRoleAccessReviewPolicy" ContainsTarget="true" /> |
| 18149 | + <NavigationProperty Name="externalIdentitiesPolicy" Type="graph.externalIdentitiesPolicy" ContainsTarget="true" /> |
18126 | 18150 | <NavigationProperty Name="featureRolloutPolicies" Type="Collection(graph.featureRolloutPolicy)" ContainsTarget="true" /> |
18127 | 18151 | <NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)" ContainsTarget="true" /> |
18128 | 18152 | <NavigationProperty Name="identitySecurityDefaultsEnforcementPolicy" Type="graph.identitySecurityDefaultsEnforcementPolicy" ContainsTarget="true" /> |
|
33385 | 33409 | <Annotations Target="microsoft.graph.beginOnboarding(microsoft.graph.remoteAssistancePartner)"> |
33386 | 33410 | <Annotation Term="Org.OData.Core.V1.Description" String="A request to start onboarding. Must be coupled with the appropriate TeamViewer account information" /> |
33387 | 33411 | </Annotations> |
| 33412 | + <Annotations Target="microsoft.graph.bitlocker"> |
| 33413 | + <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
| 33414 | + <Record> |
| 33415 | + <PropertyValue Property="Countable" Bool="false" /> |
| 33416 | + </Record> |
| 33417 | + </Annotation> |
| 33418 | + <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
| 33419 | + <Record> |
| 33420 | + <PropertyValue Property="Deletable" Bool="false" /> |
| 33421 | + </Record> |
| 33422 | + </Annotation> |
| 33423 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 33424 | + <Record> |
| 33425 | + <PropertyValue Property="Expandable" Bool="true" /> |
| 33426 | + </Record> |
| 33427 | + </Annotation> |
| 33428 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 33429 | + <Record> |
| 33430 | + <PropertyValue Property="Insertable" Bool="false" /> |
| 33431 | + </Record> |
| 33432 | + </Annotation> |
| 33433 | + <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions"> |
| 33434 | + <Record> |
| 33435 | + <PropertyValue Property="Selectable" Bool="false" /> |
| 33436 | + </Record> |
| 33437 | + </Annotation> |
| 33438 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
| 33439 | + <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"> |
| 33440 | + <Record> |
| 33441 | + <PropertyValue Property="Sortable" Bool="false" /> |
| 33442 | + </Record> |
| 33443 | + </Annotation> |
| 33444 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /> |
| 33445 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 33446 | + <Record> |
| 33447 | + <PropertyValue Property="Updatable" Bool="false" /> |
| 33448 | + </Record> |
| 33449 | + </Annotation> |
| 33450 | + </Annotations> |
33388 | 33451 | <Annotations Target="microsoft.graph.bitLockerEncryptionMethod"> |
33389 | 33452 | <Annotation Term="Org.OData.Core.V1.Description" String="BitLockerEncryptionMethod types" /> |
33390 | 33453 | </Annotations> |
|
33421 | 33484 | <Annotations Target="microsoft.graph.bitLockerRecoveryInformationType/passwordOnly"> |
33422 | 33485 | <Annotation Term="Org.OData.Core.V1.Description" String="Store recovery passwords only." /> |
33423 | 33486 | </Annotations> |
| 33487 | + <Annotations Target="microsoft.graph.bitlockerRecoveryKey"> |
| 33488 | + <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
| 33489 | + <Record> |
| 33490 | + <PropertyValue Property="Countable" Bool="false" /> |
| 33491 | + </Record> |
| 33492 | + </Annotation> |
| 33493 | + <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
| 33494 | + <Record> |
| 33495 | + <PropertyValue Property="Deletable" Bool="false" /> |
| 33496 | + </Record> |
| 33497 | + </Annotation> |
| 33498 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 33499 | + <Record> |
| 33500 | + <PropertyValue Property="Expandable" Bool="false" /> |
| 33501 | + </Record> |
| 33502 | + </Annotation> |
| 33503 | + <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
| 33504 | + <Record> |
| 33505 | + <PropertyValue Property="Filterable" Bool="true" /> |
| 33506 | + <PropertyValue Property="NonFilterableProperties"> |
| 33507 | + <Collection> |
| 33508 | + <PropertyPath>createdDateTime</PropertyPath> |
| 33509 | + <PropertyPath>key</PropertyPath> |
| 33510 | + <PropertyPath>volumeType</PropertyPath> |
| 33511 | + </Collection> |
| 33512 | + </PropertyValue> |
| 33513 | + </Record> |
| 33514 | + </Annotation> |
| 33515 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 33516 | + <Record> |
| 33517 | + <PropertyValue Property="Insertable" Bool="false" /> |
| 33518 | + </Record> |
| 33519 | + </Annotation> |
| 33520 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
| 33521 | + <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"> |
| 33522 | + <Record> |
| 33523 | + <PropertyValue Property="Sortable" Bool="false" /> |
| 33524 | + </Record> |
| 33525 | + </Annotation> |
| 33526 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /> |
| 33527 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 33528 | + <Record> |
| 33529 | + <PropertyValue Property="Updatable" Bool="false" /> |
| 33530 | + </Record> |
| 33531 | + </Annotation> |
| 33532 | + </Annotations> |
33424 | 33533 | <Annotations Target="microsoft.graph.bitLockerRecoveryOptions"> |
33425 | 33534 | <Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Recovery Options." /> |
33426 | 33535 | </Annotations> |
|
0 commit comments