Skip to content

Commit 27f1b89

Browse files
authored
Merge pull request #822 from microsoftgraph/schemas/metadata-publishing-2025-05-13
Schema sync 2025-05-13 from 1.3.756.0
2 parents 8d1107e + b79ac48 commit 27f1b89

File tree

2 files changed

+164
-0
lines changed

2 files changed

+164
-0
lines changed

schemas/annotated-v1.0-Prod.csdl

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,11 @@
781781
<Member Name="preset23" Value="23" />
782782
<Member Name="preset24" Value="24" />
783783
</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>
784789
<EnumType Name="certificateStatus">
785790
<Member Name="notProvisioned" Value="0" />
786791
<Member Name="provisioned" Value="1" />
@@ -11540,9 +11545,29 @@
1154011545
<NavigationProperty Name="horizontalSections" Type="Collection(graph.horizontalSection)" ContainsTarget="true" />
1154111546
<NavigationProperty Name="verticalSection" Type="graph.verticalSection" ContainsTarget="true" />
1154211547
</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>
1154311561
<EntityType Name="certificateBasedAuthConfiguration" BaseType="graph.entity">
1154411562
<Property Name="certificateAuthorities" Type="Collection(graph.certificateAuthority)" Nullable="false" />
1154511563
</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>
1154611571
<EntityType Name="changeTrackedEntity" BaseType="graph.entity" Abstract="true">
1154711572
<Property Name="createdBy" Type="graph.identitySet" />
1154811573
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
@@ -12586,6 +12611,7 @@
1258612611
<NavigationProperty Name="deviceLocalCredentials" Type="Collection(graph.deviceLocalCredentialInfo)" ContainsTarget="true" />
1258712612
<NavigationProperty Name="federationConfigurations" Type="Collection(graph.identityProviderBase)" ContainsTarget="true" />
1258812613
<NavigationProperty Name="onPremisesSynchronization" Type="Collection(graph.onPremisesDirectorySynchronization)" ContainsTarget="true" />
12614+
<NavigationProperty Name="publicKeyInfrastructure" Type="graph.publicKeyInfrastructureRoot" ContainsTarget="true" />
1258912615
<NavigationProperty Name="subscriptions" Type="Collection(graph.companySubscription)" ContainsTarget="true" />
1259012616
</EntityType>
1259112617
<EntityType Name="directoryAudit" BaseType="graph.entity">
@@ -15332,6 +15358,9 @@
1533215358
<Property Name="targetSystem" Type="graph.provisioningSystem" />
1533315359
<Property Name="tenantId" Type="Edm.String" />
1533415360
</EntityType>
15361+
<EntityType Name="publicKeyInfrastructureRoot" BaseType="graph.entity">
15362+
<NavigationProperty Name="certificateBasedAuthConfigurations" Type="Collection(graph.certificateBasedAuthPki)" ContainsTarget="true" />
15363+
</EntityType>
1533515364
<EntityType Name="rbacApplication" BaseType="graph.entity">
1533615365
<NavigationProperty Name="resourceNamespaces" Type="Collection(graph.unifiedRbacResourceNamespace)" ContainsTarget="true" />
1533715366
<NavigationProperty Name="roleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" />
@@ -22571,6 +22600,11 @@
2257122600
<Parameter Name="bindingParameter" Type="graph.teamsAppInstallation" />
2257222601
<Parameter Name="consentedPermissionSet" Type="graph.teamsAppPermissionSet" />
2257322602
</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>
2257422608
<Action Name="uploadClientCertificate" IsBound="true">
2257522609
<Parameter Name="bindingParameter" Type="graph.identityApiConnector" />
2257622610
<Parameter Name="pkcs12Value" Type="Edm.String" Unicode="false" />
@@ -27516,6 +27550,54 @@
2751627550
<Annotations Target="microsoft.graph.cancel(microsoft.graph.bookingAppointment, Edm.String)">
2751727551
<Annotation Term="Org.OData.Core.V1.Description" String="Cancels the giving booking appointment, sending a message to the involved parties." />
2751827552
</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>
2751927601
<Annotations Target="microsoft.graph.certification/certificationDetailsUrl">
2752027602
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
2752127603
</Annotations>

schemas/v1.0-Prod.csdl

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,11 @@
781781
<Member Name="preset23" Value="23" />
782782
<Member Name="preset24" Value="24" />
783783
</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>
784789
<EnumType Name="certificateStatus">
785790
<Member Name="notProvisioned" Value="0" />
786791
<Member Name="provisioned" Value="1" />
@@ -11540,9 +11545,29 @@
1154011545
<NavigationProperty Name="horizontalSections" Type="Collection(graph.horizontalSection)" ContainsTarget="true" />
1154111546
<NavigationProperty Name="verticalSection" Type="graph.verticalSection" ContainsTarget="true" />
1154211547
</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>
1154311561
<EntityType Name="certificateBasedAuthConfiguration" BaseType="graph.entity">
1154411562
<Property Name="certificateAuthorities" Type="Collection(graph.certificateAuthority)" Nullable="false" />
1154511563
</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>
1154611571
<EntityType Name="changeTrackedEntity" BaseType="graph.entity" Abstract="true">
1154711572
<Property Name="createdBy" Type="graph.identitySet" />
1154811573
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
@@ -12586,6 +12611,7 @@
1258612611
<NavigationProperty Name="deviceLocalCredentials" Type="Collection(graph.deviceLocalCredentialInfo)" ContainsTarget="true" />
1258712612
<NavigationProperty Name="federationConfigurations" Type="Collection(graph.identityProviderBase)" ContainsTarget="true" />
1258812613
<NavigationProperty Name="onPremisesSynchronization" Type="Collection(graph.onPremisesDirectorySynchronization)" ContainsTarget="true" />
12614+
<NavigationProperty Name="publicKeyInfrastructure" Type="graph.publicKeyInfrastructureRoot" ContainsTarget="true" />
1258912615
<NavigationProperty Name="subscriptions" Type="Collection(graph.companySubscription)" ContainsTarget="true" />
1259012616
</EntityType>
1259112617
<EntityType Name="directoryAudit" BaseType="graph.entity">
@@ -15332,6 +15358,9 @@
1533215358
<Property Name="targetSystem" Type="graph.provisioningSystem" />
1533315359
<Property Name="tenantId" Type="Edm.String" />
1533415360
</EntityType>
15361+
<EntityType Name="publicKeyInfrastructureRoot" BaseType="graph.entity">
15362+
<NavigationProperty Name="certificateBasedAuthConfigurations" Type="Collection(graph.certificateBasedAuthPki)" ContainsTarget="true" />
15363+
</EntityType>
1533515364
<EntityType Name="rbacApplication" BaseType="graph.entity">
1533615365
<NavigationProperty Name="resourceNamespaces" Type="Collection(graph.unifiedRbacResourceNamespace)" ContainsTarget="true" />
1533715366
<NavigationProperty Name="roleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" />
@@ -22571,6 +22600,11 @@
2257122600
<Parameter Name="bindingParameter" Type="graph.teamsAppInstallation" />
2257222601
<Parameter Name="consentedPermissionSet" Type="graph.teamsAppPermissionSet" />
2257322602
</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>
2257422608
<Action Name="uploadClientCertificate" IsBound="true">
2257522609
<Parameter Name="bindingParameter" Type="graph.identityApiConnector" />
2257622610
<Parameter Name="pkcs12Value" Type="Edm.String" Unicode="false" />
@@ -27516,6 +27550,54 @@
2751627550
<Annotations Target="microsoft.graph.cancel(microsoft.graph.bookingAppointment, Edm.String)">
2751727551
<Annotation Term="Org.OData.Core.V1.Description" String="Cancels the giving booking appointment, sending a message to the involved parties." />
2751827552
</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>
2751927601
<Annotations Target="microsoft.graph.certification/certificationDetailsUrl">
2752027602
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
2752127603
</Annotations>

0 commit comments

Comments
 (0)