|
9288 | 9288 | </ComplexType> |
9289 | 9289 | <ComplexType Name="auditActivityInitiator"> |
9290 | 9290 | <Property Name="app" Type="graph.appIdentity" /> |
| 9291 | + <Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" /> |
9291 | 9292 | <Property Name="user" Type="graph.auditUserIdentity" /> |
9292 | 9293 | </ComplexType> |
9293 | 9294 | <ComplexType Name="auditActor"> |
|
12150 | 12151 | <Property Name="suspended" Type="Edm.Int32" /> |
12151 | 12152 | <Property Name="warning" Type="Edm.Int32" /> |
12152 | 12153 | </ComplexType> |
| 12154 | + <ComplexType Name="linkableIdentifiers"> |
| 12155 | + <Property Name="deviceId" Type="Edm.String" /> |
| 12156 | + <Property Name="sessionId" Type="Edm.String" /> |
| 12157 | + <Property Name="tokenDetails" Type="graph.tokenDetails" /> |
| 12158 | + </ComplexType> |
12153 | 12159 | <ComplexType Name="listInfo"> |
12154 | 12160 | <Property Name="contentTypesEnabled" Type="Edm.Boolean" /> |
12155 | 12161 | <Property Name="hidden" Type="Edm.Boolean" /> |
|
14114 | 14120 | <ComplexType Name="servicePrincipalSubject" BaseType="graph.conditionalAccessWhatIfSubject"> |
14115 | 14121 | <Property Name="servicePrincipalId" Type="Edm.String" /> |
14116 | 14122 | </ComplexType> |
| 14123 | + <ComplexType Name="serviceProvisioningError" Abstract="true"> |
| 14124 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 14125 | + <Property Name="isResolved" Type="Edm.Boolean" /> |
| 14126 | + <Property Name="serviceInstance" Type="Edm.String" /> |
| 14127 | + </ComplexType> |
| 14128 | + <ComplexType Name="serviceProvisioningXmlError" BaseType="graph.serviceProvisioningError"> |
| 14129 | + <Property Name="errorDetail" Type="Edm.String" /> |
| 14130 | + </ComplexType> |
14117 | 14131 | <ComplexType Name="serviceUpdateMessageViewpoint"> |
14118 | 14132 | <Property Name="isArchived" Type="Edm.Boolean" /> |
14119 | 14133 | <Property Name="isFavorited" Type="Edm.Boolean" /> |
|
14795 | 14809 | <Property Name="textAboveTitle" Type="Edm.String" /> |
14796 | 14810 | <Property Name="textAlignment" Type="graph.titleAreaTextAlignmentType" /> |
14797 | 14811 | </ComplexType> |
| 14812 | + <ComplexType Name="tokenDetails"> |
| 14813 | + <Property Name="issuedAtDateTime" Type="Edm.DateTimeOffset" /> |
| 14814 | + <Property Name="uniqueTokenIdentifier" Type="Edm.String" /> |
| 14815 | + </ComplexType> |
14798 | 14816 | <ComplexType Name="tokenProtectionStatusDetails"> |
14799 | 14817 | <Property Name="signInSessionStatus" Type="graph.tokenProtectionStatus" /> |
14800 | 14818 | <Property Name="signInSessionStatusCode" Type="Edm.Int32" /> |
|
20930 | 20948 | <Property Name="resourceProvisioningOptions" Type="Collection(Edm.String)" Nullable="false" /> |
20931 | 20949 | <Property Name="securityEnabled" Type="Edm.Boolean" /> |
20932 | 20950 | <Property Name="securityIdentifier" Type="Edm.String" /> |
| 20951 | + <Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" /> |
20933 | 20952 | <Property Name="theme" Type="Edm.String" /> |
20934 | 20953 | <Property Name="uniqueName" Type="Edm.String" /> |
20935 | 20954 | <Property Name="unseenConversationsCount" Type="Edm.Int32" /> |
|
23617 | 23636 | <Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" /> |
23618 | 23637 | <Property Name="phones" Type="Collection(graph.phone)" /> |
23619 | 23638 | <Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" /> |
| 23639 | + <Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" /> |
23620 | 23640 | <Property Name="surname" Type="Edm.String" /> |
23621 | 23641 | <NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" /> |
23622 | 23642 | <NavigationProperty Name="manager" Type="graph.directoryObject" /> |
|
26075 | 26095 | <Property Name="responsibilities" Type="Collection(Edm.String)" /> |
26076 | 26096 | <Property Name="schools" Type="Collection(Edm.String)" /> |
26077 | 26097 | <Property Name="securityIdentifier" Type="Edm.String" /> |
| 26098 | + <Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" /> |
26078 | 26099 | <Property Name="showInAddressList" Type="Edm.Boolean" /> |
26079 | 26100 | <Property Name="signInActivity" Type="graph.signInActivity" /> |
26080 | 26101 | <Property Name="signInSessionsValidFromDateTime" Type="Edm.DateTimeOffset" /> |
|
33987 | 34008 | <Action Name="retryPartnerAgentInstallation" IsBound="true"> |
33988 | 34009 | <Parameter Name="bindingParameter" Type="graph.cloudPC" /> |
33989 | 34010 | </Action> |
| 34011 | + <Action Name="retryServiceProvisioning" IsBound="true"> |
| 34012 | + <Parameter Name="bindingParameter" Type="graph.group" Nullable="false" /> |
| 34013 | + </Action> |
| 34014 | + <Action Name="retryServiceProvisioning" IsBound="true"> |
| 34015 | + <Parameter Name="bindingParameter" Type="graph.orgContact" Nullable="false" /> |
| 34016 | + </Action> |
| 34017 | + <Action Name="retryServiceProvisioning" IsBound="true"> |
| 34018 | + <Parameter Name="bindingParameter" Type="graph.user" Nullable="false" /> |
| 34019 | + </Action> |
33990 | 34020 | <Action Name="reupload" IsBound="true"> |
33991 | 34021 | <Parameter Name="bindingParameter" Type="graph.cloudPcDeviceImage" /> |
33992 | 34022 | </Action> |
|
83107 | 83137 | <Property Name="filePublisher" Type="Edm.String" /> |
83108 | 83138 | <Property Name="fileSize" Type="Edm.Int64" /> |
83109 | 83139 | <Property Name="issuer" Type="Edm.String" /> |
| 83140 | + <Property Name="md5" Type="Edm.String" /> |
83110 | 83141 | <Property Name="sha1" Type="Edm.String" /> |
83111 | 83142 | <Property Name="sha256" Type="Edm.String" /> |
| 83143 | + <Property Name="sha256Ac" Type="Edm.String" /> |
83112 | 83144 | <Property Name="signer" Type="Edm.String" /> |
83113 | 83145 | </ComplexType> |
83114 | 83146 | <ComplexType Name="fileEvidence" BaseType="microsoft.graph.security.alertEvidence"> |
|
0 commit comments