|
6320 | 6320 | <Annotations Target="microsoft.graph.certification/isCertifiedByMicrosoft">
|
6321 | 6321 | <Annotation Term="Org.OData.Core.V1.Computed" Bool="true"/>
|
6322 | 6322 | </Annotations>
|
| 6323 | + <Annotations Target="microsoft.graph.certificateAuthorityDetail"> |
| 6324 | + <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
| 6325 | + <Record> |
| 6326 | + <PropertyValue Property="Countable" Bool="true"/> |
| 6327 | + </Record> |
| 6328 | + </Annotation> |
| 6329 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 6330 | + <Record> |
| 6331 | + <PropertyValue Property="Expandable" Bool="false"/> |
| 6332 | + </Record> |
| 6333 | + </Annotation> |
| 6334 | + <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
| 6335 | + <Record> |
| 6336 | + <PropertyValue Property="Filterable" Bool="true"/> |
| 6337 | + </Record> |
| 6338 | + </Annotation> |
| 6339 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 6340 | + <Record> |
| 6341 | + <PropertyValue Property="Referenceable" Bool="false"/> |
| 6342 | + </Record> |
| 6343 | + </Annotation> |
| 6344 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"/> |
| 6345 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true"/> |
| 6346 | + </Annotations> |
| 6347 | + <Annotations Target="microsoft.graph.certificateBasedAuthPki"> |
| 6348 | + <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
| 6349 | + <Record> |
| 6350 | + <PropertyValue Property="Countable" Bool="true"/> |
| 6351 | + </Record> |
| 6352 | + </Annotation> |
| 6353 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 6354 | + <Record> |
| 6355 | + <PropertyValue Property="Expandable" Bool="false"/> |
| 6356 | + </Record> |
| 6357 | + </Annotation> |
| 6358 | + <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
| 6359 | + <Record> |
| 6360 | + <PropertyValue Property="Filterable" Bool="true"/> |
| 6361 | + </Record> |
| 6362 | + </Annotation> |
| 6363 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 6364 | + <Record> |
| 6365 | + <PropertyValue Property="Referenceable" Bool="false"/> |
| 6366 | + </Record> |
| 6367 | + </Annotation> |
| 6368 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"/> |
| 6369 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true"/> |
| 6370 | + </Annotations> |
6323 | 6371 | <Annotations Target="microsoft.graph.crossTenantAccessPolicyConfigurationDefault">
|
6324 | 6372 | <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
|
6325 | 6373 | <Record>
|
@@ -17800,6 +17848,11 @@ within the time frame of their original request."/>
|
17800 | 17848 | <Member Name="defaultConfiguredIdp" Value="6"/>
|
17801 | 17849 | <Member Name="unknownFutureValue" Value="7"/>
|
17802 | 17850 | </EnumType>
|
| 17851 | + <EnumType Name="certificateAuthorityType"> |
| 17852 | + <Member Name="root" Value="0"/> |
| 17853 | + <Member Name="intermediate" Value="1"/> |
| 17854 | + <Member Name="unknownFutureValue" Value="2"/> |
| 17855 | + </EnumType> |
17803 | 17856 | <EnumType Name="crossTenantAccessPolicyTargetConfigurationAccessType">
|
17804 | 17857 | <Member Name="allowed" Value="1"/>
|
17805 | 17858 | <Member Name="blocked" Value="2"/>
|
@@ -26256,6 +26309,7 @@ within the time frame of their original request."/>
|
26256 | 26309 | <NavigationProperty Name="deletedItems" Type="Collection(graph.directoryObject)" ContainsTarget="true"/>
|
26257 | 26310 | <NavigationProperty Name="federationConfigurations" Type="Collection(graph.identityProviderBase)" ContainsTarget="true"/>
|
26258 | 26311 | <NavigationProperty Name="onPremisesSynchronization" Type="Collection(graph.onPremisesDirectorySynchronization)" ContainsTarget="true"/>
|
| 26312 | + <NavigationProperty Name="publicKeyInfrastructure" Type="graph.publicKeyInfrastructureRoot" ContainsTarget="true"/> |
26259 | 26313 | <NavigationProperty Name="subscriptions" Type="Collection(graph.companySubscription)" ContainsTarget="true"/>
|
26260 | 26314 | </EntityType>
|
26261 | 26315 | <EntityType Name="administrativeUnit" BaseType="graph.directoryObject" OpenType="true">
|
@@ -26289,6 +26343,9 @@ within the time frame of their original request."/>
|
26289 | 26343 | <Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration"/>
|
26290 | 26344 | <Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false"/>
|
26291 | 26345 | </EntityType>
|
| 26346 | + <EntityType Name="publicKeyInfrastructureRoot" BaseType="graph.entity"> |
| 26347 | + <NavigationProperty Name="certificateBasedAuthConfigurations" Type="Collection(graph.certificateBasedAuthPki)" ContainsTarget="true"/> |
| 26348 | + </EntityType> |
26292 | 26349 | <EntityType Name="companySubscription" BaseType="graph.entity">
|
26293 | 26350 | <Property Name="commerceSubscriptionId" Type="Edm.String"/>
|
26294 | 26351 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset"/>
|
@@ -26582,9 +26639,29 @@ within the time frame of their original request."/>
|
26582 | 26639 | <Property Name="displayName" Type="Edm.String"/>
|
26583 | 26640 | <Property Name="type" Type="Edm.String"/>
|
26584 | 26641 | </EntityType>
|
| 26642 | + <EntityType Name="certificateAuthorityDetail" BaseType="graph.directoryObject"> |
| 26643 | + <Property Name="certificate" Type="Edm.Binary" Nullable="false"/> |
| 26644 | + <Property Name="certificateAuthorityType" Type="graph.certificateAuthorityType"/> |
| 26645 | + <Property Name="certificateRevocationListUrl" Type="Edm.String"/> |
| 26646 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset"/> |
| 26647 | + <Property Name="deltaCertificateRevocationListUrl" Type="Edm.String"/> |
| 26648 | + <Property Name="displayName" Type="Edm.String"/> |
| 26649 | + <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false"/> |
| 26650 | + <Property Name="isIssuerHintEnabled" Type="Edm.Boolean"/> |
| 26651 | + <Property Name="issuer" Type="Edm.String"/> |
| 26652 | + <Property Name="issuerSubjectKeyIdentifier" Type="Edm.String"/> |
| 26653 | + <Property Name="thumbprint" Type="Edm.String" Nullable="false"/> |
| 26654 | + </EntityType> |
26585 | 26655 | <EntityType Name="certificateBasedAuthConfiguration" BaseType="graph.entity">
|
26586 | 26656 | <Property Name="certificateAuthorities" Type="Collection(graph.certificateAuthority)" Nullable="false"/>
|
26587 | 26657 | </EntityType>
|
| 26658 | + <EntityType Name="certificateBasedAuthPki" BaseType="graph.directoryObject"> |
| 26659 | + <Property Name="displayName" Type="Edm.String"/> |
| 26660 | + <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false"/> |
| 26661 | + <Property Name="status" Type="Edm.String"/> |
| 26662 | + <Property Name="statusDetails" Type="Edm.String"/> |
| 26663 | + <NavigationProperty Name="certificateAuthorities" Type="Collection(graph.certificateAuthorityDetail)" ContainsTarget="true"/> |
| 26664 | + </EntityType> |
26588 | 26665 | <EntityType Name="contract" BaseType="graph.directoryObject" OpenType="true">
|
26589 | 26666 | <Property Name="contractType" Type="Edm.String"/>
|
26590 | 26667 | <Property Name="customerId" Type="Edm.Guid"/>
|
@@ -36484,6 +36561,11 @@ within the time frame of their original request."/>
|
36484 | 36561 | <Action Name="resetToSystemDefault" IsBound="true">
|
36485 | 36562 | <Parameter Name="bindingParameter" Type="graph.crossTenantAccessPolicyConfigurationDefault" Nullable="false"/>
|
36486 | 36563 | </Action>
|
| 36564 | + <Action Name="upload" IsBound="true"> |
| 36565 | + <Parameter Name="bindingParameter" Type="graph.certificateBasedAuthPki" Nullable="false"/> |
| 36566 | + <Parameter Name="uploadUrl" Type="Edm.String" Nullable="false" Unicode="false"/> |
| 36567 | + <Parameter Name="sha256FileHash" Type="Edm.String" Nullable="false" Unicode="false"/> |
| 36568 | + </Action> |
36487 | 36569 | <Action Name="activate" IsBound="true">
|
36488 | 36570 | <Parameter Name="bindingParameter" Type="graph.educationAssignment"/>
|
36489 | 36571 | <ReturnType Type="graph.educationAssignment"/>
|
@@ -39323,6 +39405,9 @@ within the time frame of their original request."/>
|
39323 | 39405 | <Action Name="refresh" IsBound="true">
|
39324 | 39406 | <Parameter Name="bindparameter" Type="graph.workbookPivotTable"/>
|
39325 | 39407 | </Action>
|
| 39408 | + <Action Name="refresh" IsBound="true"> |
| 39409 | + <Parameter Name="bindingParameter" Type="graph.accessPackageResource"/> |
| 39410 | + </Action> |
39326 | 39411 | <Action Name="refreshAll" IsBound="true">
|
39327 | 39412 | <Parameter Name="bindparameter" Type="Collection(graph.workbookPivotTable)"/>
|
39328 | 39413 | </Action>
|
|
0 commit comments