|
548 | 548 | <Property Name="operation" Type="Edm.String" /> |
549 | 549 | <Property Name="status" Type="Edm.String" /> |
550 | 550 | </ComplexType> |
| 551 | + <ComplexType Name="emailAddress"> |
| 552 | + <Property Name="address" Type="Edm.String" /> |
| 553 | + <Property Name="name" Type="Edm.String" /> |
| 554 | + </ComplexType> |
551 | 555 | <ComplexType Name="employeeOrgData"> |
552 | 556 | <Property Name="costCenter" Type="Edm.String" /> |
553 | 557 | <Property Name="division" Type="Edm.String" /> |
|
632 | 636 | <Property Name="fallbackIdentityProvider" Type="graph.b2bIdentityProvidersType" /> |
633 | 637 | <Property Name="primaryIdentityProviderPrecedenceOrder" Type="Collection(graph.b2bIdentityProvidersType)" /> |
634 | 638 | </ComplexType> |
| 639 | + <ComplexType Name="invitedUserMessageInfo"> |
| 640 | + <Property Name="ccRecipients" Type="Collection(graph.recipient)" /> |
| 641 | + <Property Name="customizedMessageBody" Type="Edm.String" /> |
| 642 | + <Property Name="messageLanguage" Type="Edm.String" /> |
| 643 | + </ComplexType> |
635 | 644 | <ComplexType Name="keyCredential"> |
636 | 645 | <Property Name="customKeyIdentifier" Type="Edm.Binary" /> |
637 | 646 | <Property Name="displayName" Type="Edm.String" /> |
|
869 | 878 | <Property Name="message" Type="Edm.String" /> |
870 | 879 | <Property Name="target" Type="Edm.String" /> |
871 | 880 | </ComplexType> |
| 881 | + <ComplexType Name="recipient"> |
| 882 | + <Property Name="emailAddress" Type="graph.emailAddress" /> |
| 883 | + </ComplexType> |
872 | 884 | <ComplexType Name="redirectUriSettings"> |
873 | 885 | <Property Name="index" Type="Edm.Int32" /> |
874 | 886 | <Property Name="uri" Type="Edm.String" /> |
|
1655 | 1667 | <Property Name="signingCertificateUpdateStatus" Type="graph.signingCertificateUpdateStatus" /> |
1656 | 1668 | <Property Name="signOutUri" Type="Edm.String" /> |
1657 | 1669 | </EntityType> |
| 1670 | + <EntityType Name="invitation" BaseType="graph.entity"> |
| 1671 | + <Property Name="invitedUserDisplayName" Type="Edm.String" /> |
| 1672 | + <Property Name="invitedUserEmailAddress" Type="Edm.String" Nullable="false" /> |
| 1673 | + <Property Name="invitedUserMessageInfo" Type="graph.invitedUserMessageInfo" /> |
| 1674 | + <Property Name="invitedUserType" Type="Edm.String" /> |
| 1675 | + <Property Name="inviteRedeemUrl" Type="Edm.String" /> |
| 1676 | + <Property Name="inviteRedirectUrl" Type="Edm.String" Nullable="false" /> |
| 1677 | + <Property Name="resetRedemption" Type="Edm.Boolean" /> |
| 1678 | + <Property Name="sendInvitationMessage" Type="Edm.Boolean" /> |
| 1679 | + <Property Name="status" Type="Edm.String" /> |
| 1680 | + <NavigationProperty Name="invitedUser" Type="graph.user" /> |
| 1681 | + <NavigationProperty Name="invitedUserSponsors" Type="Collection(graph.directoryObject)" /> |
| 1682 | + </EntityType> |
1658 | 1683 | <EntityType Name="keyCredentialConfiguration"> |
1659 | 1684 | <Key> |
1660 | 1685 | <PropertyRef Name="restrictionType" /> |
|
2490 | 2515 | <NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" /> |
2491 | 2516 | <NavigationPropertyBinding Path="transitiveMembers" Target="directoryObjects" /> |
2492 | 2517 | </EntitySet> |
| 2518 | + <EntitySet Name="invitations" EntityType="microsoft.graph.invitation"> |
| 2519 | + <NavigationPropertyBinding Path="invitedUser" Target="users" /> |
| 2520 | + <NavigationPropertyBinding Path="invitedUserSponsors" Target="directoryObjects" /> |
| 2521 | + </EntitySet> |
2493 | 2522 | <EntitySet Name="oauth2PermissionGrants" EntityType="microsoft.graph.oAuth2PermissionGrant" /> |
2494 | 2523 | <EntitySet Name="organization" EntityType="microsoft.graph.organization"> |
2495 | 2524 | <NavigationPropertyBinding Path="certificateBasedAuthConfiguration" Target="certificateBasedAuthConfiguration" /> |
|
0 commit comments