|
7 | 7 | <NavigationProperty Name="pendingSteps" Type="Collection(graph.approvalStep)" ContainsTarget="true" /> |
8 | 8 | <NavigationProperty Name="completedSteps" Type="Collection(graph.approvalStep)" ContainsTarget="true" /> |
9 | 9 | </EntityType> |
| 10 | + <EntityType Name="application" BaseType="graph.directoryObject" OpenType="true"> |
| 11 | + <Property Name="appId" Type="Edm.String" /> |
| 12 | + <Property Name="displayName" Type="Edm.String" /> |
| 13 | + <Property Name="publisherDomain" Type="Edm.String" /> |
| 14 | + <Property Name="signInAudience" Type="Edm.String" /> |
| 15 | + <NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" ContainsTarget="true"> |
| 16 | + <Annotation Term="Org.OData.Validation.V1.DerivedTypeConstraint" xmlns:edm="http://docs.oasis-open.org/odata/ns/edm"> |
| 17 | + <Collection> |
| 18 | + <String>microsoft.graph.appRoleAssignment</String> |
| 19 | + <String>microsoft.graph.endpoint</String> |
| 20 | + <String>microsoft.graph.servicePrincipal</String> |
| 21 | + <String>microsoft.graph.user</String> |
| 22 | + </Collection> |
| 23 | + </Annotation> |
| 24 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 25 | + <Record> |
| 26 | + <PropertyValue Property="Referenceable" Bool="true" /> |
| 27 | + </Record> |
| 28 | + </Annotation> |
| 29 | + <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
| 30 | + <Record> |
| 31 | + <PropertyValue Property="CustomHeaders"> |
| 32 | + <Collection> |
| 33 | + <Record> |
| 34 | + <PropertyValue Property="Name" String="ConsistencyLevel" /> |
| 35 | + <PropertyValue Property="Description" String="Indicates the requested consistency level." /> |
| 36 | + <PropertyValue Property="DocumentationURL" String="https://docs.microsoft.com/graph/aad-advanced-queries" /> |
| 37 | + <PropertyValue Property="Required" Bool="false" /> |
| 38 | + <PropertyValue Property="ExampleValues"> |
| 39 | + <Collection> |
| 40 | + <Record> |
| 41 | + <PropertyValue Property="Value" String="eventual" /> |
| 42 | + <PropertyValue Property="Description" String="$search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'." /> |
| 43 | + </Record> |
| 44 | + </Collection> |
| 45 | + </PropertyValue> |
| 46 | + </Record> |
| 47 | + </Collection> |
| 48 | + </PropertyValue> |
| 49 | + </Record> |
| 50 | + </Annotation> |
| 51 | + </NavigationProperty> |
| 52 | + <NavigationProperty Name="appManagementPolicies" Type="Collection(graph.appManagementPolicy)"> |
| 53 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 54 | + <Record> |
| 55 | + <PropertyValue Property="Referenceable" Bool="true" /> |
| 56 | + </Record> |
| 57 | + </Annotation> |
| 58 | + </NavigationProperty> |
| 59 | + <NavigationProperty Name="tokenIssuancePolicies" Type="Collection(graph.tokenIssuancePolicy)"> |
| 60 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 61 | + <Record> |
| 62 | + <PropertyValue Property="Referenceable" Bool="true" /> |
| 63 | + </Record> |
| 64 | + </Annotation> |
| 65 | + </NavigationProperty> |
| 66 | + <NavigationProperty Name="tokenLifetimePolicies" Type="Collection(graph.tokenLifetimePolicy)"> |
| 67 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 68 | + <Record> |
| 69 | + <PropertyValue Property="Referenceable" Bool="true" /> |
| 70 | + </Record> |
| 71 | + </Annotation> |
| 72 | + </NavigationProperty> |
| 73 | + </EntityType> |
| 74 | + <EntityType Name="servicePrincipal" BaseType="graph.directoryObject" OpenType="true"> |
| 75 | + <Property Name="appId" Type="Edm.String" /> |
| 76 | + <Property Name="displayName" Type="Edm.String" /> |
| 77 | + <Property Name="publisherDomain" Type="Edm.String" /> |
| 78 | + <Property Name="signInAudience" Type="Edm.String" /> |
| 79 | + <NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" ContainsTarget="true"> |
| 80 | + <Annotation Term="Org.OData.Validation.V1.DerivedTypeConstraint" xmlns:edm="http://docs.oasis-open.org/odata/ns/edm"> |
| 81 | + <Collection> |
| 82 | + <String>microsoft.graph.appRoleAssignment</String> |
| 83 | + <String>microsoft.graph.endpoint</String> |
| 84 | + <String>microsoft.graph.servicePrincipal</String> |
| 85 | + <String>microsoft.graph.user</String> |
| 86 | + </Collection> |
| 87 | + </Annotation> |
| 88 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 89 | + <Record> |
| 90 | + <PropertyValue Property="Referenceable" Bool="true" /> |
| 91 | + </Record> |
| 92 | + </Annotation> |
| 93 | + <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
| 94 | + <Record> |
| 95 | + <PropertyValue Property="CustomHeaders"> |
| 96 | + <Collection> |
| 97 | + <Record> |
| 98 | + <PropertyValue Property="Name" String="ConsistencyLevel" /> |
| 99 | + <PropertyValue Property="Description" String="Indicates the requested consistency level." /> |
| 100 | + <PropertyValue Property="DocumentationURL" String="https://docs.microsoft.com/graph/aad-advanced-queries" /> |
| 101 | + <PropertyValue Property="Required" Bool="false" /> |
| 102 | + <PropertyValue Property="ExampleValues"> |
| 103 | + <Collection> |
| 104 | + <Record> |
| 105 | + <PropertyValue Property="Value" String="eventual" /> |
| 106 | + <PropertyValue Property="Description" String="$search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'." /> |
| 107 | + </Record> |
| 108 | + </Collection> |
| 109 | + </PropertyValue> |
| 110 | + </Record> |
| 111 | + </Collection> |
| 112 | + </PropertyValue> |
| 113 | + </Record> |
| 114 | + </Annotation> |
| 115 | + </NavigationProperty> |
| 116 | + <NavigationProperty Name="claimsMappingPolicies" Type="Collection(graph.claimsMappingPolicy)"> |
| 117 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 118 | + <Record> |
| 119 | + <PropertyValue Property="Referenceable" Bool="true" /> |
| 120 | + </Record> |
| 121 | + </Annotation> |
| 122 | + </NavigationProperty> |
| 123 | + <NavigationProperty Name="tokenIssuancePolicies" Type="Collection(graph.tokenIssuancePolicy)"> |
| 124 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 125 | + <Record> |
| 126 | + <PropertyValue Property="Referenceable" Bool="true" /> |
| 127 | + </Record> |
| 128 | + </Annotation> |
| 129 | + </NavigationProperty> |
| 130 | + <NavigationProperty Name="tokenLifetimePolicies" Type="Collection(graph.tokenLifetimePolicy)"> |
| 131 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 132 | + <Record> |
| 133 | + <PropertyValue Property="Referenceable" Bool="true" /> |
| 134 | + </Record> |
| 135 | + </Annotation> |
| 136 | + </NavigationProperty> |
| 137 | + <NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)"> |
| 138 | + <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 139 | + <Record> |
| 140 | + <PropertyValue Property="Referenceable" Bool="true" /> |
| 141 | + </Record> |
| 142 | + </Annotation> |
| 143 | + </NavigationProperty> |
| 144 | + </EntityType> |
10 | 145 | <EntityType Name="plannerUser" BaseType="graph.entity"> |
11 | 146 | <NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" ContainsTarget="true" /> |
12 | 147 | <NavigationProperty Name="plans" Type="Collection(graph.plannerPlan)" ContainsTarget="true" /> |
|
0 commit comments