|
17826 | 17826 | <Property Name="displayName" Type="Edm.String" /> |
17827 | 17827 | <Property Name="tenantId" Type="Edm.String" /> |
17828 | 17828 | </ComplexType> |
| 17829 | + <ComplexType Name="crossCloudAzureActiveDirectoryTenant" BaseType="graph.identitySource"> |
| 17830 | + <Property Name="cloudInstance" Type="Edm.String" Nullable="false" /> |
| 17831 | + <Property Name="displayName" Type="Edm.String" /> |
| 17832 | + <Property Name="tenantId" Type="Edm.String" /> |
| 17833 | + </ComplexType> |
17829 | 17834 | <ComplexType Name="domainIdentitySource" BaseType="graph.identitySource"> |
17830 | 17835 | <Property Name="displayName" Type="Edm.String" /> |
17831 | 17836 | <Property Name="domainName" Type="Edm.String" /> |
|
30243 | 30248 | <Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" /> |
30244 | 30249 | <Parameter Name="disableUserAccounts" Type="Edm.Boolean" /> |
30245 | 30250 | </Action> |
| 30251 | + <Action Name="promote" IsBound="true"> |
| 30252 | + <Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" /> |
| 30253 | + <ReturnType Type="Edm.Boolean" /> |
| 30254 | + </Action> |
30246 | 30255 | <Action Name="verify" IsBound="true" EntitySetPath="bindingParameter"> |
30247 | 30256 | <Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" /> |
30248 | 30257 | <ReturnType Type="graph.domain" /> |
|
35876 | 35885 | <Parameter Name="softwareType" Type="graph.teamworkSoftwareType" Nullable="false" /> |
35877 | 35886 | <Parameter Name="softwareVersion" Type="Edm.String" Unicode="false" /> |
35878 | 35887 | </Action> |
| 35888 | + <Action Name="sendActivityNotificationToRecipients" IsBound="true"> |
| 35889 | + <Parameter Name="bindingParameter" Type="graph.teamwork" /> |
| 35890 | + <Parameter Name="topic" Type="graph.teamworkActivityTopic" /> |
| 35891 | + <Parameter Name="activityType" Type="Edm.String" Unicode="false" /> |
| 35892 | + <Parameter Name="chainId" Type="Edm.Int64" /> |
| 35893 | + <Parameter Name="previewText" Type="graph.itemBody" /> |
| 35894 | + <Parameter Name="teamsAppId" Type="Edm.String" Unicode="false" /> |
| 35895 | + <Parameter Name="templateParameters" Type="Collection(graph.keyValuePair)" /> |
| 35896 | + <Parameter Name="recipients" Type="Collection(graph.teamworkNotificationRecipient)" /> |
| 35897 | + </Action> |
35879 | 35898 | <Action Name="softDelete" IsBound="true"> |
35880 | 35899 | <Parameter Name="bindingParameter" Type="graph.chatMessage" /> |
35881 | 35900 | </Action> |
|
0 commit comments