|
781 | 781 | <Member Name="preset23" Value="23" /> |
782 | 782 | <Member Name="preset24" Value="24" /> |
783 | 783 | </EnumType> |
| 784 | + <EnumType Name="certificateAuthorityType"> |
| 785 | + <Member Name="root" Value="0" /> |
| 786 | + <Member Name="intermediate" Value="1" /> |
| 787 | + <Member Name="unknownFutureValue" Value="2" /> |
| 788 | + </EnumType> |
784 | 789 | <EnumType Name="certificateStatus"> |
785 | 790 | <Member Name="notProvisioned" Value="0" /> |
786 | 791 | <Member Name="provisioned" Value="1" /> |
|
11540 | 11545 | <NavigationProperty Name="horizontalSections" Type="Collection(graph.horizontalSection)" ContainsTarget="true" /> |
11541 | 11546 | <NavigationProperty Name="verticalSection" Type="graph.verticalSection" ContainsTarget="true" /> |
11542 | 11547 | </EntityType> |
| 11548 | + <EntityType Name="certificateAuthorityDetail" BaseType="graph.directoryObject"> |
| 11549 | + <Property Name="certificate" Type="Edm.Binary" Nullable="false" /> |
| 11550 | + <Property Name="certificateAuthorityType" Type="graph.certificateAuthorityType" /> |
| 11551 | + <Property Name="certificateRevocationListUrl" Type="Edm.String" /> |
| 11552 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 11553 | + <Property Name="deltaCertificateRevocationListUrl" Type="Edm.String" /> |
| 11554 | + <Property Name="displayName" Type="Edm.String" /> |
| 11555 | + <Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 11556 | + <Property Name="isIssuerHintEnabled" Type="Edm.Boolean" /> |
| 11557 | + <Property Name="issuer" Type="Edm.String" /> |
| 11558 | + <Property Name="issuerSubjectKeyIdentifier" Type="Edm.String" /> |
| 11559 | + <Property Name="thumbprint" Type="Edm.String" Nullable="false" /> |
| 11560 | + </EntityType> |
11543 | 11561 | <EntityType Name="certificateBasedAuthConfiguration" BaseType="graph.entity"> |
11544 | 11562 | <Property Name="certificateAuthorities" Type="Collection(graph.certificateAuthority)" Nullable="false" /> |
11545 | 11563 | </EntityType> |
| 11564 | + <EntityType Name="certificateBasedAuthPki" BaseType="graph.directoryObject"> |
| 11565 | + <Property Name="displayName" Type="Edm.String" /> |
| 11566 | + <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 11567 | + <Property Name="status" Type="Edm.String" /> |
| 11568 | + <Property Name="statusDetails" Type="Edm.String" /> |
| 11569 | + <NavigationProperty Name="certificateAuthorities" Type="Collection(graph.certificateAuthorityDetail)" ContainsTarget="true" /> |
| 11570 | + </EntityType> |
11546 | 11571 | <EntityType Name="changeTrackedEntity" BaseType="graph.entity" Abstract="true"> |
11547 | 11572 | <Property Name="createdBy" Type="graph.identitySet" /> |
11548 | 11573 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
|
12586 | 12611 | <NavigationProperty Name="deviceLocalCredentials" Type="Collection(graph.deviceLocalCredentialInfo)" ContainsTarget="true" /> |
12587 | 12612 | <NavigationProperty Name="federationConfigurations" Type="Collection(graph.identityProviderBase)" ContainsTarget="true" /> |
12588 | 12613 | <NavigationProperty Name="onPremisesSynchronization" Type="Collection(graph.onPremisesDirectorySynchronization)" ContainsTarget="true" /> |
| 12614 | + <NavigationProperty Name="publicKeyInfrastructure" Type="graph.publicKeyInfrastructureRoot" ContainsTarget="true" /> |
12589 | 12615 | <NavigationProperty Name="subscriptions" Type="Collection(graph.companySubscription)" ContainsTarget="true" /> |
12590 | 12616 | </EntityType> |
12591 | 12617 | <EntityType Name="directoryAudit" BaseType="graph.entity"> |
|
15332 | 15358 | <Property Name="targetSystem" Type="graph.provisioningSystem" /> |
15333 | 15359 | <Property Name="tenantId" Type="Edm.String" /> |
15334 | 15360 | </EntityType> |
| 15361 | + <EntityType Name="publicKeyInfrastructureRoot" BaseType="graph.entity"> |
| 15362 | + <NavigationProperty Name="certificateBasedAuthConfigurations" Type="Collection(graph.certificateBasedAuthPki)" ContainsTarget="true" /> |
| 15363 | + </EntityType> |
15335 | 15364 | <EntityType Name="rbacApplication" BaseType="graph.entity"> |
15336 | 15365 | <NavigationProperty Name="resourceNamespaces" Type="Collection(graph.unifiedRbacResourceNamespace)" ContainsTarget="true" /> |
15337 | 15366 | <NavigationProperty Name="roleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" /> |
|
22571 | 22600 | <Parameter Name="bindingParameter" Type="graph.teamsAppInstallation" /> |
22572 | 22601 | <Parameter Name="consentedPermissionSet" Type="graph.teamsAppPermissionSet" /> |
22573 | 22602 | </Action> |
| 22603 | + <Action Name="upload" IsBound="true"> |
| 22604 | + <Parameter Name="bindingParameter" Type="graph.certificateBasedAuthPki" Nullable="false" /> |
| 22605 | + <Parameter Name="uploadUrl" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 22606 | + <Parameter Name="sha256FileHash" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 22607 | + </Action> |
22574 | 22608 | <Action Name="uploadClientCertificate" IsBound="true"> |
22575 | 22609 | <Parameter Name="bindingParameter" Type="graph.identityApiConnector" /> |
22576 | 22610 | <Parameter Name="pkcs12Value" Type="Edm.String" Unicode="false" /> |
|
27516 | 27550 | <Annotations Target="microsoft.graph.cancel(microsoft.graph.bookingAppointment, Edm.String)"> |
27517 | 27551 | <Annotation Term="Org.OData.Core.V1.Description" String="Cancels the giving booking appointment, sending a message to the involved parties." /> |
27518 | 27552 | </Annotations> |
| 27553 | + <Annotations Target="microsoft.graph.certificateAuthorityDetail"> |
| 27554 | + <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
| 27555 | + <Record> |
| 27556 | + <PropertyValue Property="Countable" Bool="true" /> |
| 27557 | + </Record> |
| 27558 | + </Annotation> |
| 27559 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 27560 | + <Record> |
| 27561 | + <PropertyValue Property="Expandable" Bool="false" /> |
| 27562 | + </Record> |
| 27563 | + </Annotation> |
| 27564 | + <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
| 27565 | + <Record> |
| 27566 | + <PropertyValue Property="Filterable" Bool="true" /> |
| 27567 | + </Record> |
| 27568 | + </Annotation> |
| 27569 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 27570 | + <Record> |
| 27571 | + <PropertyValue Property="Referenceable" Bool="false" /> |
| 27572 | + </Record> |
| 27573 | + </Annotation> |
| 27574 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
| 27575 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /> |
| 27576 | + </Annotations> |
| 27577 | + <Annotations Target="microsoft.graph.certificateBasedAuthPki"> |
| 27578 | + <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
| 27579 | + <Record> |
| 27580 | + <PropertyValue Property="Countable" Bool="true" /> |
| 27581 | + </Record> |
| 27582 | + </Annotation> |
| 27583 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 27584 | + <Record> |
| 27585 | + <PropertyValue Property="Expandable" Bool="false" /> |
| 27586 | + </Record> |
| 27587 | + </Annotation> |
| 27588 | + <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
| 27589 | + <Record> |
| 27590 | + <PropertyValue Property="Filterable" Bool="true" /> |
| 27591 | + </Record> |
| 27592 | + </Annotation> |
| 27593 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 27594 | + <Record> |
| 27595 | + <PropertyValue Property="Referenceable" Bool="false" /> |
| 27596 | + </Record> |
| 27597 | + </Annotation> |
| 27598 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
| 27599 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /> |
| 27600 | + </Annotations> |
27519 | 27601 | <Annotations Target="microsoft.graph.certification/certificationDetailsUrl"> |
27520 | 27602 | <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
27521 | 27603 | </Annotations> |
|
0 commit comments