|
20587 | 20587 | <Property Name="spa" Type="graph.spaApplication"/>
|
20588 | 20588 | <Property Name="tags" Type="Collection(Edm.String)" Nullable="false"/>
|
20589 | 20589 | <Property Name="tokenEncryptionKeyId" Type="Edm.Guid"/>
|
| 20590 | + <Property Name="uniqueName" Type="Edm.String"/> |
20590 | 20591 | <Property Name="verifiedPublisher" Type="graph.verifiedPublisher"/>
|
20591 | 20592 | <Property Name="web" Type="graph.webApplication"/>
|
20592 | 20593 | <NavigationProperty Name="appManagementPolicies" Type="Collection(graph.appManagementPolicy)"/>
|
|
20610 | 20611 | </Collection>
|
20611 | 20612 | </PropertyValue>
|
20612 | 20613 | </Record>
|
| 20614 | + <Record Type="Org.OData.Core.V1.AlternateKey"> |
| 20615 | + <PropertyValue Property="Key"> |
| 20616 | + <Collection> |
| 20617 | + <Record Type="Org.OData.Core.V1.PropertyRef"> |
| 20618 | + <PropertyValue Property="Alias" String="uniqueName"/> |
| 20619 | + <PropertyValue Property="Name" PropertyPath="uniqueName"/> |
| 20620 | + </Record> |
| 20621 | + </Collection> |
| 20622 | + </PropertyValue> |
| 20623 | + </Record> |
20613 | 20624 | </Collection>
|
20614 | 20625 | </Annotation>
|
20615 | 20626 | </EntityType>
|
|
23303 | 23314 | <Property Name="securityIdentifier" Type="Edm.String"/>
|
23304 | 23315 | <Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)"/>
|
23305 | 23316 | <Property Name="theme" Type="Edm.String"/>
|
| 23317 | + <Property Name="uniqueName" Type="Edm.String"/> |
23306 | 23318 | <Property Name="visibility" Type="Edm.String"/>
|
23307 | 23319 | <Property Name="allowExternalSenders" Type="Edm.Boolean"/>
|
23308 | 23320 | <Property Name="autoSubscribeNewMembers" Type="Edm.Boolean"/>
|
|
23338 | 23350 | <NavigationProperty Name="photo" Type="graph.profilePhoto" ContainsTarget="true"/>
|
23339 | 23351 | <NavigationProperty Name="photos" Type="Collection(graph.profilePhoto)" ContainsTarget="true"/>
|
23340 | 23352 | <NavigationProperty Name="team" Type="graph.team" ContainsTarget="true"/>
|
| 23353 | + <Annotation Term="Org.OData.Core.V1.AlternateKeys"> |
| 23354 | + <Collection> |
| 23355 | + <Record Type="Org.OData.Core.V1.AlternateKey"> |
| 23356 | + <PropertyValue Property="Key"> |
| 23357 | + <Collection> |
| 23358 | + <Record Type="Org.OData.Core.V1.PropertyRef"> |
| 23359 | + <PropertyValue Property="Alias" String="uniqueName"/> |
| 23360 | + <PropertyValue Property="Name" PropertyPath="uniqueName"/> |
| 23361 | + </Record> |
| 23362 | + </Collection> |
| 23363 | + </PropertyValue> |
| 23364 | + </Record> |
| 23365 | + </Collection> |
| 23366 | + </Annotation> |
23341 | 23367 | </EntityType>
|
23342 | 23368 | <EntityType Name="teamsAppInstallation" BaseType="graph.entity">
|
23343 | 23369 | <Property Name="consentedPermissionSet" Type="graph.teamsAppPermissionSet"/>
|
|
26287 | 26313 | <EntityType Name="attributeMappingFunctionSchema" BaseType="graph.entity">
|
26288 | 26314 | <Property Name="parameters" Type="Collection(graph.attributeMappingParameterSchema)"/>
|
26289 | 26315 | </EntityType>
|
| 26316 | + <EntityType Name="bulkUpload" BaseType="graph.entity" HasStream="true"/> |
26290 | 26317 | <EntityType Name="directoryDefinition" BaseType="graph.entity">
|
26291 | 26318 | <Property Name="discoverabilities" Type="graph.directoryDefinitionDiscoverabilities" Nullable="false"/>
|
26292 | 26319 | <Property Name="discoveryDateTime" Type="Edm.DateTimeOffset"/>
|
|
26305 | 26332 | <Property Name="status" Type="graph.synchronizationStatus"/>
|
26306 | 26333 | <Property Name="synchronizationJobSettings" Type="Collection(graph.keyValuePair)"/>
|
26307 | 26334 | <Property Name="templateId" Type="Edm.String"/>
|
| 26335 | + <NavigationProperty Name="bulkUpload" Type="graph.bulkUpload" ContainsTarget="true"/> |
26308 | 26336 | <NavigationProperty Name="schema" Type="graph.synchronizationSchema" ContainsTarget="true"/>
|
26309 | 26337 | </EntityType>
|
26310 | 26338 | <EntityType Name="synchronizationTemplate" BaseType="graph.entity">
|
|
26618 | 26646 | <NavigationProperty Name="internalSponsors" Type="Collection(graph.directoryObject)" ContainsTarget="true"/>
|
26619 | 26647 | </EntityType>
|
26620 | 26648 | <EntityType Name="accessPackageResourceEnvironment" BaseType="graph.entity">
|
| 26649 | + <Property Name="connectionInfo" Type="graph.connectionInfo"/> |
26621 | 26650 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset"/>
|
26622 | 26651 | <Property Name="description" Type="Edm.String"/>
|
26623 | 26652 | <Property Name="displayName" Type="Edm.String"/>
|
|
0 commit comments