UNPKG

gd-sprest-def

Version:

TypeScript definition files generated from the $metadata REST endpoint in SharePoint.

736 lines 3.37 MB
<?xml version="1.0" encoding="utf-8"?> <edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"> <edmx:DataServices> <Schema Namespace="microsoft.graph.identityGovernance" xmlns="http://docs.oasis-open.org/odata/ns/edm"> <EnumType Name="customTaskExtensionOperationStatus"> <Member Name="completed" Value="0" /> <Member Name="failed" Value="1" /> <Member Name="unknownFutureValue" Value="2" /> </EnumType> <EnumType Name="lifecycleTaskCategory" IsFlags="true"> <Member Name="joiner" Value="1" /> <Member Name="leaver" Value="2" /> <Member Name="unknownFutureValue" Value="4" /> <Member Name="mover" Value="8" /> </EnumType> <EnumType Name="lifecycleWorkflowCategory"> <Member Name="joiner" Value="0" /> <Member Name="leaver" Value="1" /> <Member Name="unknownFutureValue" Value="2" /> <Member Name="mover" Value="3" /> </EnumType> <EnumType Name="lifecycleWorkflowProcessingStatus"> <Member Name="queued" Value="0" /> <Member Name="inProgress" Value="1" /> <Member Name="completed" Value="2" /> <Member Name="completedWithErrors" Value="3" /> <Member Name="canceled" Value="4" /> <Member Name="failed" Value="5" /> <Member Name="unknownFutureValue" Value="6" /> </EnumType> <EnumType Name="membershipChangeType"> <Member Name="add" Value="1" /> <Member Name="remove" Value="2" /> <Member Name="unknownFutureValue" Value="3" /> </EnumType> <EnumType Name="valueType"> <Member Name="enum" Value="0" /> <Member Name="string" Value="1" /> <Member Name="int" Value="2" /> <Member Name="bool" Value="3" /> <Member Name="unknownFutureValue" Value="4" /> </EnumType> <EnumType Name="workflowExecutionType"> <Member Name="scheduled" Value="0" /> <Member Name="onDemand" Value="1" /> <Member Name="unknownFutureValue" Value="2" /> </EnumType> <EnumType Name="workflowTriggerTimeBasedAttribute"> <Member Name="employeeHireDate" Value="0" /> <Member Name="employeeLeaveDateTime" Value="1" /> <Member Name="unknownFutureValue" Value="2" /> <Member Name="createdDateTime" Value="3" /> </EnumType> <EntityType Name="workflowBase" Abstract="true"> <Property Name="category" Type="microsoft.graph.identityGovernance.lifecycleWorkflowCategory" Nullable="false" /> <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> <Property Name="description" Type="Edm.String" /> <Property Name="displayName" Type="Edm.String" Nullable="false" /> <Property Name="executionConditions" Type="microsoft.graph.identityGovernance.workflowExecutionConditions" /> <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /> <Property Name="isSchedulingEnabled" Type="Edm.Boolean" Nullable="false" /> <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> <NavigationProperty Name="createdBy" Type="graph.user" /> <NavigationProperty Name="lastModifiedBy" Type="graph.user" /> <NavigationProperty Name="tasks" Type="Collection(microsoft.graph.identityGovernance.task)" ContainsTarget="true" /> </EntityType> <EntityType Name="workflow" BaseType="microsoft.graph.identityGovernance.workflowBase"> <Key> <PropertyRef Name="id" /> </Key> <Property Name="deletedDateTime" Type="Edm.DateTimeOffset" /> <Property Name="id" Type="Edm.String" Nullable="false" /> <Property Name="nextScheduleRunDateTime" Type="Edm.DateTimeOffset" /> <Property Name="version" Type="Edm.Int32" /> <NavigationProperty Name="executionScope" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" /> <NavigationProperty Name="runs" Type="Collection(microsoft.graph.identityGovernance.run)" ContainsTarget="true" /> <NavigationProperty Name="taskReports" Type="Collection(microsoft.graph.identityGovernance.taskReport)" ContainsTarget="true" /> <NavigationProperty Name="userProcessingResults" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" ContainsTarget="true" /> <NavigationProperty Name="versions" Type="Collection(microsoft.graph.identityGovernance.workflowVersion)" ContainsTarget="true" /> </EntityType> <EntityType Name="lifecycleWorkflowsContainer" BaseType="graph.entity"> <NavigationProperty Name="customTaskExtensions" Type="Collection(microsoft.graph.identityGovernance.customTaskExtension)" ContainsTarget="true" /> <NavigationProperty Name="deletedItems" Type="graph.deletedItemContainer" ContainsTarget="true" /> <NavigationProperty Name="insights" Type="microsoft.graph.identityGovernance.insights" ContainsTarget="true" /> <NavigationProperty Name="settings" Type="microsoft.graph.identityGovernance.lifecycleManagementSettings" Nullable="false" ContainsTarget="true" /> <NavigationProperty Name="taskDefinitions" Type="Collection(microsoft.graph.identityGovernance.taskDefinition)" ContainsTarget="true" /> <NavigationProperty Name="workflows" Type="Collection(microsoft.graph.identityGovernance.workflow)" ContainsTarget="true" /> <NavigationProperty Name="workflowTemplates" Type="Collection(microsoft.graph.identityGovernance.workflowTemplate)" ContainsTarget="true" /> </EntityType> <ComplexType Name="workflowExecutionTrigger" Abstract="true" /> <ComplexType Name="attributeChangeTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger"> <Property Name="triggerAttributes" Type="Collection(microsoft.graph.identityGovernance.triggerAttribute)" Nullable="false" /> </ComplexType> <ComplexType Name="triggerAttribute"> <Property Name="name" Type="Edm.String" Nullable="false" /> </ComplexType> <ComplexType Name="customTaskExtensionCallbackConfiguration" BaseType="graph.customExtensionCallbackConfiguration"> <NavigationProperty Name="authorizedApps" Type="Collection(graph.application)" /> </ComplexType> <ComplexType Name="customTaskExtensionCallbackData" BaseType="graph.customExtensionData"> <Property Name="operationStatus" Type="microsoft.graph.identityGovernance.customTaskExtensionOperationStatus" /> </ComplexType> <ComplexType Name="customTaskExtensionCalloutData" BaseType="graph.customExtensionData"> <NavigationProperty Name="subject" Type="graph.user" /> <NavigationProperty Name="task" Type="microsoft.graph.identityGovernance.task" /> <NavigationProperty Name="taskProcessingresult" Type="microsoft.graph.identityGovernance.taskProcessingResult" /> <NavigationProperty Name="workflow" Type="microsoft.graph.identityGovernance.workflow" /> </ComplexType> <EntityType Name="task" BaseType="graph.entity"> <Property Name="arguments" Type="Collection(graph.keyValuePair)" Nullable="false" /> <Property Name="category" Type="microsoft.graph.identityGovernance.lifecycleTaskCategory" Nullable="false" /> <Property Name="continueOnError" Type="Edm.Boolean" Nullable="false" /> <Property Name="description" Type="Edm.String" /> <Property Name="displayName" Type="Edm.String" Nullable="false" /> <Property Name="executionSequence" Type="Edm.Int32" Nullable="false" /> <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /> <Property Name="taskDefinitionId" Type="Edm.String" Nullable="false" /> <NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /> </EntityType> <EntityType Name="taskProcessingResult" BaseType="graph.entity"> <Property Name="completedDateTime" Type="Edm.DateTimeOffset" /> <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <Property Name="failureReason" Type="Edm.String" /> <Property Name="processingStatus" Type="microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus" Nullable="false" /> <Property Name="startedDateTime" Type="Edm.DateTimeOffset" /> <NavigationProperty Name="subject" Type="graph.user" Nullable="false" /> <NavigationProperty Name="task" Type="microsoft.graph.identityGovernance.task" Nullable="false" /> </EntityType> <ComplexType Name="groupBasedSubjectSet" BaseType="graph.subjectSet"> <NavigationProperty Name="groups" Type="Collection(graph.group)" /> </ComplexType> <ComplexType Name="membershipChangeTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger"> <Property Name="changeType" Type="microsoft.graph.identityGovernance.membershipChangeType" Nullable="false" /> </ComplexType> <ComplexType Name="workflowExecutionConditions" Abstract="true" /> <ComplexType Name="onDemandExecutionOnly" BaseType="microsoft.graph.identityGovernance.workflowExecutionConditions" /> <ComplexType Name="parameter"> <Property Name="name" Type="Edm.String" Nullable="false" /> <Property Name="values" Type="Collection(Edm.String)" /> <Property Name="valueType" Type="microsoft.graph.identityGovernance.valueType" Nullable="false" /> </ComplexType> <ComplexType Name="ruleBasedSubjectSet" BaseType="graph.subjectSet"> <Property Name="rule" Type="Edm.String" Nullable="false" /> </ComplexType> <ComplexType Name="runSummary"> <Property Name="failedRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="totalRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /> </ComplexType> <ComplexType Name="taskReportSummary"> <Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="unprocessedTasks" Type="Edm.Int32" Nullable="false" /> </ComplexType> <ComplexType Name="timeBasedAttributeTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger"> <Property Name="offsetInDays" Type="Edm.Int32" Nullable="false" /> <Property Name="timeBasedAttribute" Type="microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute" Nullable="false" /> </ComplexType> <ComplexType Name="topTasksInsightsSummary"> <Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="failedUsers" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulUsers" Type="Edm.Int32" Nullable="false" /> <Property Name="taskDefinitionDisplayName" Type="Edm.String" Nullable="false" /> <Property Name="taskDefinitionId" Type="Edm.String" Nullable="false" /> <Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /> </ComplexType> <ComplexType Name="topWorkflowsInsightsSummary"> <Property Name="failedRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="failedUsers" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulUsers" Type="Edm.Int32" Nullable="false" /> <Property Name="totalRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /> <Property Name="workflowCategory" Type="microsoft.graph.identityGovernance.lifecycleWorkflowCategory" Nullable="false" /> <Property Name="workflowDisplayName" Type="Edm.String" Nullable="false" /> <Property Name="workflowId" Type="Edm.String" Nullable="false" /> <Property Name="workflowVersion" Type="Edm.Int32" Nullable="false" /> </ComplexType> <ComplexType Name="triggerAndScopeBasedConditions" BaseType="microsoft.graph.identityGovernance.workflowExecutionConditions"> <Property Name="scope" Type="graph.subjectSet" /> <Property Name="trigger" Type="microsoft.graph.identityGovernance.workflowExecutionTrigger" /> </ComplexType> <ComplexType Name="usersProcessingSummary"> <Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="failedUsers" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulUsers" Type="Edm.Int32" Nullable="false" /> <Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /> </ComplexType> <ComplexType Name="userSummary"> <Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="failedUsers" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulUsers" Type="Edm.Int32" Nullable="false" /> <Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /> </ComplexType> <ComplexType Name="workflowsInsightsByCategory"> <Property Name="failedJoinerRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="failedLeaverRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="failedMoverRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulJoinerRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulLeaverRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulMoverRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="totalJoinerRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="totalLeaverRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="totalMoverRuns" Type="Edm.Int32" Nullable="false" /> </ComplexType> <ComplexType Name="workflowsInsightsSummary"> <Property Name="failedRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="failedUsers" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="successfulUsers" Type="Edm.Int32" Nullable="false" /> <Property Name="totalRuns" Type="Edm.Int32" Nullable="false" /> <Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /> <Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /> </ComplexType> <EntityType Name="customTaskExtension" BaseType="graph.customCalloutExtension"> <Property Name="callbackConfiguration" Type="graph.customExtensionCallbackConfiguration" /> <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> <NavigationProperty Name="createdBy" Type="graph.user" /> <NavigationProperty Name="lastModifiedBy" Type="graph.user" /> </EntityType> <EntityType Name="insights" BaseType="graph.entity" /> <EntityType Name="lifecycleManagementSettings" BaseType="graph.entity"> <Property Name="emailSettings" Type="graph.emailSettings" Nullable="false" /> <Property Name="workflowScheduleIntervalInHours" Type="Edm.Int32" Nullable="false" /> </EntityType> <EntityType Name="taskDefinition" BaseType="graph.entity"> <Property Name="category" Type="microsoft.graph.identityGovernance.lifecycleTaskCategory" Nullable="false" /> <Property Name="continueOnError" Type="Edm.Boolean" Nullable="false" /> <Property Name="description" Type="Edm.String" /> <Property Name="displayName" Type="Edm.String" Nullable="false" /> <Property Name="parameters" Type="Collection(microsoft.graph.identityGovernance.parameter)" Nullable="false" /> <Property Name="version" Type="Edm.Int32" Nullable="false" /> </EntityType> <EntityType Name="workflowTemplate" BaseType="graph.entity"> <Property Name="category" Type="microsoft.graph.identityGovernance.lifecycleWorkflowCategory" Nullable="false" /> <Property Name="description" Type="Edm.String" /> <Property Name="displayName" Type="Edm.String" Nullable="false" /> <Property Name="executionConditions" Type="microsoft.graph.identityGovernance.workflowExecutionConditions" /> <NavigationProperty Name="tasks" Type="Collection(microsoft.graph.identityGovernance.task)" ContainsTarget="true" /> </EntityType> <EntityType Name="run" BaseType="graph.entity"> <Property Name="completedDateTime" Type="Edm.DateTimeOffset" /> <Property Name="failedTasksCount" Type="Edm.Int32" Nullable="false" /> <Property Name="failedUsersCount" Type="Edm.Int32" Nullable="false" /> <Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /> <Property Name="processingStatus" Type="microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus" Nullable="false" /> <Property Name="scheduledDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <Property Name="startedDateTime" Type="Edm.DateTimeOffset" /> <Property Name="successfulUsersCount" Type="Edm.Int32" Nullable="false" /> <Property Name="totalTasksCount" Type="Edm.Int32" Nullable="false" /> <Property Name="totalUnprocessedTasksCount" Type="Edm.Int32" Nullable="false" /> <Property Name="totalUsersCount" Type="Edm.Int32" Nullable="false" /> <Property Name="workflowExecutionType" Type="microsoft.graph.identityGovernance.workflowExecutionType" Nullable="false" /> <NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /> <NavigationProperty Name="userProcessingResults" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" ContainsTarget="true" /> </EntityType> <EntityType Name="userProcessingResult" BaseType="graph.entity"> <Property Name="completedDateTime" Type="Edm.DateTimeOffset" /> <Property Name="failedTasksCount" Type="Edm.Int32" Nullable="false" /> <Property Name="processingStatus" Type="microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus" Nullable="false" /> <Property Name="scheduledDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <Property Name="startedDateTime" Type="Edm.DateTimeOffset" /> <Property Name="totalTasksCount" Type="Edm.Int32" Nullable="false" /> <Property Name="totalUnprocessedTasksCount" Type="Edm.Int32" Nullable="false" /> <Property Name="workflowExecutionType" Type="microsoft.graph.identityGovernance.workflowExecutionType" Nullable="false" /> <Property Name="workflowVersion" Type="Edm.Int32" Nullable="false" /> <NavigationProperty Name="subject" Type="graph.user" Nullable="false" /> <NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /> </EntityType> <EntityType Name="taskReport" BaseType="graph.entity"> <Property Name="completedDateTime" Type="Edm.DateTimeOffset" /> <Property Name="failedUsersCount" Type="Edm.Int32" Nullable="false" /> <Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <Property Name="processingStatus" Type="microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus" Nullable="false" /> <Property Name="runId" Type="Edm.String" /> <Property Name="startedDateTime" Type="Edm.DateTimeOffset" /> <Property Name="successfulUsersCount" Type="Edm.Int32" Nullable="false" /> <Property Name="totalUsersCount" Type="Edm.Int32" Nullable="false" /> <Property Name="unprocessedUsersCount" Type="Edm.Int32" Nullable="false" /> <NavigationProperty Name="task" Type="microsoft.graph.identityGovernance.task" Nullable="false" /> <NavigationProperty Name="taskDefinition" Type="microsoft.graph.identityGovernance.taskDefinition" Nullable="false" /> <NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /> </EntityType> <EntityType Name="workflowVersion" BaseType="microsoft.graph.identityGovernance.workflowBase"> <Key> <PropertyRef Name="versionNumber" /> </Key> <Property Name="versionNumber" Type="Edm.Int32" Nullable="false" /> </EntityType> <Action Name="activate" IsBound="true"> <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /> <Parameter Name="subjects" Type="Collection(graph.user)" /> </Action> <Action Name="createNewVersion" IsBound="true" EntitySetPath="bindingParameter"> <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /> <Parameter Name="workflow" Type="microsoft.graph.identityGovernance.workflow" /> <ReturnType Type="microsoft.graph.identityGovernance.workflow" /> </Action> <Action Name="restore" IsBound="true" EntitySetPath="bindingParameter"> <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /> <ReturnType Type="microsoft.graph.identityGovernance.workflow" /> </Action> <Action Name="resume" IsBound="true" EntitySetPath="bindingParameter"> <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.taskProcessingResult" /> <Parameter Name="source" Type="Edm.String" Unicode="false" /> <Parameter Name="type" Type="Edm.String" Unicode="false" /> <Parameter Name="data" Type="microsoft.graph.identityGovernance.customTaskExtensionCallbackData" Nullable="false" /> </Action> <Function Name="summary" IsBound="true"> <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.identityGovernance.run)" /> <Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <ReturnType Type="microsoft.graph.identityGovernance.runSummary" /> </Function> <Function Name="summary" IsBound="true"> <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.identityGovernance.taskReport)" /> <Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <ReturnType Type="microsoft.graph.identityGovernance.taskReportSummary" /> </Function> <Function Name="summary" IsBound="true"> <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" /> <Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <ReturnType Type="microsoft.graph.identityGovernance.userSummary" /> </Function> <Function Name="topTasksProcessedSummary" IsBound="true"> <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.insights" /> <Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <ReturnType Type="Collection(microsoft.graph.identityGovernance.topTasksInsightsSummary)" /> </Function> <Function Name="topWorkflowsProcessedSummary" IsBound="true"> <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.insights" /> <Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <ReturnType Type="Collection(microsoft.graph.identityGovernance.topWorkflowsInsightsSummary)" /> </Function> <Function Name="workflowsProcessedByCategory" IsBound="true"> <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.insights" /> <Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <ReturnType Type="microsoft.graph.identityGovernance.workflowsInsightsByCategory" /> </Function> <Function Name="workflowsProcessedSummary" IsBound="true"> <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.insights" /> <Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> <ReturnType Type="microsoft.graph.identityGovernance.workflowsInsightsSummary" /> </Function> <Annotations Target="microsoft.graph.bookingPriceType"> <Annotation Term="Org.OData.Core.V1.Description" String="Represents the type of pricing of a booking service." /> </Annotations> <Annotations Target="microsoft.graph.bookingPriceType/undefined"> <Annotation Term="Org.OData.Core.V1.Description" String="The price of the service is not defined." /> </Annotations> <Annotations Target="microsoft.graph.bookingPriceType/fixedPrice"> <Annotation Term="Org.OData.Core.V1.Description" String="The price of the service is fixed." /> </Annotations> <Annotations Target="microsoft.graph.bookingPriceType/startingAt"> <Annotation Term="Org.OData.Core.V1.Description" String="The price of the service starts with a particular value, but can be higher based on the final services performed." /> </Annotations> <Annotations Target="microsoft.graph.bookingPriceType/hourly"> <Annotation Term="Org.OData.Core.V1.Description" String="The price of the service depends on the number of hours a staff member works on the service." /> </Annotations> <Annotations Target="microsoft.graph.bookingPriceType/free"> <Annotation Term="Org.OData.Core.V1.Description" String="The service is free." /> </Annotations> <Annotations Target="microsoft.graph.bookingPriceType/priceVaries"> <Annotation Term="Org.OData.Core.V1.Description" String="The price of the service varies." /> </Annotations> <Annotations Target="microsoft.graph.bookingPriceType/callUs"> <Annotation Term="Org.OData.Core.V1.Description" String="The price of the service is not listed." /> </Annotations> <Annotations Target="microsoft.graph.bookingPriceType/notSet"> <Annotation Term="Org.OData.Core.V1.Description" String="The price of the service is not set." /> </Annotations> <Annotations Target="microsoft.graph.browserSharedCookieSourceEnvironment/microsoftEdge"> <Annotation Term="Org.OData.Core.V1.Description" String="Share session cookies from Microsoft Edge to Internet Explorer." /> </Annotations> <Annotations Target="microsoft.graph.browserSharedCookieSourceEnvironment/internetExplorer11"> <Annotation Term="Org.OData.Core.V1.Description" String="Share session cookies from Internet Explorer to Microsoft Edge." /> </Annotations> <Annotations Target="microsoft.graph.browserSharedCookieSourceEnvironment/both"> <Annotation Term="Org.OData.Core.V1.Description" String="Share session cookies to and from Microsoft Edge and Internet Explorer." /> </Annotations> <Annotations Target="microsoft.graph.browserSharedCookieSourceEnvironment/unknownFutureValue"> <Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /> </Annotations> <Annotations Target="microsoft.graph.browserSharedCookieStatus/published"> <Annotation Term="Org.OData.Core.V1.Description" String="A sharedcookie that has been published" /> </Annotations> <Annotations Target="microsoft.graph.browserSharedCookieStatus/pendingAdd"> <Annotation Term="Org.OData.Core.V1.Description" String="A sharedcookie that has been added pending publish" /> </Annotations> <Annotations Target="microsoft.graph.browserSharedCookieStatus/pendingEdit"> <Annotation Term="Org.OData.Core.V1.Description" String="A sharedcookie that has been edited pending publish" /> </Annotations> <Annotations Target="microsoft.graph.browserSharedCookieStatus/pendingDelete"> <Annotation Term="Org.OData.Core.V1.Description" String="A sharedcookie that has been deleted pending publish" /> </Annotations> <Annotations Target="microsoft.graph.browserSharedCookieStatus/unknownFutureValue"> <Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /> </Annotations> <Annotations Target="microsoft.graph.browserSiteCompatibilityMode/default"> <Annotation Term="Org.OData.Core.V1.Description" String="Loads the site using default compatibility mode." /> </Annotations> <Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer8Enterprise"> <Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer8 Enterprise Mode" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer7Enterprise"> <Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer7 Enterprise Mode" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer11"> <Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer11" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer10"> <Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer10" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer9"> <Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer9" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer8"> <Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer8" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer7"> <Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer7" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer5"> <Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer5" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteCompatibilityMode/unknownFutureValue"> <Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /> </Annotations> <Annotations Target="microsoft.graph.browserSiteListStatus/draft"> <Annotation Term="Org.OData.Core.V1.Description" String="A site list that has not yet been published" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteListStatus/published"> <Annotation Term="Org.OData.Core.V1.Description" String="A site list that has been published with no pending changes." /> </Annotations> <Annotations Target="microsoft.graph.browserSiteListStatus/pending"> <Annotation Term="Org.OData.Core.V1.Description" String="A site that has pending changes" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteListStatus/unknownFutureValue"> <Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shoudn't be necessary." /> </Annotations> <Annotations Target="microsoft.graph.browserSiteMergeType/noMerge"> <Annotation Term="Org.OData.Core.V1.Description" String="No merge type" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteMergeType/default"> <Annotation Term="Org.OData.Core.V1.Description" String="Default merge type" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteMergeType/unknownFutureValue"> <Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /> </Annotations> <Annotations Target="microsoft.graph.browserSiteStatus/published"> <Annotation Term="Org.OData.Core.V1.Description" String="A site that has been published" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteStatus/pendingAdd"> <Annotation Term="Org.OData.Core.V1.Description" String="A site that has been added pending publish" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteStatus/pendingEdit"> <Annotation Term="Org.OData.Core.V1.Description" String="A site that has been edited pending publish" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteStatus/pendingDelete"> <Annotation Term="Org.OData.Core.V1.Description" String="A site that has been deleted pending publish" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteStatus/unknownFutureValue"> <Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /> </Annotations> <Annotations Target="microsoft.graph.browserSiteTargetEnvironment/internetExplorerMode"> <Annotation Term="Org.OData.Core.V1.Description" String="Open in Internet Explorer Mode" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteTargetEnvironment/internetExplorer11"> <Annotation Term="Org.OData.Core.V1.Description" String="Open in standalone Internet Explorer 11" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteTargetEnvironment/microsoftEdge"> <Annotation Term="Org.OData.Core.V1.Description" String="Open in Microsoft Edge" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteTargetEnvironment/configurable"> <Annotation Term="Org.OData.Core.V1.Description" String="Configurable type" /> </Annotations> <Annotations Target="microsoft.graph.browserSiteTargetEnvironment/none"> <Annotation Term="Org.OData.Core.V1.Description" String="Open in the browser the employee chooses." /> </Annotations> <Annotations Target="microsoft.graph.browserSiteTargetEnvironment/unknownFutureValue"> <Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /> </Annotations> <Annotations Target="microsoft.graph.installIntent"> <Annotation Term="Org.OData.Core.V1.Description" String="Possible values for the install intent chosen by the admin." /> </Annotations> <Annotations Target="microsoft.graph.installIntent/available"> <Annotation Term="Org.OData.Core.V1.Description" String="Available install intent." /> </Annotations> <Annotations Target="microsoft.graph.installIntent/required"> <Annotation Term="Org.OData.Core.V1.Description" String="Required install intent." /> </Annotations> <Annotations Target="microsoft.graph.installIntent/uninstall"> <Annotation Term="Org.OData.Core.V1.Description" String="Uninstall install intent." /> </Annotations> <Annotations Target="microsoft.graph.installIntent/availableWithoutEnrollment"> <Annotation Term="Org.OData.Core.V1.Description" String="Available without enrollment install intent." /> </Annotations> <Annotations Target="microsoft.graph.managedAppAvailability"> <Annotation Term="Org.OData.Core.V1.Description" String="A managed (MAM) application's availability." /> </Annotations> <Annotations Target="microsoft.graph.managedAppAvailability/global"> <Annotation Term="Org.OData.Core.V1.Description" String="A globally available app to all tenants." /> </Annotations> <Annotations Target="microsoft.graph.managedAppAvailability/lineOfBusiness"> <Annotation Term="Org.OData.Core.V1.Description" String="A line of business apps private to an organization." /> </Annotations> <Annotations Target="microsoft.graph.mdmAppConfigKeyType"> <Annotation Term="Org.OData.Core.V1.Description" String="App configuration key types." /> </Annotations> <Annotations Target="microsoft.graph.microsoftEdgeChannel"> <Annotation Term="Org.OData.Core.V1.Description" String="The enum to specify the channels for Microsoft Edge apps." /> </Annotations> <Annotations Target="microsoft.graph.microsoftEdgeChannel/dev"> <Annotation Term="Org.OData.Core.V1.Description" String="The Dev Channel is intended to help you plan and develop with the latest capabilities of Microsoft Edge." /> </Annotations> <Annotations Target="microsoft.graph.microsoftEdgeChannel/beta"> <Annotation Term="Org.OData.Core.V1.Description" String="The Beta Channel is intended for production deployment to a representative sample set of users. New features ship about every 4 weeks. Security and quality updates ship as needed." /> </Annotations> <Annotations Target="microsoft.graph.microsoftEdgeChannel/stable"> <Annotation Term="Org.OData.Core.V1.Description" String="The Stable Channel is intended for broad deployment within organizations, and it's the channel that most users should be on. New features ship about every 4 weeks. Security and quality updates ship as needed." /> </Annotations> <Annotations Target="microsoft.graph.microsoftEdgeChannel/unknownFutureValue"> <Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /> </Annotations> <Annotations Target="microsoft.graph.mobileAppContentFileUploadState"> <Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for upload request states." /> </Annotations> <Annotations Target="microsoft.graph.mobileAppPublishingState"> <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the publishing state of an app." /> </Annotations> <Annotations Target="microsoft.graph.mobileAppPublishingState/notPublished"> <Annotation Term="Org.OData.Core.V1.Description" String="The app is not yet published." /> </Annotations> <Annotations Target="microsoft.graph.mobileAppPublishingState/processing"> <Annotation Term="Org.OData.Core.V1.Description" String="The app is pending service-side processing." /> </Annotations> <Annotations Target="microsoft.graph.mobileAppPublishingState/published"> <Annotation Term="Org.OData.Core.V1.Description" String="The app is published." /> </Annotations> <Annotations Target="microsoft.graph.runAsAccountType"> <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context the app runs in." /> </Annotations> <Annotations Target="microsoft.graph.runAsAccountType/system"> <Annotation Term="Org.OData.Core.V1.Description" String="System context" /> </Annotations> <Annotations Target="microsoft.graph.runAsAccountType/user"> <Annotation Term="Org.OData.Core.V1.Description" String="User context" /> </Annotations> <Annotations Target="microsoft.graph.vppTokenAccountType"> <Annotation Term="Org.OData.Core.V1.Description" String="Possible types of an Apple Volume Purchase Program token." /> </Annotations> <Annotations Target="microsoft.graph.vppTokenAccountType/business"> <Annotation Term="Org.OData.Core.V1.Description" String="Apple Volume Purchase Program token associated with an business program." /> </Annotations> <Annotations Target="microsoft.graph.vppTokenAccountType/education"> <Annotation Term="Org.OData.Core.V1.Description" String="Apple Volume Purchase Program token associated with an education program." /> </Annotations> <Annotations Target="microsoft.graph.win32LobAppDeliveryOptimizationPriority"> <Annotation Term="Org.OData.Core.V1.Description" String="Contains value for delivery optimization priority." /> </Annotations> <Annotations Target="microsoft.graph.win32LobAppDeliveryOptimizationPriority/notConfigured"> <Annotation Term="Org.OData.Core.V1.Description" String="No