Skip to content
Merged
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
12 changes: 12 additions & 0 deletions schemas/beta-Bleu.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,15 @@
<Property Name="federationBrandName" Type="Edm.String" />
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="trustedSubjectNameAndIssuerConfiguration">
<Property Name="trustedCertificateSubjectAddition" Type="graph.trustedSubjectNameAndIssuerRestriction" />
</ComplexType>
<ComplexType Name="trustedSubjectNameAndIssuerRestriction">
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="unifiedRolePermission">
<Property Name="allowedResourceActions" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="condition" Type="Edm.String" />
Expand Down Expand Up @@ -3666,6 +3675,9 @@
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.trustedSubjectNameAndIssuerRestriction/isStateSetByMicrosoft">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.user">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
Expand Down
12 changes: 12 additions & 0 deletions schemas/beta-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,15 @@
<Property Name="federationBrandName" Type="Edm.String" />
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="trustedSubjectNameAndIssuerConfiguration">
<Property Name="trustedCertificateSubjectAddition" Type="graph.trustedSubjectNameAndIssuerRestriction" />
</ComplexType>
<ComplexType Name="trustedSubjectNameAndIssuerRestriction">
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="unifiedRolePermission">
<Property Name="allowedResourceActions" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="condition" Type="Edm.String" />
Expand Down Expand Up @@ -2561,6 +2570,9 @@
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.trustedSubjectNameAndIssuerRestriction/isStateSetByMicrosoft">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.user">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
Expand Down
200 changes: 198 additions & 2 deletions schemas/beta-Fairfax.csdl

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions schemas/beta-GovSG.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,15 @@
<Property Name="federationBrandName" Type="Edm.String" />
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="trustedSubjectNameAndIssuerConfiguration">
<Property Name="trustedCertificateSubjectAddition" Type="graph.trustedSubjectNameAndIssuerRestriction" />
</ComplexType>
<ComplexType Name="trustedSubjectNameAndIssuerRestriction">
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="unifiedRolePermission">
<Property Name="allowedResourceActions" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="condition" Type="Edm.String" />
Expand Down Expand Up @@ -2561,6 +2570,9 @@
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.trustedSubjectNameAndIssuerRestriction/isStateSetByMicrosoft">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.user">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
Expand Down
18 changes: 18 additions & 0 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
<Member Name="failed" Value="5" />
<Member Name="notSupported" Value="6" />
</EnumType>
<EnumType Name="actionType">
<Member Name="tunnel" Value="0" />
<Member Name="exclude" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="activityDomain">
<Member Name="unknown" Value="0" />
<Member Name="work" Value="1" />
Expand Down Expand Up @@ -11893,6 +11898,15 @@
<Property Name="certificate" Type="Edm.String" Nullable="false" />
<Property Name="displayName" Type="Edm.String" />
</ComplexType>
<ComplexType Name="trustedSubjectNameAndIssuerConfiguration">
<Property Name="trustedCertificateSubjectAddition" Type="graph.trustedSubjectNameAndIssuerRestriction" />
</ComplexType>
<ComplexType Name="trustedSubjectNameAndIssuerRestriction">
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="trustFrameworkKey">
<Property Name="d" Type="Edm.String" />
<Property Name="dp" Type="Edm.String" />
Expand Down Expand Up @@ -18426,6 +18440,7 @@
<Property Name="wiFiSecurityType" Type="graph.wiFiSecurityType" Nullable="false" />
</EntityType>
<EntityType Name="ipApplicationSegment" BaseType="graph.applicationSegment">
<Property Name="action" Type="graph.actionType" Nullable="false" />
<Property Name="destinationHost" Type="Edm.String" />
<Property Name="destinationType" Type="graph.privateNetworkDestinationType" />
<Property Name="port" Type="Edm.Int32" />
Expand Down Expand Up @@ -60952,6 +60967,9 @@
<Annotations Target="microsoft.graph.trustChainCertificate/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="The trust chain certificate display name that provides a user-friendly way to identify a certificate in a trust chain." />
</Annotations>
<Annotations Target="microsoft.graph.trustedSubjectNameAndIssuerRestriction/isStateSetByMicrosoft">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.unassignResourceAccountFromDevice(microsoft.graph.windowsAutopilotDeviceIdentity)">
<Annotation Term="Org.OData.Core.V1.Description" String="Unassigns the resource account from an Autopilot device." />
</Annotations>
Expand Down
Loading
Loading