|
5 | 5 | <Member Name="target" Value="1" /> |
6 | 6 | <Member Name="createdBy" Value="2" /> |
7 | 7 | <Member Name="unknownFutureValue" Value="99" /> |
| 8 | + <Member Name="targetManager" Value="100" /> |
| 9 | + <Member Name="targetAgentIdentitySponsorOrOwner" Value="101" /> |
8 | 10 | </EnumType> |
9 | 11 | <EnumType Name="accessPackageAssignmentRequestFilterByCurrentUserOptions"> |
10 | 12 | <Member Name="target" Value="1" /> |
11 | 13 | <Member Name="createdBy" Value="2" /> |
12 | 14 | <Member Name="approver" Value="3" /> |
13 | 15 | <Member Name="unknownFutureValue" Value="99" /> |
| 16 | + <Member Name="targetOrRequestor" Value="100" /> |
| 17 | + <Member Name="targetManager" Value="101" /> |
| 18 | + <Member Name="requestForOthers" Value="102" /> |
| 19 | + <Member Name="targetAgentIdentitySponsorOrOwner" Value="103" /> |
14 | 20 | </EnumType> |
15 | 21 | <EnumType Name="accessPackageAssignmentState"> |
16 | 22 | <Member Name="delivering" Value="0" /> |
|
75 | 81 | <Member Name="systemRemove" Value="9" /> |
76 | 82 | <Member Name="onBehalfAdd" Value="10" /> |
77 | 83 | <Member Name="unknownFutureValue" Value="11" /> |
| 84 | + <Member Name="approverRemove" Value="12" /> |
78 | 85 | </EnumType> |
79 | 86 | <EnumType Name="accessPackageSubjectType"> |
80 | 87 | <Member Name="notSpecified" Value="0" /> |
|
821 | 828 | <Member Name="updated" Value="1" /> |
822 | 829 | <Member Name="deleted" Value="2" /> |
823 | 830 | </EnumType> |
| 831 | + <EnumType Name="channelLayoutType"> |
| 832 | + <Member Name="post" Value="0" /> |
| 833 | + <Member Name="chat" Value="1" /> |
| 834 | + <Member Name="unknownFutureValue" Value="2" /> |
| 835 | + </EnumType> |
824 | 836 | <EnumType Name="channelMembershipType"> |
825 | 837 | <Member Name="standard" Value="0" /> |
826 | 838 | <Member Name="private" Value="1" /> |
|
6707 | 6719 | <ComplexType Name="azureADJoinPolicy"> |
6708 | 6720 | <Property Name="allowedToJoin" Type="graph.deviceRegistrationMembership" /> |
6709 | 6721 | <Property Name="isAdminConfigurable" Type="Edm.Boolean" /> |
| 6722 | + <Property Name="localAdmins" Type="graph.localAdminSettings" /> |
6710 | 6723 | </ComplexType> |
6711 | 6724 | <ComplexType Name="azureAdPopTokenAuthentication" BaseType="graph.customExtensionAuthenticationConfiguration" /> |
6712 | 6725 | <ComplexType Name="azureADRegistrationPolicy"> |
|
8541 | 8554 | <ComplexType Name="localAdminPasswordSettings"> |
8542 | 8555 | <Property Name="isEnabled" Type="Edm.Boolean" /> |
8543 | 8556 | </ComplexType> |
| 8557 | + <ComplexType Name="localAdminSettings"> |
| 8558 | + <Property Name="enableGlobalAdmins" Type="Edm.Boolean" /> |
| 8559 | + <Property Name="registeringUsers" Type="graph.deviceRegistrationMembership" /> |
| 8560 | + </ComplexType> |
8544 | 8561 | <ComplexType Name="localeInfo"> |
8545 | 8562 | <Property Name="displayName" Type="Edm.String" /> |
8546 | 8563 | <Property Name="locale" Type="Edm.String" /> |
|
12276 | 12293 | <Property Name="isFallbackPublicClient" Type="Edm.Boolean" /> |
12277 | 12294 | <Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" /> |
12278 | 12295 | <Property Name="logo" Type="Edm.Stream" Nullable="false" /> |
| 12296 | + <Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" /> |
12279 | 12297 | <Property Name="nativeAuthenticationApisEnabled" Type="graph.nativeAuthenticationApisEnabled" /> |
12280 | 12298 | <Property Name="notes" Type="Edm.String" /> |
12281 | 12299 | <Property Name="oauth2RequirePostResponse" Type="Edm.Boolean" Nullable="false" /> |
|
12426 | 12444 | <Property Name="reviewResult" Type="Edm.String" /> |
12427 | 12445 | <Property Name="status" Type="Edm.String" /> |
12428 | 12446 | </EntityType> |
| 12447 | + <EntityType Name="approvedClientApp" BaseType="graph.entity"> |
| 12448 | + <Property Name="displayName" Type="Edm.String" /> |
| 12449 | + </EntityType> |
12429 | 12450 | <EntityType Name="appScope" BaseType="graph.entity"> |
12430 | 12451 | <Property Name="displayName" Type="Edm.String" /> |
12431 | 12452 | <Property Name="type" Type="Edm.String" /> |
|
13073 | 13094 | <Property Name="email" Type="Edm.String" /> |
13074 | 13095 | <Property Name="isArchived" Type="Edm.Boolean" /> |
13075 | 13096 | <Property Name="isFavoriteByDefault" Type="Edm.Boolean" /> |
| 13097 | + <Property Name="layoutType" Type="graph.channelLayoutType" /> |
13076 | 13098 | <Property Name="membershipType" Type="graph.channelMembershipType" /> |
13077 | 13099 | <Property Name="migrationMode" Type="graph.migrationMode" /> |
13078 | 13100 | <Property Name="originalCreatedDateTime" Type="Edm.DateTimeOffset" /> |
|
18451 | 18473 | </EntityType> |
18452 | 18474 | <EntityType Name="remoteDesktopSecurityConfiguration" BaseType="graph.entity"> |
18453 | 18475 | <Property Name="isRemoteDesktopProtocolEnabled" Type="Edm.Boolean" Nullable="false" /> |
| 18476 | + <NavigationProperty Name="approvedClientApps" Type="Collection(graph.approvedClientApp)" ContainsTarget="true" /> |
18454 | 18477 | <NavigationProperty Name="targetDeviceGroups" Type="Collection(graph.targetDeviceGroup)" ContainsTarget="true" /> |
18455 | 18478 | </EntityType> |
18456 | 18479 | <EntityType Name="reportRoot"> |
|
0 commit comments