Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -11555,6 +11555,7 @@
</ComplexType>
<ComplexType Name="auditActivityInitiator">
<Property Name="app" Type="graph.appIdentity" />
<Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" />
<Property Name="user" Type="graph.auditUserIdentity" />
</ComplexType>
<ComplexType Name="auditActor">
Expand Down Expand Up @@ -12716,6 +12717,7 @@
<Property Name="cloudAppSecurity" Type="graph.cloudAppSecuritySessionControl" />
<Property Name="continuousAccessEvaluation" Type="graph.continuousAccessEvaluationSessionControl" />
<Property Name="disableResilienceDefaults" Type="Edm.Boolean" />
<Property Name="globalSecureAccessFilteringProfile" Type="graph.globalSecureAccessFilteringProfileSessionControl" />
<Property Name="persistentBrowser" Type="graph.persistentBrowserSessionControl" />
<Property Name="secureSignInSession" Type="graph.secureSignInSessionControl" />
<Property Name="signInFrequency" Type="graph.signInFrequencySessionControl" />
Expand Down Expand Up @@ -14480,6 +14482,9 @@
<Property Name="longitude" Type="Edm.Double" />
</ComplexType>
<ComplexType Name="geolocationColumn" />
<ComplexType Name="globalSecureAccessFilteringProfileSessionControl" BaseType="graph.conditionalAccessSessionControl">
<Property Name="profileId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="governanceCriteria" Abstract="true" />
<ComplexType Name="governanceNotificationPolicy">
<Property Name="enabledTemplateTypes" Type="Collection(Edm.String)" />
Expand Down Expand Up @@ -15181,6 +15186,11 @@
<Property Name="suspended" Type="Edm.Int32" />
<Property Name="warning" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="linkableIdentifiers">
<Property Name="deviceId" Type="Edm.String" />
<Property Name="sessionId" Type="Edm.String" />
<Property Name="tokenDetails" Type="graph.tokenDetails" />
</ComplexType>
<ComplexType Name="linkRoleAbilities">
<Property Name="addExistingExternalUsers" Type="graph.sharingOperationStatus" />
<Property Name="addNewExternalUsers" Type="graph.sharingOperationStatus" />
Expand Down Expand Up @@ -18846,6 +18856,10 @@
<Property Name="isExternalShareEnabled" Type="Edm.Boolean" />
<Property Name="isPushNotificationEnabled" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="tokenDetails">
<Property Name="issuedAtDateTime" Type="Edm.DateTimeOffset" />
<Property Name="uniqueTokenIdentifier" Type="Edm.String" />
</ComplexType>
<ComplexType Name="tokenMeetingInfo" BaseType="graph.meetingInfo">
<Property Name="token" Type="Edm.String" Nullable="false" />
</ComplexType>
Expand Down Expand Up @@ -102638,8 +102652,10 @@
<Property Name="filePublisher" Type="Edm.String" />
<Property Name="fileSize" Type="Edm.Int64" />
<Property Name="issuer" Type="Edm.String" />
<Property Name="md5" Type="Edm.String" />
<Property Name="sha1" Type="Edm.String" />
<Property Name="sha256" Type="Edm.String" />
<Property Name="sha256Ac" Type="Edm.String" />
<Property Name="signer" Type="Edm.String" />
</ComplexType>
<ComplexType Name="fileEvidence" BaseType="self.alertEvidence">
Expand Down
5 changes: 5 additions & 0 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -21664,6 +21664,9 @@
<Parameter Name="autoReconcileProxyConflict" Type="Edm.Boolean">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="newUserPrincipalName" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="graph.directoryObject" />
</Action>
<Action Name="restore" IsBound="true">
Expand Down Expand Up @@ -42986,8 +42989,10 @@
<Property Name="filePublisher" Type="Edm.String" />
<Property Name="fileSize" Type="Edm.Int64" />
<Property Name="issuer" Type="Edm.String" />
<Property Name="md5" Type="Edm.String" />
<Property Name="sha1" Type="Edm.String" />
<Property Name="sha256" Type="Edm.String" />
<Property Name="sha256Ac" Type="Edm.String" />
<Property Name="signer" Type="Edm.String" />
</ComplexType>
<ComplexType Name="fileEvidence" BaseType="microsoft.graph.security.alertEvidence">
Expand Down
32 changes: 32 additions & 0 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -9288,6 +9288,7 @@
</ComplexType>
<ComplexType Name="auditActivityInitiator">
<Property Name="app" Type="graph.appIdentity" />
<Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" />
<Property Name="user" Type="graph.auditUserIdentity" />
</ComplexType>
<ComplexType Name="auditActor">
Expand Down Expand Up @@ -12150,6 +12151,11 @@
<Property Name="suspended" Type="Edm.Int32" />
<Property Name="warning" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="linkableIdentifiers">
<Property Name="deviceId" Type="Edm.String" />
<Property Name="sessionId" Type="Edm.String" />
<Property Name="tokenDetails" Type="graph.tokenDetails" />
</ComplexType>
<ComplexType Name="listInfo">
<Property Name="contentTypesEnabled" Type="Edm.Boolean" />
<Property Name="hidden" Type="Edm.Boolean" />
Expand Down Expand Up @@ -14114,6 +14120,14 @@
<ComplexType Name="servicePrincipalSubject" BaseType="graph.conditionalAccessWhatIfSubject">
<Property Name="servicePrincipalId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="serviceProvisioningError" Abstract="true">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="isResolved" Type="Edm.Boolean" />
<Property Name="serviceInstance" Type="Edm.String" />
</ComplexType>
<ComplexType Name="serviceProvisioningXmlError" BaseType="graph.serviceProvisioningError">
<Property Name="errorDetail" Type="Edm.String" />
</ComplexType>
<ComplexType Name="serviceUpdateMessageViewpoint">
<Property Name="isArchived" Type="Edm.Boolean" />
<Property Name="isFavorited" Type="Edm.Boolean" />
Expand Down Expand Up @@ -14795,6 +14809,10 @@
<Property Name="textAboveTitle" Type="Edm.String" />
<Property Name="textAlignment" Type="graph.titleAreaTextAlignmentType" />
</ComplexType>
<ComplexType Name="tokenDetails">
<Property Name="issuedAtDateTime" Type="Edm.DateTimeOffset" />
<Property Name="uniqueTokenIdentifier" Type="Edm.String" />
</ComplexType>
<ComplexType Name="tokenProtectionStatusDetails">
<Property Name="signInSessionStatus" Type="graph.tokenProtectionStatus" />
<Property Name="signInSessionStatusCode" Type="Edm.Int32" />
Expand Down Expand Up @@ -20930,6 +20948,7 @@
<Property Name="resourceProvisioningOptions" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="securityEnabled" Type="Edm.Boolean" />
<Property Name="securityIdentifier" Type="Edm.String" />
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
<Property Name="theme" Type="Edm.String" />
<Property Name="uniqueName" Type="Edm.String" />
<Property Name="unseenConversationsCount" Type="Edm.Int32" />
Expand Down Expand Up @@ -23617,6 +23636,7 @@
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="phones" Type="Collection(graph.phone)" />
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
<Property Name="surname" Type="Edm.String" />
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="manager" Type="graph.directoryObject" />
Expand Down Expand Up @@ -26075,6 +26095,7 @@
<Property Name="responsibilities" Type="Collection(Edm.String)" />
<Property Name="schools" Type="Collection(Edm.String)" />
<Property Name="securityIdentifier" Type="Edm.String" />
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
<Property Name="showInAddressList" Type="Edm.Boolean" />
<Property Name="signInActivity" Type="graph.signInActivity" />
<Property Name="signInSessionsValidFromDateTime" Type="Edm.DateTimeOffset" />
Expand Down Expand Up @@ -33987,6 +34008,15 @@
<Action Name="retryPartnerAgentInstallation" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
</Action>
<Action Name="retryServiceProvisioning" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.group" Nullable="false" />
</Action>
<Action Name="retryServiceProvisioning" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.orgContact" Nullable="false" />
</Action>
<Action Name="retryServiceProvisioning" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.user" Nullable="false" />
</Action>
<Action Name="reupload" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcDeviceImage" />
</Action>
Expand Down Expand Up @@ -83107,8 +83137,10 @@
<Property Name="filePublisher" Type="Edm.String" />
<Property Name="fileSize" Type="Edm.Int64" />
<Property Name="issuer" Type="Edm.String" />
<Property Name="md5" Type="Edm.String" />
<Property Name="sha1" Type="Edm.String" />
<Property Name="sha256" Type="Edm.String" />
<Property Name="sha256Ac" Type="Edm.String" />
<Property Name="signer" Type="Edm.String" />
</ComplexType>
<ComplexType Name="fileEvidence" BaseType="microsoft.graph.security.alertEvidence">
Expand Down
30 changes: 30 additions & 0 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -6976,6 +6976,7 @@
</ComplexType>
<ComplexType Name="auditActivityInitiator">
<Property Name="app" Type="graph.appIdentity" />
<Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" />
<Property Name="user" Type="graph.auditUserIdentity" />
</ComplexType>
<ComplexType Name="auditActor">
Expand Down Expand Up @@ -9261,6 +9262,11 @@
<Property Name="suspended" Type="Edm.Int32" />
<Property Name="warning" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="linkableIdentifiers">
<Property Name="deviceId" Type="Edm.String" />
<Property Name="sessionId" Type="Edm.String" />
<Property Name="tokenDetails" Type="graph.tokenDetails" />
</ComplexType>
<ComplexType Name="listInfo">
<Property Name="contentTypesEnabled" Type="Edm.Boolean" />
<Property Name="hidden" Type="Edm.Boolean" />
Expand Down Expand Up @@ -10658,6 +10664,14 @@
<ComplexType Name="servicePrincipalSubject" BaseType="graph.conditionalAccessWhatIfSubject">
<Property Name="servicePrincipalId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="serviceProvisioningError" Abstract="true">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="isResolved" Type="Edm.Boolean" />
<Property Name="serviceInstance" Type="Edm.String" />
</ComplexType>
<ComplexType Name="serviceProvisioningXmlError" BaseType="graph.serviceProvisioningError">
<Property Name="errorDetail" Type="Edm.String" />
</ComplexType>
<ComplexType Name="serviceUpdateMessageViewpoint">
<Property Name="isArchived" Type="Edm.Boolean" />
<Property Name="isFavorited" Type="Edm.Boolean" />
Expand Down Expand Up @@ -11207,6 +11221,10 @@
<Property Name="textAboveTitle" Type="Edm.String" />
<Property Name="textAlignment" Type="graph.titleAreaTextAlignmentType" />
</ComplexType>
<ComplexType Name="tokenDetails">
<Property Name="issuedAtDateTime" Type="Edm.DateTimeOffset" />
<Property Name="uniqueTokenIdentifier" Type="Edm.String" />
</ComplexType>
<ComplexType Name="tokenProtectionStatusDetails">
<Property Name="signInSessionStatus" Type="graph.tokenProtectionStatus" />
<Property Name="signInSessionStatusCode" Type="Edm.Int32" />
Expand Down Expand Up @@ -16609,6 +16627,7 @@
<Property Name="resourceProvisioningOptions" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="securityEnabled" Type="Edm.Boolean" />
<Property Name="securityIdentifier" Type="Edm.String" />
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
<Property Name="theme" Type="Edm.String" />
<Property Name="uniqueName" Type="Edm.String" />
<Property Name="unseenCount" Type="Edm.Int32" />
Expand Down Expand Up @@ -19284,6 +19303,7 @@
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="phones" Type="Collection(graph.phone)" />
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
<Property Name="surname" Type="Edm.String" />
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="manager" Type="graph.directoryObject" />
Expand Down Expand Up @@ -21141,6 +21161,7 @@
<Property Name="responsibilities" Type="Collection(Edm.String)" />
<Property Name="schools" Type="Collection(Edm.String)" />
<Property Name="securityIdentifier" Type="Edm.String" />
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" />
<Property Name="showInAddressList" Type="Edm.Boolean" />
<Property Name="signInActivity" Type="graph.signInActivity" />
<Property Name="signInSessionsValidFromDateTime" Type="Edm.DateTimeOffset" />
Expand Down Expand Up @@ -26356,6 +26377,15 @@
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="retryServiceProvisioning" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.group" Nullable="false" />
</Action>
<Action Name="retryServiceProvisioning" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.orgContact" Nullable="false" />
</Action>
<Action Name="retryServiceProvisioning" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.user" Nullable="false" />
</Action>
<Action Name="revoke" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.privilegeManagementElevationRequest" />
<Parameter Name="reviewerJustification" Type="Edm.String" Unicode="false" />
Expand Down
16 changes: 16 additions & 0 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -11555,6 +11555,7 @@
</ComplexType>
<ComplexType Name="auditActivityInitiator">
<Property Name="app" Type="graph.appIdentity" />
<Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" />
<Property Name="user" Type="graph.auditUserIdentity" />
</ComplexType>
<ComplexType Name="auditActor">
Expand Down Expand Up @@ -12716,6 +12717,7 @@
<Property Name="cloudAppSecurity" Type="graph.cloudAppSecuritySessionControl" />
<Property Name="continuousAccessEvaluation" Type="graph.continuousAccessEvaluationSessionControl" />
<Property Name="disableResilienceDefaults" Type="Edm.Boolean" />
<Property Name="globalSecureAccessFilteringProfile" Type="graph.globalSecureAccessFilteringProfileSessionControl" />
<Property Name="persistentBrowser" Type="graph.persistentBrowserSessionControl" />
<Property Name="secureSignInSession" Type="graph.secureSignInSessionControl" />
<Property Name="signInFrequency" Type="graph.signInFrequencySessionControl" />
Expand Down Expand Up @@ -14480,6 +14482,9 @@
<Property Name="longitude" Type="Edm.Double" />
</ComplexType>
<ComplexType Name="geolocationColumn" />
<ComplexType Name="globalSecureAccessFilteringProfileSessionControl" BaseType="graph.conditionalAccessSessionControl">
<Property Name="profileId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="governanceCriteria" Abstract="true" />
<ComplexType Name="governanceNotificationPolicy">
<Property Name="enabledTemplateTypes" Type="Collection(Edm.String)" />
Expand Down Expand Up @@ -15181,6 +15186,11 @@
<Property Name="suspended" Type="Edm.Int32" />
<Property Name="warning" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="linkableIdentifiers">
<Property Name="deviceId" Type="Edm.String" />
<Property Name="sessionId" Type="Edm.String" />
<Property Name="tokenDetails" Type="graph.tokenDetails" />
</ComplexType>
<ComplexType Name="linkRoleAbilities">
<Property Name="addExistingExternalUsers" Type="graph.sharingOperationStatus" />
<Property Name="addNewExternalUsers" Type="graph.sharingOperationStatus" />
Expand Down Expand Up @@ -18846,6 +18856,10 @@
<Property Name="isExternalShareEnabled" Type="Edm.Boolean" />
<Property Name="isPushNotificationEnabled" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="tokenDetails">
<Property Name="issuedAtDateTime" Type="Edm.DateTimeOffset" />
<Property Name="uniqueTokenIdentifier" Type="Edm.String" />
</ComplexType>
<ComplexType Name="tokenMeetingInfo" BaseType="graph.meetingInfo">
<Property Name="token" Type="Edm.String" Nullable="false" />
</ComplexType>
Expand Down Expand Up @@ -102638,8 +102652,10 @@
<Property Name="filePublisher" Type="Edm.String" />
<Property Name="fileSize" Type="Edm.Int64" />
<Property Name="issuer" Type="Edm.String" />
<Property Name="md5" Type="Edm.String" />
<Property Name="sha1" Type="Edm.String" />
<Property Name="sha256" Type="Edm.String" />
<Property Name="sha256Ac" Type="Edm.String" />
<Property Name="signer" Type="Edm.String" />
</ComplexType>
<ComplexType Name="fileEvidence" BaseType="self.alertEvidence">
Expand Down
Loading